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

/linux-master/drivers/staging/rtl8712/
H A Drtl871x_io.h34 #define _IO_HW_ BIT(11) macro
48 #define IO_RD16 (_IO_SYNC_ | _IO_HW_)
51 #define IO_RD16_ASYNC (_IO_HW_)
54 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
57 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_io.h25 #define _IO_HW_ BIT(11) macro
45 #define IO_RD16 (_IO_SYNC_ | _IO_HW_)
49 #define IO_RD16_ASYNC (_IO_HW_)
53 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
57 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)

Completed in 195 milliseconds