Searched refs:bge_ape_get32 (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/bge/ |
H A D | bge_chip2.c | 2071 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) in bge_ape_get32() function 2179 status = bge_ape_get32(bgep, gnt + off); in bge_ape_lock() 2248 apedata = bge_ape_get32(bgep, BGE_APE_EVENT_STATUS); in bge_ape_event_lock() 2273 apedata = bge_ape_get32(bgep, BGE_APE_EVENT_STATUS); in bge_ape_wait_for_event() 2301 apedata = bge_ape_get32(bgep, BGE_APE_SEG_SIG); in bge_ape_scratchpad_read() 2305 apedata = bge_ape_get32(bgep, BGE_APE_FW_STATUS); in bge_ape_scratchpad_read() 2309 bufoff = (bge_ape_get32(bgep, BGE_APE_SEG_MSG_BUF_OFF) + in bge_ape_scratchpad_read() 2312 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 | 3496 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) &
|