Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H 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_)
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Drtw_io.h21 #define _IO_WRITE_ BIT(7) macro
52 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
53 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
54 #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_)
66 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Drtw_io.h32 #define _IO_WRITE_ BIT(7) macro
63 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
64 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
65 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
67 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
68 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
69 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)
77 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Drtw_io.h32 #define _IO_WRITE_ BIT(7) macro
63 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
64 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
65 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
67 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
68 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
69 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)
77 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Drtw_io.h31 #define _IO_WRITE_ BIT(7) macro
62 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
63 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
64 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
66 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
67 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
68 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)
76 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Drtw_io.h34 #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_)
69 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
70 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
71 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)
79 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Drtw_io.h31 #define _IO_WRITE_ BIT(7) macro
62 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
63 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
64 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
66 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
67 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
68 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)
76 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Drtw_io.h31 #define _IO_WRITE_ BIT(7) macro
62 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
63 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
64 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
66 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
67 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
68 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)
76 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Drtw_io.h31 #define _IO_WRITE_ BIT(7) macro
62 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
63 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
64 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
66 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
67 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
68 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)
76 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Drtw_io.h32 #define _IO_WRITE_ BIT(7) macro
63 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
64 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
65 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
67 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
68 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
69 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)
77 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Drtw_io.h32 #define _IO_WRITE_ BIT(7) macro
63 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
64 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
65 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
67 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
68 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
69 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)
77 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Drtw_io.h31 #define _IO_WRITE_ BIT(7) macro
62 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
63 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
64 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
66 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
67 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
68 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)
76 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Drtw_io.h39 #define _IO_WRITE_ BIT(7) macro
70 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
71 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
72 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
74 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
75 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
76 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)
84 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ( (x) & _IOSZ_MASK_))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Drtw_io.h31 #define _IO_WRITE_ BIT(7) macro
62 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
63 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
64 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
66 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
67 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
68 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)
76 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Drtw_io.h39 #define _IO_WRITE_ BIT(7) macro
70 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
71 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
72 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
74 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
75 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
76 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)
84 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ( (x) & _IOSZ_MASK_))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Drtw_io.h39 #define _IO_WRITE_ BIT(7) macro
70 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
71 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
72 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
74 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
75 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
76 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)
84 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Drtw_io.h32 #define _IO_WRITE_ BIT(7) macro
63 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
64 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
65 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
67 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
68 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
69 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)
77 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Drtw_io.h31 #define _IO_WRITE_ BIT(7) macro
62 #define IO_WR32 (_IO_WRITE_ | _IO_SYNC_ | _IO_WORD_)
63 #define IO_WR16 (_IO_WRITE_ | _IO_SYNC_ | _IO_HW_)
64 #define IO_WR8 (_IO_WRITE_ | _IO_SYNC_ | _IO_BYTE_)
66 #define IO_WR32_ASYNC (_IO_WRITE_ | _IO_WORD_)
67 #define IO_WR16_ASYNC (_IO_WRITE_ | _IO_HW_)
68 #define IO_WR8_ASYNC (_IO_WRITE_ | _IO_BYTE_)
76 #define IO_WR_BURST(x) (_IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_))