Home
last modified time | relevance | path

Searched full:standby_idle (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/devfreq/
Drk3399_dmc.txt56 - rockchip,standby_idle : Defines the standby idle period in which
59 be gated if bus is idle for standby_idle * DFI
191 rockchip,standby_idle = <0x2000>;
/kernel/linux/linux-5.10/drivers/devfreq/
Drk3399_dmc.c32 unsigned int standby_idle; member
256 ret |= of_property_read_u32(np, "rockchip,standby_idle", in of_get_ddr_timings()
257 &timing->standby_idle); in of_get_ddr_timings()
427 ((data->timing.standby_idle & 0xffff) << 16); in rk3399_dmcfreq_probe()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/
Drockchip,rk3399-dmc.yaml95 rockchip,standby_idle:
101 if bus is idle for standby_idle * DFI clock cycles.
314 if bus is idle for standby_idle nanoseconds.
/kernel/linux/linux-6.6/drivers/devfreq/
Drk3399_dmc.c110 * pd_idle and standby_idle are based on the controller clock cycle. in rk3399_dmcfreq_target()