Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_ld_file.c1207 u32 i = 0, for_cnt = 0; in _hal_parse_txpwrlmt_ru() local
1342 for (for_cnt = 0; for_cnt < col_num; ++for_cnt) { in _hal_parse_txpwrlmt_ru()
1353 regulation[for_cnt] = (char *)_os_mem_alloc(drv_priv, i - i_ns + 1); in _hal_parse_txpwrlmt_ru()
1354 if (!regulation[for_cnt]) { in _hal_parse_txpwrlmt_ru()
1360 _os_mem_cpy(drv_priv, regulation[for_cnt], sz_line + i_ns, i - i_ns); in _hal_parse_txpwrlmt_ru()
1361 regulation[for_cnt][i - i_ns] = '\0'; in _hal_parse_txpwrlmt_ru()
1366 for (for_cnt = 0; for_cnt < col_num; ++for_cnt) in _hal_parse_txpwrlmt_ru()
1367 PHL_INFO(" %s", regulation[for_cnt]); in _hal_parse_txpwrlmt_ru()
1386 for (for_cnt = 0; for_cnt < col_num; ++for_cnt) { in _hal_parse_txpwrlmt_ru()
1397 pshape[for_cnt] = (char *)_os_mem_alloc(drv_priv, i - i_ns + 1); in _hal_parse_txpwrlmt_ru()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_ld_file.c1207 u32 i = 0, for_cnt = 0; in _hal_parse_txpwrlmt_ru() local
1342 for (for_cnt = 0; for_cnt < col_num; ++for_cnt) { in _hal_parse_txpwrlmt_ru()
1353 regulation[for_cnt] = (char *)_os_mem_alloc(drv_priv, i - i_ns + 1); in _hal_parse_txpwrlmt_ru()
1354 if (!regulation[for_cnt]) { in _hal_parse_txpwrlmt_ru()
1360 _os_mem_cpy(drv_priv, regulation[for_cnt], sz_line + i_ns, i - i_ns); in _hal_parse_txpwrlmt_ru()
1361 regulation[for_cnt][i - i_ns] = '\0'; in _hal_parse_txpwrlmt_ru()
1366 for (for_cnt = 0; for_cnt < col_num; ++for_cnt) in _hal_parse_txpwrlmt_ru()
1367 PHL_INFO(" %s", regulation[for_cnt]); in _hal_parse_txpwrlmt_ru()
1386 for (for_cnt = 0; for_cnt < col_num; ++for_cnt) { in _hal_parse_txpwrlmt_ru()
1397 pshape[for_cnt] = (char *)_os_mem_alloc(drv_priv, i - i_ns + 1); in _hal_parse_txpwrlmt_ru()
[all …]