Searched refs:_chip (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/bhnd/ |
H A D | bhnd.h | 363 #define BHND_CHIP_QUIRK(_chip, _rev, _flags) \ argument 364 {{ BHND_MATCH_CHIP_IR(BCM ## _chip, _rev) }, (_flags) } 366 #define BHND_PKG_QUIRK(_chip, _pkg, _flags) \ argument 367 {{ BHND_MATCH_CHIP_IP(BCM ## _chip, BCM ## _chip ## _pkg) }, (_flags) }
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_internal.h | 101 struct ath_hal_chip _name##_chip = { \ 106 OS_DATA_SET(ah_chips, _name##_chip)
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | fw.c | 669 #define __CFG_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat) \ in rtw89_fw_recognize_elements() 671 .chip_id = _chip, \ in rtw89_fw_recognize_elements() 429 __CFG_FW_FEAT(_chip,_cond,_maj,_min,_sub,_idx,_feat) global() argument
|