Home
last modified time | relevance | path

Searched refs:CB710_MMC_STATUS2_PORT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dcb710-mmc.h64 #define CB710_MMC_STATUS2_PORT 0x12 macro
H A Dcb710-mmc.c99 cb710_write_port_8(slot, CB710_MMC_STATUS2_PORT, 0xFF); in cb710_mmc_reset_events()
188 while (cb710_read_port_8(slot, CB710_MMC_STATUS2_PORT) & mask) { in cb710_wait_while_busy()
247 if (!(cb710_read_port_8(slot, CB710_MMC_STATUS2_PORT) & CB710_MMC_S2_FIFO_READY)) { in cb710_mmc_receive_pio()
328 if (!(cb710_read_port_8(slot, CB710_MMC_STATUS2_PORT) in cb710_mmc_send()