Searched refs:MMUCR_BUSY (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/smc/
H A Dif_smcreg.h155 #define MMUCR_BUSY 0x0001 /* MMU is busy */ macro
H A Dif_smc.c167 while (bus_read_2(sc->smc_reg, MMUCR) & MMUCR_BUSY)
/freebsd-12-stable/sys/dev/sn/
H A Dif_snreg.h239 #define MMUCR_BUSY 0x0001 /* MMU busy performing a release */ macro
H A Dif_sn.c309 while (CSR_READ_2(sc, MMU_CMD_REG_W) & MMUCR_BUSY) /* NOTHING */
688 while (CSR_READ_2(sc, MMU_CMD_REG_W) & MMUCR_BUSY) /* NOTHING */
927 while (CSR_READ_2(sc, MMU_CMD_REG_W) & MMUCR_BUSY) /* NOTHING */
1118 while (CSR_READ_2(sc, MMU_CMD_REG_W) & MMUCR_BUSY) /* NOTHING */

Completed in 163 milliseconds