Lines Matching full:tcxo
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,
1956 "TCXO clock: 19.2, 26, 38.4, 52, 16.368, 32.736, 16.8, 33.6");