Home
last modified time | relevance | path

Searched refs:_chip (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bhnd/
H A Dbhnd.h363 #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 Dah_internal.h101 struct ath_hal_chip _name##_chip = { \
106 OS_DATA_SET(ah_chips, _name##_chip)
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c429 #define __CFG_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat) \ argument
431 .chip_id = _chip, \