Searched refs:AE_READ_4 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/ae/ |
H A D | if_ae.c | 188 #define AE_READ_4(sc, reg) \ macro 275 chiprev = (AE_READ_4(sc, AE_MASTER_REG) >> AE_MASTER_REVNUM_SHIFT) & in ae_attach() 493 if ((AE_READ_4(sc, AE_MASTER_REG) & AE_MASTER_SOFT_RESET) == 0) in ae_reset() 506 if (AE_READ_4(sc, AE_IDLE_REG) == 0) in ae_reset() 628 val = AE_READ_4(sc, AE_MASTER_REG); in ae_init_locked() 678 val = AE_READ_4(sc, AE_ISR_REG); in ae_init_locked() 693 val = AE_READ_4(sc, AE_MASTER_REG); in ae_init_locked() 722 val = AE_READ_4(sc, AE_MAC_REG); in ae_init_locked() 809 val = AE_READ_4(sc, AE_MDIO_REG); in ae_miibus_readreg() 845 aereg = AE_READ_4(sc, AE_MDIO_REG); in ae_miibus_writereg() [all …]
|