Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/
H A Dhalmac_type.h207 #define SET_MEM_OP(Dw, Value32, Mask, Shift) \ argument
208 (((Dw) & ~((Mask) << (Shift))) | (((Value32) & (Mask)) << (Shift)))
212 #define HALMAC_SET_DESC_FIELD_CLR(Dw, Value32, Mask, Shift) \ argument
213 (Dw = (rtk_cpu_to_le32(SET_MEM_OP(rtk_cpu_to_le32(Dw), Value32, Mask, Shift))))
217 #define HALMAC_SET_DESC_FIELD_NO_CLR(Dw, Value32, Mask, Shift) \ argument
218 (Dw |= (rtk_cpu_to_le32(((Value32) & (Mask)) << (Shift))))