Searched full:regstep (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/include/linux/rtc/ |
D | ds1685.h | 32 * @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/ |
D | i2c-ocores.rst | 57 .regstep = 2, /* two bytes between registers */
|
/linux-6.12.1/drivers/i2c/busses/ |
D | i2c-ocores.c | 527 /* 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/ |
D | ip32-platform.c | 114 .regstep = 0x100,
|
/linux-6.12.1/Documentation/devicetree/bindings/i2c/ |
D | opencores,i2c-ocores.yaml | 62 regstep:
|
/linux-6.12.1/drivers/rtc/ |
D | rtc-ds1685.c | 48 (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/ |
D | c67x00-ll-hpi.c | 73 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()
|
D | c67x00-drv.c | 142 c67x00->hpi.regstep = pdata->hpi_regstep; in c67x00_drv_probe()
|
D | c67x00.h | 221 int regstep; member
|