Searched refs:FEC_MIBC_REG (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ffec/ |
H A D | if_ffec.c | 483 mibc = RD4(sc, FEC_MIBC_REG); in ffec_clear_stats() 491 WR4(sc, FEC_MIBC_REG, mibc | FEC_MIBC_CLEAR); in ffec_clear_stats() 492 WR4(sc, FEC_MIBC_REG, mibc & ~FEC_MIBC_CLEAR); in ffec_clear_stats() 494 WR4(sc, FEC_MIBC_REG, mibc | FEC_MIBC_DIS); in ffec_clear_stats() 514 WR4(sc, FEC_MIBC_REG, mibc); in ffec_clear_stats() 1230 regval = RD4(sc, FEC_MIBC_REG); in ffec_init_locked() 1231 WR4(sc, FEC_MIBC_REG, regval | FEC_MIBC_DIS); in ffec_init_locked() 1233 WR4(sc, FEC_MIBC_REG, regval & ~FEC_MIBC_DIS); in ffec_init_locked()
|
H A D | if_ffecreg.h | 100 #define FEC_MIBC_REG 0x0064 macro
|