Searched refs:__req_field (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7615/ |
| D | mcu.c | 2112 #define __req_field(field) .field = cpu_to_le32(pulse->field) in mt7615_mcu_set_pulse_th() macro 2113 __req_field(max_width), in mt7615_mcu_set_pulse_th() 2114 __req_field(max_pwr), in mt7615_mcu_set_pulse_th() 2115 __req_field(min_pwr), in mt7615_mcu_set_pulse_th() 2116 __req_field(min_stgr_pri), in mt7615_mcu_set_pulse_th() 2117 __req_field(max_stgr_pri), in mt7615_mcu_set_pulse_th() 2118 __req_field(min_cr_pri), in mt7615_mcu_set_pulse_th() 2119 __req_field(max_cr_pri), in mt7615_mcu_set_pulse_th() 2120 #undef __req_field in mt7615_mcu_set_pulse_th()
|
| /Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7915/ |
| D | mcu.c | 3257 #define __req_field(field) .field = cpu_to_le32(pulse->field) in mt7915_mcu_set_pulse_th() macro 3258 __req_field(max_width), in mt7915_mcu_set_pulse_th() 3259 __req_field(max_pwr), in mt7915_mcu_set_pulse_th() 3260 __req_field(min_pwr), in mt7915_mcu_set_pulse_th() 3261 __req_field(min_stgr_pri), in mt7915_mcu_set_pulse_th() 3262 __req_field(max_stgr_pri), in mt7915_mcu_set_pulse_th() 3263 __req_field(min_cr_pri), in mt7915_mcu_set_pulse_th() 3264 __req_field(max_cr_pri), in mt7915_mcu_set_pulse_th() 3265 #undef __req_field in mt7915_mcu_set_pulse_th()
|