summaryrefslogtreecommitdiffstats
path: root/sys/dev/sdmmc/sdmmc_ioreg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct the bitmask that returns the function count. We missed a bitpatrick2018-08-091-2/+2
* 4-bit bus width is mandatory for SDIO cards that support High Speedpatrick2018-06-041-2/+2
* Switch to SDIO High Speed mode if the host controller supports it.patrick2018-06-041-1/+10
* So far the SDIO stack issued one transfer for every 64 byte to bepatrick2018-05-251-2/+2
* Add sdmmc_io_set_blocklen() which allows to set the block length of anpatrick2018-02-111-3/+3
* Implement reading of the CIS for functions 1-7. Don't write a bogus bus widthkettenis2016-04-231-4/+5
* Improve CIS parsing to recognize CISTPL_NULL codes instead of bailing out onkettenis2016-01-111-1/+3
* split up large CMD53 reads and writesuwe2007-06-021-1/+2
* Add SDIO card interrupt handling codeuwe2007-05-311-1/+2
* Wait until an I/O function becomes ready after enabling it, and makeuwe2007-05-261-1/+2
* SDIO card identificationuwe2006-06-011-0/+90