| /linux/Documentation/devicetree/bindings/rtc/ | 
| H A D | nxp,pcf85063.yaml | 34   quartz-load-femtofarads:36       The capacitive load of the quartz(x-tal).
 64         quartz-load-femtofarads: false
 92           quartz-load-femtofarads = <12500>;
 
 | 
| H A D | nxp,pcf85363.yaml | 33   quartz-load-femtofarads:35       The capacitive load of the quartz(x-tal).
 58             quartz-load-femtofarads = <12500>;
 
 | 
| H A D | nxp,pcf8523.yaml | 22   quartz-load-femtofarads:43             quartz-load-femtofarads = <7000>;
 
 | 
| H A D | rtc.yaml | 29   quartz-load-femtofarads:31       The capacitive load of the quartz(x-tal), expressed in femto
 
 | 
| /linux/Documentation/devicetree/bindings/clock/ | 
| H A D | renesas,r9a08g045-vbattb.yaml | 48   quartz-load-femtofarads:83         quartz-load-femtofarads = <12500>;
 
 | 
| /linux/arch/arm64/boot/dts/freescale/ | 
| H A D | fsl-lx2160a-tqmlx2160a.dtsi | 88 		quartz-load-femtofarads = <12500>;
 | 
| H A D | tqma8xx.dtsi | 97 		quartz-load-femtofarads = <7000>;
 | 
| H A D | imx93-tqma9352.dtsi | 179 		quartz-load-femtofarads = <7000>;
 | 
| H A D | imx8mn-tqma8mqnl.dtsi | 212 		quartz-load-femtofarads = <7000>;
 | 
| H A D | imx8mm-tqma8mqml.dtsi | 218 		quartz-load-femtofarads = <7000>;
 | 
| H A D | imx8mq-tqma8mq.dtsi | 209 		quartz-load-femtofarads = <7000>;
 | 
| H A D | imx8mp-beacon-som.dtsi | 264 		quartz-load-femtofarads = <12500>;
 | 
| H A D | imx8mm-beacon-som.dtsi | 243 		quartz-load-femtofarads = <12500>;
 | 
| H A D | imx8mn-beacon-som.dtsi | 252 		quartz-load-femtofarads = <12500>;
 | 
| /linux/arch/arm/boot/dts/broadcom/ | 
| H A D | bcm2711-rpi-cm4-io.dts | 110 		quartz-load-femtofarads = <7000>;
 | 
| /linux/drivers/media/dvb-frontends/ | 
| H A D | stv0900_core.c | 295 	dprintk("%s: Mclk set to %d, Quartz = %d\n", __func__, mclk,  in stv0900_set_mclk()296 			intp->quartz);  in stv0900_set_mclk()
 299 	m_div = ((clk_sel * mclk) / intp->quartz) - 1;  in stv0900_set_mclk()
 302 					intp->quartz);  in stv0900_set_mclk()
 1392 	intp->quartz = p_init->dmd_ref_clk;  in stv0900_init_internal()
 1493 	intp->mclk = stv0900_get_mclk_freq(intp, intp->quartz);  in stv0900_init_internal()
 1534 		bitrate = (stv0900_get_mclk_freq(intp, intp->quartz)/1000000)  in stv0900_status()
 
 | 
| H A D | stv0900_priv.h | 287 	s32	quartz;  member
 | 
| /linux/drivers/rtc/ | 
| H A D | rtc-pcf85363.c | 128 	of_property_read_u32(node, "quartz-load-femtofarads", &load);  in pcf85363_load_capacitance()132 		dev_warn(&pcf85363->rtc->dev, "Unknown quartz-load-femtofarads value: %d. Assuming 7000",  in pcf85363_load_capacitance()
 
 | 
| H A D | rtc-pcf8523.c | 60 	of_property_read_u32(node, "quartz-load-femtofarads", &load);  in pcf8523_load_capacitance()64 		dev_warn(&pcf8523->rtc->dev, "Unknown quartz-load-femtofarads value: %d. Assuming 12500",  in pcf8523_load_capacitance()
 
 | 
| H A D | rtc-pcf85063.c | 358 		of_property_read_u32(np, "quartz-load-femtofarads", &load);  in pcf85063_load_capacitance()362 		dev_warn(&pcf85063->rtc->dev, "Unknown quartz-load-femtofarads value: %d. Assuming 7000",  in pcf85063_load_capacitance()
 
 | 
| /linux/arch/powerpc/platforms/chrp/ | 
| H A D | time.c | 118 	 * battery and quartz) will not reset the oscillator and will not  in chrp_set_rtc_time()
 | 
| /linux/drivers/clk/renesas/ | 
| H A D | clk-vbattb.c | 98 	of_property_read_u32(np, "quartz-load-femtofarads", &of_lc);  in vbattb_clk_probe()
 | 
| /linux/Documentation/devicetree/bindings/net/ | 
| H A D | stm32-dwmac.yaml | 74       - description: For MPU family, used for PHY without quartz
 | 
| /linux/arch/arm/boot/dts/nxp/imx/ | 
| H A D | imx6qdl-skov-cpu.dtsi | 278 		quartz-load-femtofarads = <12500>;
 | 
| /linux/drivers/media/tuners/ | 
| H A D | mt2266.c | 114 #define FREF 30000       // Quartz oscillator 30 MHz
 |