Home
last modified time | relevance | path

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

/drivers/char/xilinx_hwicap/
Dxilinx_hwicap.h108 #define XHI_TYPE_SHIFT 29 macro
169 #define XHI_NOOP_PACKET (XHI_TYPE_1 << XHI_TYPE_SHIFT)
170 #define XHI_TYPE_2_READ ((XHI_TYPE_2 << XHI_TYPE_SHIFT) | \
173 #define XHI_TYPE_2_WRITE ((XHI_TYPE_2 << XHI_TYPE_SHIFT) | \
203 return (XHI_TYPE_1 << XHI_TYPE_SHIFT) | in hwicap_type_1_read()
214 return (XHI_TYPE_1 << XHI_TYPE_SHIFT) | in hwicap_type_1_write()