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

/freebsd-10.2-release/sys/dev/bge/
H A Dif_bge.c728 uint32_t apedata, features; local
731 apedata = APE_READ_4(sc, BGE_APE_SEG_SIG);
732 if (apedata != BGE_APE_SEG_SIG_MAGIC) {
738 apedata = APE_READ_4(sc, BGE_APE_FW_STATUS);
739 if ((apedata & BGE_APE_FW_STATUS_READY) == 0) {
741 "but FW status not ready! 0x%08x\n", apedata);
748 apedata = APE_READ_4(sc, BGE_APE_FW_VERSION);
762 (apedata & BGE_APE_FW_VERSION_MAJMSK) >> BGE_APE_FW_VERSION_MAJSFT,
763 (apedata & BGE_APE_FW_VERSION_MINMSK) >> BGE_APE_FW_VERSION_MINSFT,
764 (apedata
904 uint32_t apedata; local
934 uint32_t apedata, event; local
[all...]

Completed in 15 milliseconds