Searched refs:bge_ape_get32 (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge_chip2.c | 2103 uint32_t bge_ape_get32(bge_t *bgep, bge_regno_t regno); 2104 #pragma inline(bge_ape_get32) 2107 bge_ape_get32(bge_t *bgep, bge_regno_t regno) in bge_ape_get32() function 2212 status = bge_ape_get32(bgep, gnt + off); in bge_ape_lock() 2282 apedata = bge_ape_get32(bgep, BGE_APE_EVENT_STATUS); in bge_ape_event_lock() 2307 apedata = bge_ape_get32(bgep, BGE_APE_EVENT_STATUS); in bge_ape_wait_for_event() 2335 apedata = bge_ape_get32(bgep, BGE_APE_SEG_SIG); in bge_ape_scratchpad_read() 2339 apedata = bge_ape_get32(bgep, BGE_APE_FW_STATUS); in bge_ape_scratchpad_read() 2343 bufoff = (bge_ape_get32(bgep, BGE_APE_SEG_MSG_BUF_OFF) + in bge_ape_scratchpad_read() 2346 maxlen = bge_ape_get32(bgep, BGE_APE_SEG_MSG_BUF_LEN); in bge_ape_scratchpad_read() [all …]
|
H A D | bge_impl.h | 1189 uint32_t bge_ape_get32(bge_t *bgep, bge_regno_t regno);
|
H A D | bge_main2.c | 3484 apedata = bge_ape_get32(bgep, BGE_APE_SEG_SIG); 3488 apedata = bge_ape_get32(bgep, BGE_APE_FW_STATUS); 3492 apedata = bge_ape_get32(bgep, BGE_APE_FW_VERSION); 3494 if (bge_ape_get32(bgep, BGE_APE_FW_FEATURES) &
|