Home
last modified time | relevance | path

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

/freebsd-11-stable/tools/tools/ath/athregs/
HDdumpregs.c64 static u_int ath_hal_setupdiagregs(const HAL_REGRANGE regs[], u_int nr);
179 atd.ad_out_size = ath_hal_setupdiagregs((HAL_REGRANGE *) atd.ad_in_data, in main()
180 atd.ad_in_size / sizeof(HAL_REGRANGE)); in main()
401 HAL_REGRANGE r; in ath_hal_setupregs()
412 space += sizeof(HAL_REGRANGE); in ath_hal_setupregs()
418 space += sizeof(HAL_REGRANGE); in ath_hal_setupregs()
623 ath_hal_setupdiagregs(const HAL_REGRANGE regs[], u_int nr) in ath_hal_setupdiagregs()
630 u_int n = sizeof(HAL_REGRANGE) + sizeof(u_int32_t); /* reg range + first */ in ath_hal_setupdiagregs()
/freebsd-11-stable/tools/tools/ath/athpoke/
HDathpoke.c125 HAL_REGRANGE ra; in regread()
/freebsd-11-stable/sys/dev/ath/ath_hal/
HDah_internal.h55 } HAL_REGRANGE; typedef
HDah.c849 ath_hal_getregdump(struct ath_hal *ah, const HAL_REGRANGE *regs, in ath_hal_getregdump()