Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/athpoke/
H A Dathpoke.c142 HAL_REGWRITE rw; in regwrite()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.c973 ath_hal_setregs(struct ath_hal *ah, const HAL_REGWRITE *regs, int space) in ath_hal_setregs()
975 while (space >= sizeof(HAL_REGWRITE)) { in ath_hal_setregs()
977 regs++, space -= sizeof(HAL_REGWRITE); in ath_hal_setregs()
H A Dah_internal.h56 } HAL_REGWRITE; typedef