Searched refs:pulse_th (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mac.h | 312 struct mt7915_dfs_pulse pulse_th; member
|
D | mac.c | 17 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 }, 31 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 }, 42 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 }, 1478 return mt7915_mcu_set_pulse_th(dev, &radar_specs->pulse_th); in mt7915_dfs_init_radar_specs()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | mac.h | 374 struct mt7615_dfs_pulse pulse_th; member
|
D | mac.c | 21 .pulse_th = { 40, -10, -80, 800, 3360, 128, 5200 }, 35 .pulse_th = { 40, -10, -80, 800, 3360, 128, 5200 }, 46 .pulse_th = { 40, -10, -80, 800, 3360, 128, 5200 }, 2283 return mt7615_mcu_set_pulse_th(dev, &radar_specs->pulse_th); in mt7615_dfs_init_radar_specs()
|