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.

Details

Provenance
manuAuthored on May 21 2021, 11:33 AM
Parents
rGb9db5e0a8f38: sdio: Change the sdio helper name and arg order
Branches
Unknown
Tags
Unknown