Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_io.h47 #define _IO_BURST_ BIT(9) macro
90 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ( (x) & _IOSZ_MASK_))
91 #define IO_RD_BURST(x) (_IO_SYNC_ | _IO_BURST_ | ( (x) & _IOSZ_MASK_))
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_io.h44 #define _IO_BURST_ BIT(9) macro
74 #define IO_WR_BURST(x) (IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | \
76 #define IO_RD_BURST(x) (_IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))