Lines Matching defs:CSR_READ_4
149 #define CSR_READ_4(sc, reg) \
154 CSR_WRITE_4(sc, reg, CSR_READ_4(sc, reg) | (val))
156 CSR_WRITE_4(sc, reg, CSR_READ_4(sc, reg) & ~(val))
732 if (ISSET(CSR_READ_4(sc, MMC_STAT), STAT_CLK_EN)) {
735 while (ISSET(CSR_READ_4(sc, MMC_STAT), STAT_CLK_EN)
757 status = CSR_READ_4(sc, MMC_I_REG) & ~CSR_READ_4(sc, MMC_I_MASK);
884 uint32_t h = CSR_READ_4(sc, MMC_RES) & 0xffff;
885 uint32_t l = CSR_READ_4(sc, MMC_RES) & 0xffff;
907 uint32_t h = CSR_READ_4(sc, MMC_RES) & 0xffff;
908 uint32_t m = CSR_READ_4(sc, MMC_RES) & 0xffff;
909 uint32_t l = CSR_READ_4(sc, MMC_RES) & 0xffff;
916 status = CSR_READ_4(sc, MMC_STAT);
1007 device_xname(sc->sc_dev), CSR_READ_4(sc, MMC_STAT)));