Searched refs:rtw_read8_physical_efuse (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | efuse.c | 125 int rtw_read8_physical_efuse(struct rtw_dev *rtwdev, u16 addr, u8 *data) in rtw_read8_physical_efuse() function 144 EXPORT_SYMBOL(rtw_read8_physical_efuse);
|
H A D | efuse.h | 27 int rtw_read8_physical_efuse(struct rtw_dev *rtwdev, u16 addr, u8 *data);
|
H A D | rtw88xxa.c | 146 rtw_read8_physical_efuse(rtwdev, 1019 - i, &val8); in rtw88xxa_read_usb_type() 157 rtw_read8_physical_efuse(rtwdev, 1021 - i, &val8); in rtw88xxa_read_usb_type()
|
H A D | rtw8822c.c | 1068 rtw_read8_physical_efuse(rtwdev, rf_efuse_2g[i], &pg_pwr); in rtw8822c_power_trim() 1078 rtw_read8_physical_efuse(rtwdev, rf_efuse_5g[path][i], in rtw8822c_power_trim() 1099 rtw_read8_physical_efuse(rtwdev, rf_efuse[path], &pg_therm); in rtw8822c_thermal_trim() 1118 rtw_read8_physical_efuse(rtwdev, rf_efuse_2g[path], in rtw8822c_pa_bias() 1126 rtw_read8_physical_efuse(rtwdev, rf_efuse_5g[path], in rtw8822c_pa_bias()
|