Searched refs:offset_min (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_mcc.c | 1694 s16 offset_min = 0, offset_max = 0; in _mcc_calculate_2wslot_1btslot_pattern() local 1698 &offset_min, &offset_max); in _mcc_calculate_2wslot_1btslot_pattern() 1699 if (offset >= offset_min && offset <= offset_max) { in _mcc_calculate_2wslot_1btslot_pattern() 1711 bt_dur, &offset_min, &offset_max); in _mcc_calculate_2wslot_1btslot_pattern() 1712 if (offset >= offset_min && offset <= offset_max) { in _mcc_calculate_2wslot_1btslot_pattern() 1757 s16 sum = 0, sum_last = 0, offset_min = 0, offset_max = 0; in _mcc_calc_2_clients_worsecase_pattern() local 1767 &offset_min, &offset_max); in _mcc_calc_2_clients_worsecase_pattern() 1769 offset_min, offset_max); in _mcc_calc_2_clients_worsecase_pattern() 1770 if ((bcns_offset >= offset_min) && (bcns_offset <= offset_max)) in _mcc_calc_2_clients_worsecase_pattern() 1776 if (bcns_offset >= offset_min && offset_min <=offset_max) { in _mcc_calc_2_clients_worsecase_pattern() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_mcc.c | 1694 s16 offset_min = 0, offset_max = 0; in _mcc_calculate_2wslot_1btslot_pattern() local 1698 &offset_min, &offset_max); in _mcc_calculate_2wslot_1btslot_pattern() 1699 if (offset >= offset_min && offset <= offset_max) { in _mcc_calculate_2wslot_1btslot_pattern() 1711 bt_dur, &offset_min, &offset_max); in _mcc_calculate_2wslot_1btslot_pattern() 1712 if (offset >= offset_min && offset <= offset_max) { in _mcc_calculate_2wslot_1btslot_pattern() 1757 s16 sum = 0, sum_last = 0, offset_min = 0, offset_max = 0; in _mcc_calc_2_clients_worsecase_pattern() local 1767 &offset_min, &offset_max); in _mcc_calc_2_clients_worsecase_pattern() 1769 offset_min, offset_max); in _mcc_calc_2_clients_worsecase_pattern() 1770 if ((bcns_offset >= offset_min) && (bcns_offset <= offset_max)) in _mcc_calc_2_clients_worsecase_pattern() 1776 if (bcns_offset >= offset_min && offset_min <=offset_max) { in _mcc_calc_2_clients_worsecase_pattern() [all …]
|