Searched refs:colnumbuf (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_ld_file.c | 699 char band[10], bandwidth[10], ratesection[10], ntx[10], colnumbuf[10], bf_type[10]; in _hal_parse_txpwrlmt() local 805 _os_mem_set(drv_priv, (void *) colnumbuf, 0, 10); in _hal_parse_txpwrlmt() 806 if (!hal_parse_fiedstring(sz_line, &i, colnumbuf, '#', '#')) { in _hal_parse_txpwrlmt() 811 if (!hal_get_u1bint_fromstr_indec(colnumbuf, &colnum)) { in _hal_parse_txpwrlmt() 812 PHL_ERR("Column number \"%s\" is not unsigned decimal\n", colnumbuf); in _hal_parse_txpwrlmt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_ld_file.c | 699 char band[10], bandwidth[10], ratesection[10], ntx[10], colnumbuf[10], bf_type[10]; in _hal_parse_txpwrlmt() local 805 _os_mem_set(drv_priv, (void *) colnumbuf, 0, 10); in _hal_parse_txpwrlmt() 806 if (!hal_parse_fiedstring(sz_line, &i, colnumbuf, '#', '#')) { in _hal_parse_txpwrlmt() 811 if (!hal_get_u1bint_fromstr_indec(colnumbuf, &colnum)) { in _hal_parse_txpwrlmt() 812 PHL_ERR("Column number \"%s\" is not unsigned decimal\n", colnumbuf); in _hal_parse_txpwrlmt()
|