Home
last modified time | relevance | path

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

/freebsd-12-stable/tools/tools/ath/athpoke/
Dathpoke.c144 HAL_REGWRITE rw; in regwrite()
/freebsd-12-stable/sys/dev/ath/ath_hal/
Dah.c975 ath_hal_setregs(struct ath_hal *ah, const HAL_REGWRITE *regs, int space) in ath_hal_setregs()
977 while (space >= sizeof(HAL_REGWRITE)) { in ath_hal_setregs()
979 regs++, space -= sizeof(HAL_REGWRITE); in ath_hal_setregs()
Dah_internal.h58 } HAL_REGWRITE; typedef