Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rtl8712/
Drtl871x_io.h17 #define _IO_WRITE_ BIT(7) macro
40 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
41 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
42 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
43 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
44 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
45 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)