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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c2071 uint32_t bge_ape_get32(bge_t *bgep, bge_regno_t regno);
2072 #pragma inline(bge_ape_get32)
2075 bge_ape_get32(bge_t *bgep, bge_regno_t regno) function
2077 BGE_TRACE(("bge_ape_get32($%p, 0x%lx)",
2179 status = bge_ape_get32(bgep, gnt + off);
2248 apedata = bge_ape_get32(bgep, BGE_APE_EVENT_STATUS);
2273 apedata = bge_ape_get32(bgep, BGE_APE_EVENT_STATUS);
2301 apedata = bge_ape_get32(bgep, BGE_APE_SEG_SIG);
2305 apedata = bge_ape_get32(bgep, BGE_APE_FW_STATUS);
2309 bufoff = (bge_ape_get32(bge
[all...]
H A Dbge_impl.h1189 uint32_t bge_ape_get32(bge_t *bgep, bge_regno_t regno);
H A Dbge_main2.c3496 apedata = bge_ape_get32(bgep, BGE_APE_SEG_SIG);
3500 apedata = bge_ape_get32(bgep, BGE_APE_FW_STATUS);
3504 apedata = bge_ape_get32(bgep, BGE_APE_FW_VERSION);
3506 if (bge_ape_get32(bgep, BGE_APE_FW_FEATURES) &

Completed in 78 milliseconds