Searched refs:pulse_th (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mac.h | 41 struct mt7996_dfs_pulse pulse_th; member
|
H A 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 }, 2407 return mt7996_mcu_set_pulse_th(dev, &radar_specs->pulse_th); in mt7996_dfs_init_radar_specs()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mac.h | 71 struct mt7915_dfs_pulse pulse_th; member
|
H A D | mac.c | 15 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 }, 29 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 }, 40 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 }, 2139 return mt7915_mcu_set_pulse_th(dev, &radar_specs->pulse_th); in mt7915_dfs_init_radar_specs()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mac.h | 316 struct mt7615_dfs_pulse pulse_th; member
|
H A D | mac.c | 23 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 }, 37 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 }, 48 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 }, 2222 return mt7615_mcu_set_pulse_th(dev, &radar_specs->pulse_th); in mt7615_dfs_init_radar_specs()
|