Searched refs:_fw (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/usb/serial/ |
D | Makefile-keyspan_pda_fw | 16 %_fw.h: %.hex ezusb_convert.pl
|
/Linux-v6.1/drivers/phy/marvell/ |
D | phy-mvebu-cp110-comphy.c | 187 #define ETH_CONF(_lane, _port, _submode, _mux, _fw) \ argument 194 .fw_mode = _fw, \ 197 #define GEN_CONF(_lane, _port, _mode, _fw) \ argument 204 .fw_mode = _fw, \
|
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mcu.c | 11 char *_fw; \ 14 _fw = MT7915_##name; \ 17 _fw = MT7986_##name##__VA_ARGS__; \ 20 _fw = MT7916_##name; \ 23 _fw; \
|
/Linux-v6.1/drivers/net/wireless/realtek/rtw89/ |
D | core.h | 2821 #define RTW89_CHK_FW_FEATURE(_feat, _fw) \ argument 2822 (!!((_fw)->feature_map & BIT(RTW89_FW_FEATURE_ ## _feat))) 2824 #define RTW89_SET_FW_FEATURE(_fw_feature, _fw) \ argument 2825 ((_fw)->feature_map |= BIT(_fw_feature))
|