Searched full:regstep (Results 1 – 18 of 18) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/rtc/ |
| D | ds1685.h | 32 * @regstep: padding/step size between registers (optional). 46 u32 regstep; member 67 * set regstep and the plat_* pointers as appropriate. 70 const u32 regstep; member
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/Documentation/i2c/busses/ |
| D | i2c-ocores.rst | 57 .regstep = 2, /* two bytes between registers */
|
| /kernel/linux/linux-5.10/Documentation/i2c/busses/ |
| D | i2c-ocores.rst | 57 .regstep = 2, /* two bytes between registers */
|
| /kernel/linux/linux-6.6/drivers/i2c/busses/ |
| D | i2c-ocores.c | 538 /* no 'reg-shift', check for deprecated 'regstep' */ in ocores_i2c_of_probe() 539 if (!of_property_read_u32(np, "regstep", &val)) { in ocores_i2c_of_probe() 541 dev_err(&pdev->dev, "invalid regstep %d\n", in ocores_i2c_of_probe() 547 "regstep property deprecated, use reg-shift\n"); in ocores_i2c_of_probe()
|
| /kernel/linux/linux-5.10/drivers/i2c/busses/ |
| D | i2c-ocores.c | 541 /* no 'reg-shift', check for deprecated 'regstep' */ in ocores_i2c_of_probe() 542 if (!of_property_read_u32(np, "regstep", &val)) { in ocores_i2c_of_probe() 544 dev_err(&pdev->dev, "invalid regstep %d\n", in ocores_i2c_of_probe() 550 "regstep property deprecated, use reg-shift\n"); in ocores_i2c_of_probe()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/i2c/ |
| D | i2c-ocores.txt | 24 - regstep : deprecated, use reg-shift above
|
| /kernel/linux/linux-6.6/arch/mips/sgi-ip32/ |
| D | ip32-platform.c | 114 .regstep = 0x100,
|
| /kernel/linux/linux-5.10/arch/mips/sgi-ip32/ |
| D | ip32-platform.c | 114 .regstep = 0x100,
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/i2c/ |
| D | opencores,i2c-ocores.yaml | 62 regstep:
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/drivers/rtc/ |
| D | rtc-ds1685.c | 48 (reg * rtc->regstep)); in ds1685_read() 61 (reg * rtc->regstep))); in ds1685_write() 1120 if (pdata->regstep > 0) in ds1685_rtc_probe() 1121 rtc->regstep = pdata->regstep; in ds1685_rtc_probe() 1123 rtc->regstep = 1; in ds1685_rtc_probe()
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|