Lines Matching refs:reg_offs
1055 u32 reg_offs; in genwqe_ioctl() local
1074 if (get_user(reg_offs, &io->num)) in genwqe_ioctl()
1077 if ((reg_offs >= cd->mmio_len) || (reg_offs & 0x7)) in genwqe_ioctl()
1080 val = __genwqe_readq(cd, reg_offs); in genwqe_ioctl()
1094 if (get_user(reg_offs, &io->num)) in genwqe_ioctl()
1097 if ((reg_offs >= cd->mmio_len) || (reg_offs & 0x7)) in genwqe_ioctl()
1103 __genwqe_writeq(cd, reg_offs, val); in genwqe_ioctl()
1110 if (get_user(reg_offs, &io->num)) in genwqe_ioctl()
1113 if ((reg_offs >= cd->mmio_len) || (reg_offs & 0x3)) in genwqe_ioctl()
1116 val = __genwqe_readl(cd, reg_offs); in genwqe_ioctl()
1130 if (get_user(reg_offs, &io->num)) in genwqe_ioctl()
1133 if ((reg_offs >= cd->mmio_len) || (reg_offs & 0x3)) in genwqe_ioctl()
1139 __genwqe_writel(cd, reg_offs, val); in genwqe_ioctl()