Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_bge.c577 APE_WRITE_4(sc, regbase + 4 * i, bit); in bge_ape_lock_init()
704 APE_WRITE_4(sc, req + off, bit); in bge_ape_lock()
722 APE_WRITE_4(sc, gnt + off, bit); in bge_ape_lock()
777 APE_WRITE_4(sc, gnt + off, bit); in bge_ape_unlock()
827 APE_WRITE_4(sc, BGE_APE_HOST_INIT_COUNT, 0); in bge_ape_driver_state_change()
832 APE_WRITE_4(sc, BGE_APE_HOST_SEG_SIG, in bge_ape_driver_state_change()
834 APE_WRITE_4(sc, BGE_APE_HOST_SEG_LEN, in bge_ape_driver_state_change()
838 APE_WRITE_4(sc, BGE_APE_HOST_DRIVER_ID, in bge_ape_driver_state_change()
840 APE_WRITE_4(sc, BGE_APE_HOST_BEHAVIOR, in bge_ape_driver_state_change()
844 APE_WRITE_4(sc, BGE_APE_HOST_DRVR_STATE, in bge_ape_driver_state_change()
[all …]
H A Dif_bgereg.h2745 #define APE_WRITE_4(sc, reg, val) \ macro
2752 APE_WRITE_4(sc, reg, (APE_READ_4(sc, reg) | (x)))
2754 APE_WRITE_4(sc, reg, (APE_READ_4(sc, reg) & ~(x)))