Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rtl8712/
Drtl871x_io.h19 #define _IO_BURST_ BIT(9) macro
49 #define IO_WR_BURST(x) (IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | \
51 #define IO_RD_BURST(x) (_IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))