Home
last modified time | relevance | path

Searched refs:AE_READ_4 (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/sys/dev/ae/
Dif_ae.c186 #define AE_READ_4(sc, reg) \ macro
273 chiprev = (AE_READ_4(sc, AE_MASTER_REG) >> AE_MASTER_REVNUM_SHIFT) & in ae_attach()
504 if ((AE_READ_4(sc, AE_MASTER_REG) & AE_MASTER_SOFT_RESET) == 0) in ae_reset()
517 if (AE_READ_4(sc, AE_IDLE_REG) == 0) in ae_reset()
639 val = AE_READ_4(sc, AE_MASTER_REG); in ae_init_locked()
689 val = AE_READ_4(sc, AE_ISR_REG); in ae_init_locked()
704 val = AE_READ_4(sc, AE_MASTER_REG); in ae_init_locked()
733 val = AE_READ_4(sc, AE_MAC_REG); in ae_init_locked()
824 val = AE_READ_4(sc, AE_MDIO_REG); in ae_miibus_readreg()
860 aereg = AE_READ_4(sc, AE_MDIO_REG); in ae_miibus_writereg()
[all …]