Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/realtek/rtw89/
Dcoex.c862 #define __CPY_LE16(_x) ({dst->_x = le16_to_cpu(src->_x); }) in rtw89_btc_fbtc_cysta_to_cpu() macro
871 __CPY_LE16(cycles); in rtw89_btc_fbtc_cysta_to_cpu()
873 __CPY_LE16(a2dpept); in rtw89_btc_fbtc_cysta_to_cpu()
874 __CPY_LE16(a2dpeptto); in rtw89_btc_fbtc_cysta_to_cpu()
880 __CPY_LE16(tavg_a2dpept); in rtw89_btc_fbtc_cysta_to_cpu()
881 __CPY_LE16(tmax_a2dpept); in rtw89_btc_fbtc_cysta_to_cpu()
882 __CPY_LE16(tavg_lk); in rtw89_btc_fbtc_cysta_to_cpu()
883 __CPY_LE16(tmax_lk); in rtw89_btc_fbtc_cysta_to_cpu()
894 #undef __CPY_LE16 in rtw89_btc_fbtc_cysta_to_cpu()