Lines Matching refs:reg_offs
1059 u32 reg_offs; in genwqe_ioctl() local
1078 if (get_user(reg_offs, &io->num)) in genwqe_ioctl()
1081 if ((reg_offs >= cd->mmio_len) || (reg_offs & 0x7)) in genwqe_ioctl()
1084 val = __genwqe_readq(cd, reg_offs); in genwqe_ioctl()
1098 if (get_user(reg_offs, &io->num)) in genwqe_ioctl()
1101 if ((reg_offs >= cd->mmio_len) || (reg_offs & 0x7)) in genwqe_ioctl()
1107 __genwqe_writeq(cd, reg_offs, val); in genwqe_ioctl()
1114 if (get_user(reg_offs, &io->num)) in genwqe_ioctl()
1117 if ((reg_offs >= cd->mmio_len) || (reg_offs & 0x3)) in genwqe_ioctl()
1120 val = __genwqe_readl(cd, reg_offs); in genwqe_ioctl()
1134 if (get_user(reg_offs, &io->num)) in genwqe_ioctl()
1137 if ((reg_offs >= cd->mmio_len) || (reg_offs & 0x3)) in genwqe_ioctl()
1143 __genwqe_writel(cd, reg_offs, val); in genwqe_ioctl()