Searched refs:roff (Results 1 – 6 of 6) sorted by relevance
| /drivers/i2c/busses/ |
| A D | i2c-octeon-core.h | 104 #define OCTEON_REG_SW_TWSI(x) ((x)->roff.sw_twsi) 105 #define OCTEON_REG_TWSI_INT(x) ((x)->roff.twsi_int) 106 #define OCTEON_REG_SW_TWSI_EXT(x) ((x)->roff.sw_twsi_ext) 107 #define OCTEON_REG_MODE(x) ((x)->roff.mode) 108 #define OCTEON_REG_BLOCK_CTL(x) ((x)->roff.block_ctl) 109 #define OCTEON_REG_BLOCK_STS(x) ((x)->roff.block_sts) 110 #define OCTEON_REG_BLOCK_FIFO(x) ((x)->roff.block_fifo) 127 struct octeon_i2c_reg_offset roff; member
|
| A D | i2c-thunderx-pcidrv.c | 167 i2c->roff.sw_twsi = 0x1000; in thunder_i2c_probe_pci() 168 i2c->roff.twsi_int = 0x1010; in thunder_i2c_probe_pci() 169 i2c->roff.sw_twsi_ext = 0x1018; in thunder_i2c_probe_pci() 170 i2c->roff.mode = 0x1038; in thunder_i2c_probe_pci() 171 i2c->roff.block_ctl = 0x1048; in thunder_i2c_probe_pci() 172 i2c->roff.block_sts = 0x1050; in thunder_i2c_probe_pci() 173 i2c->roff.block_fifo = 0x1058; in thunder_i2c_probe_pci()
|
| A D | i2c-octeon-platdrv.c | 165 i2c->roff.sw_twsi = 0x00; in octeon_i2c_probe() 166 i2c->roff.twsi_int = 0x10; in octeon_i2c_probe() 167 i2c->roff.sw_twsi_ext = 0x18; in octeon_i2c_probe()
|
| /drivers/pinctrl/sunplus/ |
| A D | sppctl.h | 56 .roff = o, \ 66 .roff = o, \ 152 const u8 roff; /* register offset */ member
|
| A D | sppctl.c | 720 sppctl_gmx_set(pctl, f->roff, f->boff, f->blen, f->grps[g2fpm.g_idx].gval); in sppctl_set_mux() 957 sppctl_gmx_set(pctl, f->roff, f->boff, f->blen, 0); in sppctl_dt_node_to_map()
|
| /drivers/video/fbdev/aty/ |
| A D | aty128fb.c | 1431 s32 x, b, p, ron, roff; in aty128_ddafifo() local 1462 roff = x * (fifo_depth - 4); in aty128_ddafifo() 1464 if ((ron + m->Rloop) >= roff) { in aty128_ddafifo() 1470 p, m->Rloop, x, ron, roff); in aty128_ddafifo() 1473 dsp->dda_on_off = ron << 16 | roff; in aty128_ddafifo()
|
Completed in 19 milliseconds