Searched refs:APE_READ_4 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/bge/ |
H A D | if_bgereg.h | 2818 #define APE_READ_4(sc, reg) \ macro 2822 APE_WRITE_4(sc, reg, (APE_READ_4(sc, reg) | (x))) 2824 APE_WRITE_4(sc, reg, (APE_READ_4(sc, reg) & ~(x)))
|
H A D | if_bge.c | 688 apedata = APE_READ_4(sc, BGE_APE_SEG_SIG); in bge_ape_read_fw_ver() 695 apedata = APE_READ_4(sc, BGE_APE_FW_STATUS); in bge_ape_read_fw_ver() 705 apedata = APE_READ_4(sc, BGE_APE_FW_VERSION); in bge_ape_read_fw_ver() 706 features = APE_READ_4(sc, BGE_APE_FW_FEATURES); in bge_ape_read_fw_ver() 785 status = APE_READ_4(sc, gnt + off); in bge_ape_lock() 872 apedata = APE_READ_4(sc, BGE_APE_EVENT_STATUS); in bge_ape_send_event() 899 apedata = APE_READ_4(sc, BGE_APE_HOST_SEG_SIG); in bge_ape_driver_state_change() 903 apedata = APE_READ_4(sc, BGE_APE_HOST_INIT_COUNT); in bge_ape_driver_state_change() 6642 val = APE_READ_4(sc, result); in bge_sysctl_ape_read()
|