sys/dev/ic/pl181.c
120
MMCI_READ(sc, MMCI_PERIPH_ID0_REG),
sys/dev/ic/pl181.c
121
MMCI_READ(sc, MMCI_PERIPH_ID1_REG),
sys/dev/ic/pl181.c
122
MMCI_READ(sc, MMCI_PERIPH_ID2_REG),
sys/dev/ic/pl181.c
123
MMCI_READ(sc, MMCI_PERIPH_ID3_REG));
sys/dev/ic/pl181.c
125
MMCI_READ(sc, MMCI_PCELL_ID0_REG),
sys/dev/ic/pl181.c
126
MMCI_READ(sc, MMCI_PCELL_ID1_REG),
sys/dev/ic/pl181.c
127
MMCI_READ(sc, MMCI_PCELL_ID2_REG),
sys/dev/ic/pl181.c
128
MMCI_READ(sc, MMCI_PCELL_ID3_REG));
sys/dev/ic/pl181.c
166
__SHIFTOUT(MMCI_READ(sc, MMCI_FIFO_CNT_REG), MMCI_FIFO_CNT) * 4;
sys/dev/ic/pl181.c
202
status = MMCI_READ(sc, MMCI_STATUS_REG);
sys/dev/ic/pl181.c
228
mask = MMCI_READ(sc, MMCI_MASK0_REG);
sys/dev/ic/pl181.c
241
sc->sc_fifo_resid, MMCI_READ(sc, MMCI_STATUS_REG));
sys/dev/ic/pl181.c
368
power = MMCI_READ(sc, MMCI_POWER_REG);
sys/dev/ic/pl181.c
443
"MMCI_STATUS_REG = %08x\n", MMCI_READ(sc, MMCI_STATUS_REG));
sys/dev/ic/pl181.c
462
cmd->c_resp[3] = MMCI_READ(sc, MMCI_RESP0_REG);
sys/dev/ic/pl181.c
463
cmd->c_resp[2] = MMCI_READ(sc, MMCI_RESP1_REG);
sys/dev/ic/pl181.c
464
cmd->c_resp[1] = MMCI_READ(sc, MMCI_RESP2_REG);
sys/dev/ic/pl181.c
465
cmd->c_resp[0] = MMCI_READ(sc, MMCI_RESP3_REG);
sys/dev/ic/pl181.c
476
cmd->c_resp[0] = MMCI_READ(sc, MMCI_RESP0_REG);