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

/linux-master/drivers/staging/rtl8712/
H A Drtl871x_io.h32 #define _IO_BURST_ BIT(9) macro
62 #define IO_WR_BURST(x) (IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | \
64 #define IO_RD_BURST(x) (_IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_io.h23 #define _IO_BURST_ BIT(9) macro
66 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))
67 #define IO_RD_BURST(x) (_IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))

Completed in 483 milliseconds