Home
last modified time | relevance | path

Searched full:ddr3_odt_dis_freq (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/devfreq/
Drk3399_dmc.txt72 - rockchip,ddr3_odt_dis_freq : When the DRAM type is DDR3, this parameter defines
74 when the DDR frequency is less then ddr3_odt_dis_freq,
101 When DDR frequency is less then ddr3_odt_dis_freq,
130 ddr3_odt_dis_freq, the ODT on the DRAM side and
195 rockchip,ddr3_odt_dis_freq = <333>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/
Drockchip,rk3399-dmc.yaml126 rockchip,ddr3_odt_dis_freq:
131 frequency in Hz. When the DDR frequency is less then ddr3_odt_dis_freq,
179 frequency in Hz. When DDR frequency is less then ddr3_odt_dis_freq, the
226 frequency in Hz. When the DDR frequency is less then ddr3_odt_dis_freq,
376 rockchip,ddr3_odt_dis_freq = <333000000>;
/kernel/linux/linux-6.6/drivers/devfreq/
Drk3399_dmc.c58 unsigned int ddr3_odt_dis_freq; member
312 ret |= of_property_read_u32(np, "rockchip,ddr3_odt_dis_freq", in rk3399_dmcfreq_of_props()
313 &data->ddr3_odt_dis_freq); in rk3399_dmcfreq_of_props()
389 data->odt_dis_freq = data->ddr3_odt_dis_freq; in rk3399_dmcfreq_probe()
/kernel/linux/linux-5.10/drivers/devfreq/
Drk3399_dmc.c36 unsigned int ddr3_odt_dis_freq; member
264 ret |= of_property_read_u32(np, "rockchip,ddr3_odt_dis_freq", in of_get_ddr_timings()
265 &timing->ddr3_odt_dis_freq); in of_get_ddr_timings()
392 data->odt_dis_freq = data->timing.ddr3_odt_dis_freq; in rk3399_dmcfreq_probe()
/kernel/linux/linux-6.6/arch/arm64/boot/dts/rockchip/
Drk3399-gru.dtsi389 rockchip,ddr3_odt_dis_freq = <666000000>;