Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/
H A Dif_bge.c691 uint32_t apedata, features; in bge_ape_read_fw_ver() local
694 apedata = APE_READ_4(sc, BGE_APE_SEG_SIG); in bge_ape_read_fw_ver()
695 if (apedata != BGE_APE_SEG_SIG_MAGIC) { in bge_ape_read_fw_ver()
701 apedata = APE_READ_4(sc, BGE_APE_FW_STATUS); in bge_ape_read_fw_ver()
702 if ((apedata & BGE_APE_FW_STATUS_READY) == 0) { in bge_ape_read_fw_ver()
711 apedata = APE_READ_4(sc, BGE_APE_FW_VERSION); in bge_ape_read_fw_ver()
727 (apedata & BGE_APE_FW_VERSION_BLDMSK)); in bge_ape_read_fw_ver()
870 uint32_t apedata; in bge_ape_send_event() local
881 apedata = APE_READ_4(sc, BGE_APE_EVENT_STATUS); in bge_ape_send_event()
901 uint32_t apedata, event; in bge_ape_driver_state_change() local
[all …]