Home
last modified time | relevance | path

Searched refs:_fw (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/bsdinstall/scripts/
H A Dfirmware32 local fwlist _fw
63 desc="${_fw}"
/freebsd/sys/dev/qcom_gcc/
H A Dqcom_gcc_ipq4018_clock.c88 #define F_FEPLL(_id, _cname, _parent, _reg, _fs, _fw, _rs, _rw) \ argument
97 .fdbkdiv_width = _fw, \
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c11 char *_fw; \
14 _fw = MT7915_##name; \
17 _fw = MT7981_##name; \
20 _fw = MT7986_##name##__VA_ARGS__; \
23 _fw = MT7916_##name; \
26 _fw; \
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.h4467 #define RTW89_CHK_FW_FEATURE(_feat, _fw) \ in rtw89_hci_enable_intr()
4468 (!!((_fw)->feature_map & BIT(RTW89_FW_FEATURE_ ## _feat)))
4470 #define RTW89_SET_FW_FEATURE(_fw_feature, _fw) \ in rtw89_hci_disable_intr()
4471 ((_fw)->feature_map |= BIT(_fw_feature)) in rtw89_hci_disable_intr()
3646 RTW89_CHK_FW_FEATURE(_feat,_fw) global() argument
3649 RTW89_SET_FW_FEATURE(_fw_feature,_fw) global() argument