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

/linux-master/drivers/staging/rtl8712/
H A Drtl871x_io.h33 #define _IO_BYTE_ BIT(10) macro
49 #define IO_RD8 (_IO_SYNC_ | _IO_BYTE_)
52 #define IO_RD8_ASYNC (_IO_BYTE_)
55 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
58 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_io.h24 #define _IO_BYTE_ BIT(10) macro
46 #define IO_RD8 (_IO_SYNC_ | _IO_BYTE_)
50 #define IO_RD8_ASYNC (_IO_BYTE_)
54 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
58 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)

Completed in 135 milliseconds