Home
last modified time | relevance | path

Searched full:regstep (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/include/linux/rtc/
Dds1685.h32 * @regstep: padding/step size between registers (optional).
46 u32 regstep; member
66 * set regstep and the plat_* pointers as appropriate.
69 const u32 regstep; member
/linux-6.12.1/Documentation/i2c/busses/
Di2c-ocores.rst57 .regstep = 2, /* two bytes between registers */
/linux-6.12.1/drivers/i2c/busses/
Di2c-ocores.c527 /* no 'reg-shift', check for deprecated 'regstep' */ in ocores_i2c_of_probe()
528 if (!of_property_read_u32(np, "regstep", &val)) { in ocores_i2c_of_probe()
530 dev_err(&pdev->dev, "invalid regstep %d\n", in ocores_i2c_of_probe()
536 "regstep property deprecated, use reg-shift\n"); in ocores_i2c_of_probe()
/linux-6.12.1/arch/mips/sgi-ip32/
Dip32-platform.c114 .regstep = 0x100,
/linux-6.12.1/Documentation/devicetree/bindings/i2c/
Dopencores,i2c-ocores.yaml62 regstep:
/linux-6.12.1/drivers/rtc/
Drtc-ds1685.c48 (reg * rtc->regstep)); in ds1685_read()
61 (reg * rtc->regstep))); in ds1685_write()
1118 if (pdata->regstep > 0) in ds1685_rtc_probe()
1119 rtc->regstep = pdata->regstep; in ds1685_rtc_probe()
1121 rtc->regstep = 1; in ds1685_rtc_probe()
/linux-6.12.1/drivers/usb/c67x00/
Dc67x00-ll-hpi.c73 return __raw_readw(dev->hpi.base + reg * dev->hpi.regstep); in hpi_read_reg()
79 __raw_writew(value, dev->hpi.base + reg * dev->hpi.regstep); in hpi_write_reg()
Dc67x00-drv.c142 c67x00->hpi.regstep = pdata->hpi_regstep; in c67x00_drv_probe()
Dc67x00.h221 int regstep; member