Searched refs:psteps (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | low_i2c.c | 488 const u32 *psteps, *prate, *addrp; in kw_i2c_host_init() local 514 psteps = of_get_property(np, "AAPL,address-step", NULL); in kw_i2c_host_init() 515 steps = psteps ? (*psteps) : 0x10; in kw_i2c_host_init()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | low_i2c.c | 488 const u32 *psteps, *prate, *addrp; in kw_i2c_host_init() local 514 psteps = of_get_property(np, "AAPL,address-step", NULL); in kw_i2c_host_init() 515 steps = psteps ? (*psteps) : 0x10; in kw_i2c_host_init()
|
Completed in 7 milliseconds