Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_chip2.c2249 if (!(apedata & APE_EVENT_STATUS_EVENT_PENDING)) in bge_ape_event_lock()
2275 if (!(apedata & APE_EVENT_STATUS_EVENT_PENDING)) in bge_ape_wait_for_event()
2332 APE_EVENT_STATUS_EVENT_PENDING); in bge_ape_scratchpad_read()
2413 APE_EVENT_STATUS_EVENT_PENDING); in bge_ape_scratchpad_write()
2445 event | APE_EVENT_STATUS_EVENT_PENDING); in bge_ape_send_event()
H A Dbge_hw.h2355 #define APE_EVENT_STATUS_EVENT_PENDING 0x80000000 macro