Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Defuse.c41 u8 *log_map) in rtw_dump_logical_efuse_map() argument
79 log_map[log_idx] = phy_map[phy_idx]; in rtw_dump_logical_efuse_map()
80 log_map[log_idx + 1] = phy_map[phy_idx + 1]; in rtw_dump_logical_efuse_map()
153 u8 *log_map = NULL; in rtw_parse_efuse_map() local
157 log_map = kmalloc(log_size, GFP_KERNEL); in rtw_parse_efuse_map()
158 if (!phy_map || !log_map) { in rtw_parse_efuse_map()
169 memset(log_map, 0xff, log_size); in rtw_parse_efuse_map()
170 ret = rtw_dump_logical_efuse_map(rtwdev, phy_map, log_map); in rtw_parse_efuse_map()
176 ret = chip->ops->read_efuse(rtwdev, log_map); in rtw_parse_efuse_map()
183 kfree(log_map); in rtw_parse_efuse_map()
H A Drtw8821c.c24 static int rtw8821c_read_efuse(struct rtw_dev *rtwdev, u8 *log_map) in rtw8821c_read_efuse() argument
30 map = (struct rtw8821c_efuse *)log_map; in rtw8821c_read_efuse()
H A Drtw8822b.c28 static int rtw8822b_read_efuse(struct rtw_dev *rtwdev, u8 *log_map) in rtw8822b_read_efuse() argument
34 map = (struct rtw8822b_efuse *)log_map; in rtw8822b_read_efuse()
H A Drtw8723d.c212 static int rtw8723d_read_efuse(struct rtw_dev *rtwdev, u8 *log_map) in rtw8723d_read_efuse() argument
218 map = (struct rtw8723d_efuse *)log_map; in rtw8723d_read_efuse()
H A Drtw8822c.c30 static int rtw8822c_read_efuse(struct rtw_dev *rtwdev, u8 *log_map) in rtw8822c_read_efuse() argument
36 map = (struct rtw8822c_efuse *)log_map; in rtw8822c_read_efuse()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Defuse.c161 u8 *log_map, enum mac_ax_efuse_parser_cfg cfg);
801 PLTFM_MEMCPY(*bank_efuse_info.log_map, map, in mac_dump_log_efuse()
2081 ret = eeprom_parser(adapter, phy_map, *bank_efuse_info.log_map, in mac_pg_simulator()
2533 bank_efuse_info.log_map = in switch_efuse_bank()
2551 bank_efuse_info.log_map = &efuse_param->log_efuse_map; in switch_efuse_bank()
2562 bank_efuse_info.log_map = &efuse_param->bt_log_efuse_map; in switch_efuse_bank()
2739 u8 *log_map, enum mac_ax_efuse_parser_cfg cfg) in eeprom_parser() argument
2756 PLTFM_MEMSET(log_map, 0xFF, log_efuse_size); in eeprom_parser()
2823 *(log_map + eeprom_idx) = value8; in eeprom_parser()
2825 *(log_map + eeprom_idx) = 0x00; in eeprom_parser()
[all …]
H A Defuse.h198 u8 **log_map; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Defuse.c161 u8 *log_map, enum mac_ax_efuse_parser_cfg cfg);
801 PLTFM_MEMCPY(*bank_efuse_info.log_map, map, in mac_dump_log_efuse()
2081 ret = eeprom_parser(adapter, phy_map, *bank_efuse_info.log_map, in mac_pg_simulator()
2533 bank_efuse_info.log_map = in switch_efuse_bank()
2551 bank_efuse_info.log_map = &efuse_param->log_efuse_map; in switch_efuse_bank()
2562 bank_efuse_info.log_map = &efuse_param->bt_log_efuse_map; in switch_efuse_bank()
2739 u8 *log_map, enum mac_ax_efuse_parser_cfg cfg) in eeprom_parser() argument
2756 PLTFM_MEMSET(log_map, 0xFF, log_efuse_size); in eeprom_parser()
2823 *(log_map + eeprom_idx) = value8; in eeprom_parser()
2825 *(log_map + eeprom_idx) = 0x00; in eeprom_parser()
[all …]
H A Defuse.h198 u8 **log_map; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/
H A Dhalmac_efuse_88xx.h28 eeprom_parser_88xx(struct halmac_adapter *adapter, u8 *phy_map, u8 *log_map);
H A Dhalmac_efuse_88xx.c1071 eeprom_parser_88xx(struct halmac_adapter *adapter, u8 *phy_map, u8 *log_map) in eeprom_parser_88xx() argument
1085 PLTFM_MEMSET(log_map, 0xFF, hw_info->eeprom_size); in eeprom_parser_88xx()
1131 *(log_map + eeprom_idx) = value8; in eeprom_parser_88xx()
1141 *(log_map + eeprom_idx) = value8; in eeprom_parser_88xx()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/
H A Dhalmac_efuse_88xx.h28 eeprom_parser_88xx(struct halmac_adapter *adapter, u8 *phy_map, u8 *log_map);
H A Dhalmac_efuse_88xx.c107 u8 *log_map, u8 *log_mask);
1198 eeprom_parser_88xx(struct halmac_adapter *adapter, u8 *phy_map, u8 *log_map) in eeprom_parser_88xx() argument
1212 PLTFM_MEMSET(log_map, 0xFF, hw_info->eeprom_size); in eeprom_parser_88xx()
1258 *(log_map + eeprom_idx) = value8; in eeprom_parser_88xx()
1268 *(log_map + eeprom_idx) = value8; in eeprom_parser_88xx()
2757 u8 *log_map, u8 *log_mask) in super_usb_efuse_parser_88xx() argument
2817 *(log_map + eeprom_idx) = value8; in super_usb_efuse_parser_88xx()
2827 *(log_map + eeprom_idx) = value8; in super_usb_efuse_parser_88xx()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/
H A Dhalmac_efuse_88xx.h28 eeprom_parser_88xx(struct halmac_adapter *adapter, u8 *phy_map, u8 *log_map);
H A Dhalmac_efuse_88xx.c107 u8 *log_map, u8 *log_mask);
1198 eeprom_parser_88xx(struct halmac_adapter *adapter, u8 *phy_map, u8 *log_map) in eeprom_parser_88xx() argument
1212 PLTFM_MEMSET(log_map, 0xFF, hw_info->eeprom_size); in eeprom_parser_88xx()
1258 *(log_map + eeprom_idx) = value8; in eeprom_parser_88xx()
1268 *(log_map + eeprom_idx) = value8; in eeprom_parser_88xx()
2757 u8 *log_map, u8 *log_mask) in super_usb_efuse_parser_88xx() argument
2817 *(log_map + eeprom_idx) = value8; in super_usb_efuse_parser_88xx()
2827 *(log_map + eeprom_idx) = value8; in super_usb_efuse_parser_88xx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/
H A Dhalmac_efuse_88xx.h29 eeprom_parser_88xx(struct halmac_adapter *adapter, u8 *phy_map, u8 *log_map);
H A Dhalmac_efuse_88xx.c108 u8 *log_map, u8 *log_mask);
1199 eeprom_parser_88xx(struct halmac_adapter *adapter, u8 *phy_map, u8 *log_map) in eeprom_parser_88xx() argument
1213 PLTFM_MEMSET(log_map, 0xFF, hw_info->eeprom_size); in eeprom_parser_88xx()
1259 *(log_map + eeprom_idx) = value8; in eeprom_parser_88xx()
1269 *(log_map + eeprom_idx) = value8; in eeprom_parser_88xx()
2758 u8 *log_map, u8 *log_mask) in super_usb_efuse_parser_88xx() argument
2818 *(log_map + eeprom_idx) = value8; in super_usb_efuse_parser_88xx()
2828 *(log_map + eeprom_idx) = value8; in super_usb_efuse_parser_88xx()
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dste_dma40.c1333 static const unsigned int log_map[] = { in d40_get_prmo() local
1345 return log_map[d40c->dma_cfg.mode_opt]; in d40_get_prmo()