Searched refs:bge_ape_put32 (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge_chip2.c | 2115 void bge_ape_put32(bge_t *bgep, bge_regno_t regno, uint32_t data); 2116 #pragma inline(bge_ape_put32) 2119 bge_ape_put32(bge_t *bgep, bge_regno_t regno, uint32_t data) in bge_ape_put32() function 2157 bge_ape_put32(bgep, regbase + 4 * i, bit); in bge_ape_lock_init() 2208 bge_ape_put32(bgep, req + off, bit); in bge_ape_lock() 2220 bge_ape_put32(bgep, gnt + off, bit); in bge_ape_lock() 2265 bge_ape_put32(bgep, gnt + 4 * locknum, bit); in bge_ape_unlock() 2367 bge_ape_put32(bgep, BGE_APE_EVENT_STATUS, apedata); in bge_ape_scratchpad_read() 2369 bge_ape_put32(bgep, bufoff, base_off); in bge_ape_scratchpad_read() 2370 bge_ape_put32(bgep, bufoff + sizeof(uint32_t), transferLen); in bge_ape_scratchpad_read() [all …]
|
H A D | bge_impl.h | 1190 void bge_ape_put32(bge_t *bgep, bge_regno_t regno, uint32_t value);
|