Home
last modified time | relevance | path

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

/netbsd/src/sys/external/isc/atheros_hal/dist/
Dah.c35 struct ath_hal_chip * const *pchip; in ath_hal_probe() local
37 OS_SET_FOREACH(pchip, ah_chips) { in ath_hal_probe()
38 const char *name = (*pchip)->probe(vendorid, devid); in ath_hal_probe()
56 struct ath_hal_chip * const *pchip; in ath_hal_attach() local
58 OS_SET_FOREACH(pchip, ah_chips) { in ath_hal_attach()
59 struct ath_hal_chip *chip = *pchip; in ath_hal_attach()