Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9280.h30 struct ath_hal_9280 { struct
41 #define AH9280(_ah) ((struct ath_hal_9280 *)(_ah)) argument
H A Dar9280_attach.c154 struct ath_hal_9280 *ahp9280; in ar9280Attach()
167 ahp9280 = ath_hal_malloc(sizeof (struct ath_hal_9280)); in ar9280Attach()