Searched refs:pulse_th (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mac.h | 41 struct mt7996_dfs_pulse pulse_th; member
|
H A D | mac.c | 20 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 }, 34 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 }, 45 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 }, 2311 return mt7996_mcu_set_pulse_th(dev, &radar_specs->pulse_th); in mt7996_dfs_init_radar_specs()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | mac.h | 71 struct mt7915_dfs_pulse pulse_th; member
|
H A D | mac.c | 19 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 }, 33 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 }, 44 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 }, 2166 return mt7915_mcu_set_pulse_th(dev, &radar_specs->pulse_th); in mt7915_dfs_init_radar_specs()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | mac.h | 316 struct mt7615_dfs_pulse pulse_th; member
|
H A D | mac.c | 26 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 }, 40 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 }, 51 .pulse_th = { 110, -10, -80, 40, 5200, 128, 5200 }, 2233 return mt7615_mcu_set_pulse_th(dev, &radar_specs->pulse_th); in mt7615_dfs_init_radar_specs()
|