Searched refs:burst_duration_idx (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_rtt.c | 170 static const int burst_duration_idx[] = {0, 0, 1, 2, 4, 8, 16, 32, 64, 128, 0, 0}; variable 1168 if (idx >= ARRAY_SIZE(burst_duration_idx)) { in dhd_rtt_idx_to_burst_duration() 1171 return burst_duration_idx[idx]; in dhd_rtt_idx_to_burst_duration()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_rtt.c | 205 static const int burst_duration_idx[] = {0, 0, 1, 2, 4, 8, 16, 32, 64, 128, 0, 0}; variable 1412 if (idx >= ARRAY_SIZE(burst_duration_idx)) { in dhd_rtt_idx_to_burst_duration() 1415 return burst_duration_idx[idx]; in dhd_rtt_idx_to_burst_duration()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_rtt.c | 205 static const int burst_duration_idx[] = {0, 0, 1, 2, 4, 8, 16, 32, 64, 128, 0, 0}; variable 1412 if (idx >= ARRAY_SIZE(burst_duration_idx)) { in dhd_rtt_idx_to_burst_duration() 1415 return burst_duration_idx[idx]; in dhd_rtt_idx_to_burst_duration()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_rtt.c | 205 static const int burst_duration_idx[] = {0, 0, 1, 2, 4, 8, 16, 32, 64, 128, 0, 0}; variable 1412 if (idx >= ARRAY_SIZE(burst_duration_idx)) { in dhd_rtt_idx_to_burst_duration() 1415 return burst_duration_idx[idx]; in dhd_rtt_idx_to_burst_duration()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_rtt.c | 220 static const int burst_duration_idx[] = {0, 0, 1, 2, 4, 8, 16, 32, 64, 128, 0, 0}; variable 1593 if (idx >= ARRAY_SIZE(burst_duration_idx)) { in dhd_rtt_idx_to_burst_duration() 1596 return burst_duration_idx[idx]; in dhd_rtt_idx_to_burst_duration()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_rtt.c | 220 static const int burst_duration_idx[] = {0, 0, 1, 2, 4, 8, 16, 32, 64, 128, 0, 0}; variable 1593 if (idx >= ARRAY_SIZE(burst_duration_idx)) { in dhd_rtt_idx_to_burst_duration() 1596 return burst_duration_idx[idx]; in dhd_rtt_idx_to_burst_duration()
|