Searched refs:SDMMC_STATUS (Results 1 – 2 of 2) sorted by relevance
93 #define SDMMC_STATUS 0x48 /* Status Register */ macro
1045 status = READ4(sc, SDMMC_STATUS); in pio_read()1072 status = READ4(sc, SDMMC_STATUS); in pio_write()1209 while (READ4(sc, SDMMC_STATUS) & (SDMMC_STATUS_DATA_BUSY)) in dwmmc_next_operation()