Home
last modified time | relevance | path

Searched full:sr_idle (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/devfreq/
Drk3399_dmc.txt37 - rockchip,sr_idle : Configure the SR_IDLE value. Defines the
40 for SR_IDLE * 1024 DFI clock cycles (DFI
188 rockchip,sr_idle = <0x2>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/
Drockchip,rk3399-dmc.yaml65 rockchip,sr_idle:
69 Configure the SR_IDLE value. Defines the self-refresh idle period in
71 SR_IDLE * 1024 DFI clock cycles (DFI clocks freq is half of DRAM clock).
293 Configure the SR_IDLE value in nanoseconds. Defines the self-refresh idle
295 for SR_IDLE nanoseconds.
/kernel/linux/linux-5.10/drivers/devfreq/
Drk3399_dmc.c29 unsigned int sr_idle; member
250 ret |= of_property_read_u32(np, "rockchip,sr_idle", in of_get_ddr_timings()
251 &timing->sr_idle); in of_get_ddr_timings()
416 * bit[0-7] : sr_idle in rk3399_dmcfreq_probe()
425 data->odt_pd_arg0 = (data->timing.sr_idle & 0xff) | in rk3399_dmcfreq_probe()