Searched full:tcxo (Results 1 – 25 of 38) sorted by relevance
12
/linux-6.12.1/Documentation/devicetree/bindings/net/wireless/ |
D | ti,wlcore.yaml | 58 tcxo-clock-frequency: 60 description: TCXO clock frequency.
|
/linux-6.12.1/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 883 /* Handle special cases of the TCXO clock */ in wl128x_configure_mcs_pll() 905 * WL128x has two clocks input - TCXO and FREF. 906 * TCXO is the main clock of the device, while FREF is used to sync 908 * In cases where TCXO is 32.736MHz or 16.368MHz, the FREF will be used 917 /* For XTAL-only modes, FREF will be used after switching from TCXO */ in wl128x_boot_clk() 935 /* If TCXO is either 32.736MHz or 16.368MHz, switch to FREF */ in wl128x_boot_clk() 943 /* TCXO clock is selected */ in wl128x_boot_clk() 1882 wl1271_error("Invalid tcxo parameter %s", tcxo_param); in wl12xx_setup() 1954 module_param_named(tcxo, tcxo_param, charp, 0); 1955 MODULE_PARM_DESC(tcxo, [all …]
|
D | wl12xx.h | 81 /* TCXO clock values */
|
D | reg.h | 429 /* Bit[0] - 0-TCXO, 1-FREF */ 431 /* Bit[3:2] - 01-TCXO, 10-FREF */ 434 /* Bit[4] - 0-TCXO, 1-FREF */
|
D | cmd.c | 148 /* Replace REF and TCXO CLKs with the ones from platform data */ in wl128x_cmd_general_parms()
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | hisilicon,hi3660-usb3.yaml | 27 description: phandle of syscon used to control usb tcxo.
|
D | hisilicon,hi3670-usb3.yaml | 28 description: phandle of syscon used to control usb tcxo.
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | qcom,sm8550-tcsr.yaml | 31 - description: TCXO pad clock
|
/linux-6.12.1/arch/arm/boot/dts/ti/omap/ |
D | logicpd-torpedo-37xx-devkit.dts | 49 tcxo-clock-frequency = <26000000>;
|
D | am3517-som.dtsi | 167 tcxo-clock-frequency = <26000000>;
|
D | omap4-epson-embt2ws.dts | 320 tcxo-clock-frequency = <26000000>;
|
D | motorola-mapphone-common.dtsi | 179 tcxo-clock-frequency = <26000000>;
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx6qdl-apf6.dtsi | 78 tcxo-clock-frequency = <38400000>;
|
D | imx6-logicpd-som.dtsi | 367 tcxo-clock-frequency = <26000000>;
|
D | imx6q-bx50v3.dtsi | 382 tcxo-clock-frequency = <26000000>;
|
D | imx6sx-udoo-neo.dtsi | 485 tcxo-clock-frequency = <26000000>;
|
D | imx6dl-mamoj.dts | 347 tcxo-clock-frequency = <26000000>;
|
D | imx6q-prti6q.dts | 379 tcxo-clock-frequency = <19200000>;
|
D | imx6dl-b1x5pv2.dtsi | 411 tcxo-clock-frequency = <26000000>;
|
/linux-6.12.1/Documentation/devicetree/bindings/mmc/ |
D | sdhci-msm.yaml | 80 - description: TCXO clock
|
/linux-6.12.1/Documentation/devicetree/bindings/regulator/ |
D | mediatek,mt6397-regulator.yaml | 37 "^(ldo_)?v(tcxo|(a|io)28)$":
|
/linux-6.12.1/drivers/net/wireless/ti/wlcore/ |
D | sdio.c | 242 of_property_read_u32(np, "tcxo-clock-frequency", in wlcore_probe_of()
|
D | wlcore_i.h | 203 u32 tcxo_clock_freq; /* in Hertz, tcxo is always XTAL */
|
D | spi.c | 455 of_property_read_u32(dt_node, "tcxo-clock-frequency", in wlcore_probe_of()
|
/linux-6.12.1/drivers/phy/qualcomm/ |
D | phy-qcom-ipq806x-usb.c | 519 dev_dbg(phy_dwc3->dev, "cannot get TCXO clock\n"); in qcom_ipq806x_usb_phy_probe()
|
12