Home
last modified time | relevance | path

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

/freebsd/sys/dev/ae/
H A Dif_aereg.h31 #define AE_MASTER_REG 0x1400 macro
H A Dif_ae.c275 chiprev = (AE_READ_4(sc, AE_MASTER_REG) >> AE_MASTER_REVNUM_SHIFT) & in ae_attach()
497 AE_WRITE_4(sc, AE_MASTER_REG, AE_MASTER_SOFT_RESET); in ae_reset()
498 bus_barrier(sc->mem[0], AE_MASTER_REG, 4, in ae_reset()
505 if ((AE_READ_4(sc, AE_MASTER_REG) & AE_MASTER_SOFT_RESET) == 0) in ae_reset()
640 val = AE_READ_4(sc, AE_MASTER_REG); in ae_init_locked()
642 AE_WRITE_4(sc, AE_MASTER_REG, val); in ae_init_locked()
705 val = AE_READ_4(sc, AE_MASTER_REG); in ae_init_locked()
706 AE_WRITE_4(sc, AE_MASTER_REG, val | AE_MASTER_MANUAL_INT); in ae_init_locked()