Home
last modified time | relevance | path

Searched refs:roff (Results 1 – 6 of 6) sorted by relevance

/drivers/i2c/busses/
Di2c-octeon-core.h97 #define SW_TWSI(x) (x->roff.sw_twsi)
98 #define TWSI_INT(x) (x->roff.twsi_int)
99 #define SW_TWSI_EXT(x) (x->roff.sw_twsi_ext)
104 struct octeon_i2c_reg_offset roff; member
Di2c-octeon-platdrv.c166 i2c->roff.sw_twsi = 0x00; in octeon_i2c_probe()
167 i2c->roff.twsi_int = 0x10; in octeon_i2c_probe()
168 i2c->roff.sw_twsi_ext = 0x18; in octeon_i2c_probe()
Di2c-thunderx-pcidrv.c161 i2c->roff.sw_twsi = 0x1000; in thunder_i2c_probe_pci()
162 i2c->roff.twsi_int = 0x1010; in thunder_i2c_probe_pci()
163 i2c->roff.sw_twsi_ext = 0x1018; in thunder_i2c_probe_pci()
/drivers/misc/mic/scif/
Dscif_fence.c510 static int scif_send_fence_signal(scif_epd_t epd, off_t roff, u64 rval, in scif_send_fence_signal() argument
530 msg.payload[1] = roff; in scif_send_fence_signal()
712 off_t roff, u64 rval, int flags) in scif_fence_signal() argument
719 ep, loff, lval, roff, rval, flags); in scif_fence_signal()
746 if ((flags & SCIF_SIGNAL_REMOTE) && (roff & (sizeof(u32) - 1))) in scif_fence_signal()
750 err = scif_send_fence_signal(epd, roff, rval, loff, in scif_fence_signal()
763 err = scif_prog_signal(epd, roff, in scif_fence_signal()
Dscif_fd.c454 signal.roff, signal.rval, signal.flags); in scif_fdioctl()
/drivers/video/fbdev/aty/
Daty128fb.c1442 s32 x, b, p, ron, roff; in aty128_ddafifo() local
1473 roff = x * (fifo_depth - 4); in aty128_ddafifo()
1475 if ((ron + m->Rloop) >= roff) { in aty128_ddafifo()
1481 p, m->Rloop, x, ron, roff); in aty128_ddafifo()
1484 dsp->dda_on_off = ron << 16 | roff; in aty128_ddafifo()