Searched refs:wval (Results 1 – 4 of 4) sorted by relevance
227 extern int gpmc_configure(int cmd, int wval);
623 int gpmc_configure(int cmd, int wval) in gpmc_configure() argument629 gpmc_write_reg(GPMC_IRQENABLE, wval); in gpmc_configure()633 gpmc_write_reg(GPMC_IRQSTATUS, wval); in gpmc_configure()638 if (wval) in gpmc_configure()
219 u32 wval; member346 case 4: __u.wval = (reg); break; \357 case 4: __v = (val).wval; break; \
986 u32 wval; in cop1Emulate() local1098 if (__get_user(wval, wva)) { in cop1Emulate()1103 SITOREG(wval, MIPSInst_RT(ir)); in cop1Emulate()1110 SIFROMREG(wval, MIPSInst_RT(ir)); in cop1Emulate()1116 if (__put_user(wval, wva)) { in cop1Emulate()