Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8712/
A Drtl871x_io.h30 #define _IO_WRITE_ BIT(7) macro
53 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
54 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
55 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
56 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
57 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
58 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)

Completed in 5 milliseconds