Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_ld_file.c703 u32 i = 0, forcnt = 0; in _hal_parse_txpwrlmt() local
844 for (forcnt = 0; forcnt < colnum; ++forcnt) { in _hal_parse_txpwrlmt()
855 regulation[forcnt] = (char *)_os_mem_alloc(drv_priv, i - i_ns + 1); in _hal_parse_txpwrlmt()
856 if (!regulation[forcnt]) { in _hal_parse_txpwrlmt()
862 _os_mem_cpy(drv_priv, regulation[forcnt], sz_line + i_ns, i - i_ns); in _hal_parse_txpwrlmt()
863 regulation[forcnt][i - i_ns] = '\0'; in _hal_parse_txpwrlmt()
868 for (forcnt = 0; forcnt < colnum; ++forcnt) in _hal_parse_txpwrlmt()
869 PHL_INFO(" %s", regulation[forcnt]); in _hal_parse_txpwrlmt()
889 for (forcnt = 0; forcnt < colnum; ++forcnt) { in _hal_parse_txpwrlmt()
900 pshape[forcnt] = (char *)_os_mem_alloc(drv_priv, i - i_ns + 1); in _hal_parse_txpwrlmt()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_ld_file.c703 u32 i = 0, forcnt = 0; in _hal_parse_txpwrlmt() local
844 for (forcnt = 0; forcnt < colnum; ++forcnt) { in _hal_parse_txpwrlmt()
855 regulation[forcnt] = (char *)_os_mem_alloc(drv_priv, i - i_ns + 1); in _hal_parse_txpwrlmt()
856 if (!regulation[forcnt]) { in _hal_parse_txpwrlmt()
862 _os_mem_cpy(drv_priv, regulation[forcnt], sz_line + i_ns, i - i_ns); in _hal_parse_txpwrlmt()
863 regulation[forcnt][i - i_ns] = '\0'; in _hal_parse_txpwrlmt()
868 for (forcnt = 0; forcnt < colnum; ++forcnt) in _hal_parse_txpwrlmt()
869 PHL_INFO(" %s", regulation[forcnt]); in _hal_parse_txpwrlmt()
889 for (forcnt = 0; forcnt < colnum; ++forcnt) { in _hal_parse_txpwrlmt()
900 pshape[forcnt] = (char *)_os_mem_alloc(drv_priv, i - i_ns + 1); in _hal_parse_txpwrlmt()
[all …]