Home
last modified time | relevance | path

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

/NextBSD/tools/tools/ath/athregs/
HDdumpregs.c62 static u_int ath_hal_setupdiagregs(const HAL_REGRANGE regs[], u_int nr);
166 atd.ad_out_size = ath_hal_setupdiagregs((HAL_REGRANGE *) atd.ad_in_data, in main()
167 atd.ad_in_size / sizeof(HAL_REGRANGE)); in main()
386 HAL_REGRANGE r; in ath_hal_setupregs()
397 space += sizeof(HAL_REGRANGE); in ath_hal_setupregs()
403 space += sizeof(HAL_REGRANGE); in ath_hal_setupregs()
608 ath_hal_setupdiagregs(const HAL_REGRANGE regs[], u_int nr) in ath_hal_setupdiagregs()
615 u_int n = sizeof(HAL_REGRANGE) + sizeof(u_int32_t); /* reg range + first */ in ath_hal_setupdiagregs()
/NextBSD/tools/tools/ath/athpoke/
HDathpoke.c125 HAL_REGRANGE ra; in regread()
/NextBSD/sys/dev/ath/ath_hal/
HDah_internal.h55 } HAL_REGRANGE; typedef
HDah.c852 ath_hal_getregdump(struct ath_hal *ah, const HAL_REGRANGE *regs, in ath_hal_getregdump()