Searched refs:bge_ape_put32 (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/bge/ |
H A D | bge_chip2.c | 2083 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) in bge_ape_put32() function 2125 bge_ape_put32(bgep, regbase + 4 * i, bit); in bge_ape_lock_init() 2175 bge_ape_put32(bgep, req + off, bit); in bge_ape_lock() 2187 bge_ape_put32(bgep, gnt + off, bit); in bge_ape_lock() 2231 bge_ape_put32(bgep, gnt + 4 * locknum, bit); in bge_ape_unlock() 2333 bge_ape_put32(bgep, BGE_APE_EVENT_STATUS, apedata); in bge_ape_scratchpad_read() 2335 bge_ape_put32(bgep, bufoff, base_off); in bge_ape_scratchpad_read() 2336 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);
|