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

/freebsd-11.0-release/sys/dev/smc/
H A Dif_smcreg.h153 #define MMUCR_BUSY 0x0001 /* MMU is busy */ macro
H A Dif_smc.c165 while (bus_read_2(sc->smc_reg, MMUCR) & MMUCR_BUSY)
/freebsd-11.0-release/sys/dev/sn/
H A Dif_snreg.h237 #define MMUCR_BUSY 0x0001 /* MMU busy performing a release */ macro
H A Dif_sn.c304 while (CSR_READ_2(sc, MMU_CMD_REG_W) & MMUCR_BUSY) /* NOTHING */
683 while (CSR_READ_2(sc, MMU_CMD_REG_W) & MMUCR_BUSY) /* NOTHING */
922 while (CSR_READ_2(sc, MMU_CMD_REG_W) & MMUCR_BUSY) /* NOTHING */
1113 while (CSR_READ_2(sc, MMU_CMD_REG_W) & MMUCR_BUSY) /* NOTHING */

Completed in 55 milliseconds