Searched refs:SDMMC_STATUS (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/mmc/host/
H A Ddwmmc_reg.h95 #define SDMMC_STATUS 0x48 /* Status Register */ macro
H A Ddwmmc.c841 status = READ4(sc, SDMMC_STATUS);
868 status = READ4(sc, SDMMC_STATUS);
979 while(READ4(sc, SDMMC_STATUS) & (SDMMC_STATUS_DATA_BUSY))

Completed in 53 milliseconds