Searched refs:bt_map_sz (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/efuse/ |
| H A D | hal_efuse.c | 1217 u32 bt_map_sz = 0; in rtw_efuse_bt_file_map_load() local 1219 bt_map_sz = efuse_info->bt_log_efuse_size; in rtw_efuse_bt_file_map_load() 1221 if (bt_map_sz == 0) in rtw_efuse_bt_file_map_load() 1222 bt_map_sz = MAX_EFUSE_MAP_LEN; in rtw_efuse_bt_file_map_load() 1225 mapbuf= _os_mem_alloc(d, bt_map_sz); in rtw_efuse_bt_file_map_load() 1230 _os_mem_set(d, mapbuf, 0xFF, bt_map_sz); in rtw_efuse_bt_file_map_load() 1232 data_len = efuse_file_open(d, file_path, mapbuf, bt_map_sz); in rtw_efuse_bt_file_map_load() 1234 if (data_len <= bt_map_sz) { in rtw_efuse_bt_file_map_load() 1245 _os_mem_free(d, (void*)mapbuf, bt_map_sz); in rtw_efuse_bt_file_map_load()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/efuse/ |
| H A D | hal_efuse.c | 1217 u32 bt_map_sz = 0; in rtw_efuse_bt_file_map_load() local 1219 bt_map_sz = efuse_info->bt_log_efuse_size; in rtw_efuse_bt_file_map_load() 1221 if (bt_map_sz == 0) in rtw_efuse_bt_file_map_load() 1222 bt_map_sz = MAX_EFUSE_MAP_LEN; in rtw_efuse_bt_file_map_load() 1225 mapbuf= _os_mem_alloc(d, bt_map_sz); in rtw_efuse_bt_file_map_load() 1230 _os_mem_set(d, mapbuf, 0xFF, bt_map_sz); in rtw_efuse_bt_file_map_load() 1232 data_len = efuse_file_open(d, file_path, mapbuf, bt_map_sz); in rtw_efuse_bt_file_map_load() 1234 if (data_len <= bt_map_sz) { in rtw_efuse_bt_file_map_load() 1245 _os_mem_free(d, (void*)mapbuf, bt_map_sz); in rtw_efuse_bt_file_map_load()
|