Searched refs:targregs (Results 1 – 3 of 3) sorted by relevance
46 ar6k_FetchTargetRegs(struct hif_device *hifDevice, u32 *targregs);
319 ar6k_FetchTargetRegs(struct hif_device *hifDevice, u32 *targregs) in ar6k_FetchTargetRegs() argument327 targregs[i] = val; in ar6k_FetchTargetRegs()
4590 u32 targregs[AR6003_FETCH_TARG_REGS_COUNT]; in ar6000_ioctl() local4593 ar6k_FetchTargetRegs(hifDevice, targregs); in ar6000_ioctl()4594 if (copy_to_user((u32 *)rq->ifr_data, &targregs, sizeof(targregs))) in ar6000_ioctl()