Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/rtl8712/
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-6.3-rc2/drivers/staging/rtl8723bs/include/
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 5 milliseconds