HomeFreeBSD

sdio: Always use increment address for read/write_4

Description

sdio: Always use increment address for read/write_4

SDIO CMD53 (RW Extented) can either write to the same address (useful for FIFO)
or auto increment the destination address (to write to multiple registers).
It is more logical to have read/write_4 to use incremental mode and make other
helper function for writing to a FIFO destination especially since most FIFO
write/read will be 8bits based and not 32bits based.

(cherry picked from commit 1ee7a8049218e6dc0a520e6e298626d11d254a2b)

Details

Provenance
manuAuthored on May 21 2021, 11:33 AM
Parents
rG8d52425fc93a: modules: if_awg: Add miibus_if.h to the source
Branches
Unknown
Tags
Unknown