Searched refs:EVTCHN_FIFO_LINK_BITS (Results 1 - 1 of 1) sorted by relevance

/u-boot/include/xen/interface/
H A Devent_channel.h268 #define EVTCHN_FIFO_LINK_BITS 17 macro
269 #define EVTCHN_FIFO_LINK_MASK ((1 << EVTCHN_FIFO_LINK_BITS) - 1)
271 #define EVTCHN_FIFO_NR_CHANNELS (1 << EVTCHN_FIFO_LINK_BITS)

Completed in 33 milliseconds