Searched refs:__req_field (Results 1 – 2 of 2) sorted by relevance
/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | mcu.c | 1917 #define __req_field(field) .field = cpu_to_le32(pulse->field) in mt7615_mcu_set_pulse_th() macro 1918 __req_field(max_width), in mt7615_mcu_set_pulse_th() 1919 __req_field(max_pwr), in mt7615_mcu_set_pulse_th() 1920 __req_field(min_pwr), in mt7615_mcu_set_pulse_th() 1921 __req_field(min_stgr_pri), in mt7615_mcu_set_pulse_th() 1922 __req_field(max_stgr_pri), in mt7615_mcu_set_pulse_th() 1923 __req_field(min_cr_pri), in mt7615_mcu_set_pulse_th() 1924 __req_field(max_cr_pri), in mt7615_mcu_set_pulse_th() 1925 #undef __req_field in mt7615_mcu_set_pulse_th()
|
/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mcu.c | 2447 #define __req_field(field) .field = cpu_to_le32(pulse->field) in mt7915_mcu_set_pulse_th() macro 2448 __req_field(max_width), in mt7915_mcu_set_pulse_th() 2449 __req_field(max_pwr), in mt7915_mcu_set_pulse_th() 2450 __req_field(min_pwr), in mt7915_mcu_set_pulse_th() 2451 __req_field(min_stgr_pri), in mt7915_mcu_set_pulse_th() 2452 __req_field(max_stgr_pri), in mt7915_mcu_set_pulse_th() 2453 __req_field(min_cr_pri), in mt7915_mcu_set_pulse_th() 2454 __req_field(max_cr_pri), in mt7915_mcu_set_pulse_th() 2455 #undef __req_field in mt7915_mcu_set_pulse_th()
|