Searched refs:AE_MASTER_REG (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ae/ |
H A D | if_ae.c | 275 chiprev = (AE_READ_4(sc, AE_MASTER_REG) >> AE_MASTER_REVNUM_SHIFT) & in ae_attach() 485 AE_WRITE_4(sc, AE_MASTER_REG, AE_MASTER_SOFT_RESET); in ae_reset() 486 bus_barrier(sc->mem[0], AE_MASTER_REG, 4, in ae_reset() 493 if ((AE_READ_4(sc, AE_MASTER_REG) & AE_MASTER_SOFT_RESET) == 0) in ae_reset() 628 val = AE_READ_4(sc, AE_MASTER_REG); in ae_init_locked() 630 AE_WRITE_4(sc, AE_MASTER_REG, val); in ae_init_locked() 693 val = AE_READ_4(sc, AE_MASTER_REG); in ae_init_locked() 694 AE_WRITE_4(sc, AE_MASTER_REG, val | AE_MASTER_MANUAL_INT); in ae_init_locked()
|
H A D | if_aereg.h | 31 #define AE_MASTER_REG 0x1400 macro
|