Searched defs:bge_ape_put32 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c2083 void bge_ape_put32(bge_t *bgep, bge_regno_t regno, uint32_t data);
2084 #pragma inline(bge_ape_put32)
2087 bge_ape_put32(bge_t *bgep, bge_regno_t regno, uint32_t data) function
2089 BGE_TRACE(("bge_ape_put32($%p, 0x%lx, 0x%x)",
2125 bge_ape_put32(bgep, regbase + 4 * i, bit);
2175 bge_ape_put32(bgep, req + off, bit);
2187 bge_ape_put32(bgep, gnt + off, bit);
2231 bge_ape_put32(bgep, gnt + 4 * locknum, bit);
2333 bge_ape_put32(bgep, BGE_APE_EVENT_STATUS, apedata);
2335 bge_ape_put32(bge
[all...]

Completed in 50 milliseconds