Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.h192 #define XHI_SR_DONE_MASK 0x00000001 /* Done bit Mask */ macro
H A Dfifo_icap.c174 return (status & XHI_SR_DONE_MASK) ? 0 : 1; in fifo_icap_busy()