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

/freebsd-9.3-release/sys/dev/smc/
H A Dif_smcreg.h153 #define MMUCR_BUSY 0x0001 /* MMU is busy */ macro
H A Dif_smc.c164 while (bus_read_2(sc->smc_reg, MMUCR) & MMUCR_BUSY)
/freebsd-9.3-release/sys/dev/sn/
H A Dif_snreg.h237 #define MMUCR_BUSY 0x0001 /* MMU busy performing a release */ macro
H A Dif_sn.c303 while (CSR_READ_2(sc, MMU_CMD_REG_W) & MMUCR_BUSY) /* NOTHING */
682 while (CSR_READ_2(sc, MMU_CMD_REG_W) & MMUCR_BUSY) /* NOTHING */
921 while (CSR_READ_2(sc, MMU_CMD_REG_W) & MMUCR_BUSY) /* NOTHING */
1117 while (CSR_READ_2(sc, MMU_CMD_REG_W) & MMUCR_BUSY) /* NOTHING */

Completed in 109 milliseconds