summaryrefslogtreecommitdiff
path: root/sys/dev/sdmmc/sdmmc_ioreg.h
AgeCommit message (Expand)Author
2018-08-09Correct the bitmask that returns the function count. We missed a bitPatrick Wildt
2018-06-044-bit bus width is mandatory for SDIO cards that support High SpeedPatrick Wildt
2018-06-04Switch to SDIO High Speed mode if the host controller supports it.Patrick Wildt
2018-05-25So far the SDIO stack issued one transfer for every 64 byte to bePatrick Wildt
2018-02-11Add sdmmc_io_set_blocklen() which allows to set the block length of anPatrick Wildt
2016-04-23Implement reading of the CIS for functions 1-7. Don't write a bogus bus widthMark Kettenis
2016-01-11Improve CIS parsing to recognize CISTPL_NULL codes instead of bailing out onMark Kettenis
2007-06-02split up large CMD53 reads and writesUwe Stuehler
2007-05-31Add SDIO card interrupt handling codeUwe Stuehler
2007-05-26Wait until an I/O function becomes ready after enabling it, and makeUwe Stuehler
2006-06-01SDIO card identificationUwe Stuehler