Home
last modified time | relevance | path

Searched refs:APE_EVENT_STATUS_EVENT_PENDING (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c2283 if (!(apedata & APE_EVENT_STATUS_EVENT_PENDING)) in bge_ape_event_lock()
2309 if (!(apedata & APE_EVENT_STATUS_EVENT_PENDING)) in bge_ape_wait_for_event()
2366 APE_EVENT_STATUS_EVENT_PENDING); in bge_ape_scratchpad_read()
2447 APE_EVENT_STATUS_EVENT_PENDING); in bge_ape_scratchpad_write()
2479 event | APE_EVENT_STATUS_EVENT_PENDING); in bge_ape_send_event()
H A Dbge_hw.h2397 #define APE_EVENT_STATUS_EVENT_PENDING 0x80000000 macro