HAL_REGRANGE
ath_hal_getregdump(struct ath_hal *ah, const HAL_REGRANGE *regs,
HAL_REGRANGE ra;
atd.ad_out_size = ath_hal_setupdiagregs((HAL_REGRANGE *) atd.ad_in_data,
atd.ad_in_size / sizeof(HAL_REGRANGE));
HAL_REGRANGE r;
space += sizeof(HAL_REGRANGE);
space += sizeof(HAL_REGRANGE);
static u_int ath_hal_setupdiagregs(const HAL_REGRANGE regs[], u_int nr);
ath_hal_setupdiagregs(const HAL_REGRANGE regs[], u_int nr)
u_int n = sizeof(HAL_REGRANGE) + sizeof(u_int32_t); /* reg range + first */