Searched refs:rreg (Results 1 – 2 of 2) sorted by relevance
275 int rreg = reg; in oc_getreg_grlib() local277 rreg--; in oc_getreg_grlib()278 rd = ioread32be(i2c->base + (rreg << i2c->reg_shift)); in oc_getreg_grlib()288 int rreg = reg; in oc_setreg_grlib() local290 rreg--; in oc_setreg_grlib()292 curr = ioread32be(i2c->base + (rreg << i2c->reg_shift)); in oc_setreg_grlib()300 iowrite32be(wr, i2c->base + (rreg << i2c->reg_shift)); in oc_setreg_grlib()
227 struct carl9170_reg_list rreg; member