Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_io.h45 #define _IO_WRITE_ BIT(7) macro
76 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
77 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
78 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
80 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
81 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
82 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)
90 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ( (x) & _IOSZ_MASK_))
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_io.h42 #define _IO_WRITE_ BIT(7) macro
65 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
66 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
67 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
68 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
69 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
70 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)