/linux-6.3-rc2/drivers/usb/host/ |
A D | ehci-sh.c | 13 struct clk *iclk, *fclk; member 115 priv->fclk = devm_clk_get(&pdev->dev, "usb_fck"); in ehci_hcd_sh_probe() 116 if (IS_ERR(priv->fclk)) in ehci_hcd_sh_probe() 117 priv->fclk = NULL; in ehci_hcd_sh_probe() 123 clk_enable(priv->fclk); in ehci_hcd_sh_probe() 140 clk_disable(priv->fclk); in ehci_hcd_sh_probe() 158 clk_disable(priv->fclk); in ehci_hcd_sh_remove()
|
A D | ohci-at91.c | 54 struct clk *fclk; member 78 clk_set_rate(ohci_at91->fclk, 48000000); in at91_start_clock() 81 clk_prepare_enable(ohci_at91->fclk); in at91_start_clock() 90 clk_disable_unprepare(ohci_at91->fclk); in at91_stop_clock() 218 ohci_at91->fclk = devm_clk_get(dev, "uhpck"); in usb_hcd_at91_probe() 219 if (IS_ERR(ohci_at91->fclk)) { in usb_hcd_at91_probe() 221 retval = PTR_ERR(ohci_at91->fclk); in usb_hcd_at91_probe()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/display/ti/ |
A D | ti,omap3-dss.txt | 14 - clocks: handle to fclk 37 - clocks: handle to fclk 52 - clocks: handles to fclk and iclk 64 - clocks: handle to fclk 82 - clocks: handles to fclk and pll clock
|
A D | ti,omap4-dss.txt | 14 - clocks: handle to fclk 36 - clocks: handle to fclk 51 - clocks: handles to fclk and iclk 67 - clocks: handle to fclk 88 - clocks: handles to fclk and pll clock 111 - clocks: handles to fclk and pll clock
|
A D | ti,omap5-dss.txt | 14 - clocks: handle to fclk 36 - clocks: handle to fclk 51 - clocks: handles to fclk and iclk 69 - clocks: handles to fclk and pll clock 92 - clocks: handles to fclk and pll clock
|
A D | ti,dra7-dss.txt | 14 - clocks: handle to fclk 47 - clocks: handle to fclk 66 - clocks: handles to fclk and pll clock
|
/linux-6.3-rc2/drivers/media/dvb-frontends/ |
A D | s5h1420.c | 39 u32 fclk; member 368 tmp = state->fclk / tmp; in s5h1420_read_status() 475 do_div(val, (state->fclk / 1000)); in s5h1420_setsymbolrate() 530 val = (((-val) * (state->fclk/1000000)) / (1<<24)); in s5h1420_getfreqoffset() 668 state->fclk = 80000000; in s5h1420_set_frontend() 670 state->fclk = 59000000; in s5h1420_set_frontend() 672 state->fclk = 86000000; in s5h1420_set_frontend() 674 state->fclk = 88000000; in s5h1420_set_frontend() 676 state->fclk = 44000000; in s5h1420_set_frontend() 678 …dprintk("pll01: %d, ToneFreq: %d\n", state->fclk/1000000 - 8, (state->fclk + (TONE_FREQ * 32) - 1)… in s5h1420_set_frontend() [all …]
|
A D | cx24110.c | 231 u32 tmp, fclk, BDRI; in cx24110_set_symbolrate() local 251 fclk=90999000UL/2; in cx24110_set_symbolrate() 255 fclk=60666000UL; in cx24110_set_symbolrate() 259 fclk=80888000UL; in cx24110_set_symbolrate() 263 fclk=90999000UL; in cx24110_set_symbolrate() 265 dprintk("cx24110 debug: fclk %d Hz\n",fclk); in cx24110_set_symbolrate() 275 BDRI=fclk>>2; in cx24110_set_symbolrate() 288 dprintk("fclk = %d\n", fclk); in cx24110_set_symbolrate()
|
A D | mb86a20s.h | 22 u32 fclk; member
|
/linux-6.3-rc2/arch/sh/drivers/pci/ |
A D | pcie-sh7786.c | 26 struct clk *fclk, phy_clk; member 225 port->fclk = clk_get(NULL, fclk_name); in pcie_clk_init() 226 if (IS_ERR(port->fclk)) { in pcie_clk_init() 227 ret = PTR_ERR(port->fclk); in pcie_clk_init() 231 clk_enable(port->fclk); in pcie_clk_init() 251 clk_disable(port->fclk); in pcie_clk_init() 252 clk_put(port->fclk); in pcie_clk_init()
|
/linux-6.3-rc2/drivers/clocksource/ |
A D | timer-ti-dm.c | 123 struct clk *fclk; member 403 if (unlikely(!timer) || IS_ERR(timer->fclk)) in omap_dm_timer_set_source() 432 if (clk_hw_get_num_parents(__clk_get_hw(timer->fclk)) < 2) in omap_dm_timer_set_source() 442 ret = clk_set_parent(timer->fclk, parent); in omap_dm_timer_set_source() 714 if (timer && !IS_ERR(timer->fclk)) in omap_dm_timer_get_fclk() 715 return timer->fclk; in omap_dm_timer_get_fclk() 767 rate = clk_get_rate(timer->fclk); in omap_dm_timer_stop() 1125 timer->fclk = devm_clk_get(dev, "fck"); in omap_dm_timer_probe() 1126 if (IS_ERR(timer->fclk)) in omap_dm_timer_probe() 1127 return PTR_ERR(timer->fclk); in omap_dm_timer_probe() [all …]
|
/linux-6.3-rc2/drivers/iio/adc/ |
A D | ad7124.c | 262 unsigned int fclk, odr_sel_bits; in ad7124_set_channel_odr() local 264 fclk = clk_get_rate(st->mclk); in ad7124_set_channel_odr() 272 odr_sel_bits = DIV_ROUND_CLOSEST(fclk, odr * 32); in ad7124_set_channel_odr() 282 st->channels[channel].cfg.odr = DIV_ROUND_CLOSEST(fclk, odr_sel_bits * 32); in ad7124_set_channel_odr() 891 unsigned int fclk, power_mode; in ad7124_setup() local 894 fclk = clk_get_rate(st->mclk); in ad7124_setup() 895 if (!fclk) in ad7124_setup() 901 fclk); in ad7124_setup() 902 if (fclk != ad7124_master_clk_freq_hz[power_mode]) { in ad7124_setup() 903 ret = clk_set_rate(st->mclk, fclk); in ad7124_setup()
|
A D | ad7192.c | 182 u32 fclk; member 539 fadc = DIV_ROUND_CLOSEST(st->fclk, in ad7192_get_available_filter_freq() 543 fadc = DIV_ROUND_CLOSEST(st->fclk, in ad7192_get_available_filter_freq() 547 fadc = DIV_ROUND_CLOSEST(st->fclk, AD7192_MODE_RATE(st->mode)); in ad7192_get_available_filter_freq() 668 fadc = DIV_ROUND_CLOSEST(st->fclk, in ad7192_get_3db_filter_freq() 716 *val = st->fclk / in ad7192_read_raw() 767 div = st->fclk / (val * st->f_order * 1024); in ad7192_write_raw() 1049 st->fclk = AD7192_INT_FREQ_MHZ; in ad7192_probe() 1068 st->fclk = clk_get_rate(st->mclk); in ad7192_probe() 1069 if (!ad7192_valid_external_frequency(st->fclk)) { in ad7192_probe()
|
/linux-6.3-rc2/drivers/pwm/ |
A D | pwm-omap-dmtimer.c | 159 struct clk *fclk; in pwm_omap_dmtimer_config() local 168 fclk = omap->pdata->get_fclk(omap->dm_timer); in pwm_omap_dmtimer_config() 169 if (!fclk) { in pwm_omap_dmtimer_config() 174 clk_rate = clk_get_rate(fclk); in pwm_omap_dmtimer_config()
|
/linux-6.3-rc2/drivers/i2c/busses/ |
A D | i2c-omap.c | 355 struct clk *fclk; in omap_i2c_init() local 374 fclk = clk_get(omap->dev, "fck"); in omap_i2c_init() 375 if (IS_ERR(fclk)) { in omap_i2c_init() 376 error = PTR_ERR(fclk); in omap_i2c_init() 382 fclk_rate = clk_get_rate(fclk); in omap_i2c_init() 383 clk_put(fclk); in omap_i2c_init() 413 fclk = clk_get(omap->dev, "fck"); in omap_i2c_init() 414 if (IS_ERR(fclk)) { in omap_i2c_init() 415 error = PTR_ERR(fclk); in omap_i2c_init() 420 fclk_rate = clk_get_rate(fclk) / 1000; in omap_i2c_init() [all …]
|
/linux-6.3-rc2/sound/soc/ti/ |
A D | omap-dmic.c | 36 struct clk *fclk; member 330 mux = clk_get_parent(dmic->fclk); in omap_dmic_select_fclk() 476 dmic->fclk = devm_clk_get(dmic->dev, "fck"); in asoc_dmic_probe() 477 if (IS_ERR(dmic->fclk)) { in asoc_dmic_probe()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/ |
A D | vg_clk_mgr.c | 574 if (clock_table->DfPstateTable[i].fclk != 0) { in vg_clk_mgr_helper_populate_bw_params() 589 bw_params->clk_table.entries[i].fclk_mhz = clock_table->DfPstateTable[j].fclk; in vg_clk_mgr_helper_populate_bw_params() 594 bw_params->clk_table.entries[i].fclk_mhz = clock_table->DfPstateTable[j].fclk; in vg_clk_mgr_helper_populate_bw_params() 631 { .fclk = 400, .memclk = 400, .voltage = 2800 }, 632 { .fclk = 400, .memclk = 400, .voltage = 2800 }, 633 { .fclk = 400, .memclk = 400, .voltage = 2800 }, 634 { .fclk = 400, .memclk = 400, .voltage = 2800 }
|
/linux-6.3-rc2/drivers/net/hamradio/ |
A D | baycom_epp.c | 167 unsigned int fclk; member 306 bc->cfg.extmodem ? "ext" : "int", bc->cfg.fclk, bc->cfg.bps, in eppconfig() 307 (bc->cfg.fclk + 8 * bc->cfg.bps) / (16 * bc->cfg.bps), in eppconfig() 984 bc->cfg.fclk = simple_strtoul(cp+5, NULL, 0); in baycom_setmode() 985 if (bc->cfg.fclk < 1000000) in baycom_setmode() 986 bc->cfg.fclk = 1000000; in baycom_setmode() 987 if (bc->cfg.fclk > 25000000) in baycom_setmode() 988 bc->cfg.fclk = 25000000; in baycom_setmode() 1083 bc->cfg.extmodem ? "ext" : "int", bc->cfg.fclk, bc->cfg.bps, in baycom_siocdevprivate() 1208 bc->cfg.fclk = 19666600; in baycom_epp_dev_setup()
|
/linux-6.3-rc2/drivers/mmc/host/ |
A D | omap.c | 126 struct clk * fclk; member 190 clk_enable(host->fclk); in mmc_omap_fclk_enable() 192 clk_disable(host->fclk); in mmc_omap_fclk_enable() 1379 host->fclk = clk_get(&pdev->dev, "fck"); in mmc_omap_probe() 1380 if (IS_ERR(host->fclk)) { in mmc_omap_probe() 1381 ret = PTR_ERR(host->fclk); in mmc_omap_probe() 1385 ret = clk_prepare(host->fclk); in mmc_omap_probe() 1459 clk_unprepare(host->fclk); in mmc_omap_probe() 1461 clk_put(host->fclk); in mmc_omap_probe() 1483 clk_unprepare(host->fclk); in mmc_omap_remove() [all …]
|
/linux-6.3-rc2/arch/arm64/boot/dts/ti/ |
A D | k3-am64-mcu.dtsi | 16 clock-names = "fclk"; 27 clock-names = "fclk";
|
A D | k3-j7200-main.dtsi | 333 clock-names = "fclk"; 345 clock-names = "fclk"; 357 clock-names = "fclk"; 369 clock-names = "fclk"; 381 clock-names = "fclk"; 393 clock-names = "fclk"; 405 clock-names = "fclk"; 417 clock-names = "fclk"; 429 clock-names = "fclk"; 441 clock-names = "fclk";
|
A D | k3-am62a-main.dtsi | 186 clock-names = "fclk"; 196 clock-names = "fclk"; 206 clock-names = "fclk"; 216 clock-names = "fclk"; 226 clock-names = "fclk"; 236 clock-names = "fclk"; 246 clock-names = "fclk";
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mmc/ |
A D | ti-omap-hsmmc.txt | 92 swakeup | | fclk 98 In suspend the fclk is off and the module is disfunctional. Even register reads 99 will fail. A small logic in the host will request fclk restore, when an
|
/linux-6.3-rc2/drivers/clk/zynq/ |
A D | clkc.c | 102 static void __init zynq_clk_register_fclk(enum zynq_clk fclk, in zynq_clk_register_fclk() argument 146 clks[fclk] = clk_register_gate(NULL, clk_name, in zynq_clk_register_fclk() 151 if (clk_prepare_enable(clks[fclk])) in zynq_clk_register_fclk() 153 fclk - fclk0); in zynq_clk_register_fclk() 170 clks[fclk] = ERR_PTR(-ENOMEM); in zynq_clk_register_fclk()
|
/linux-6.3-rc2/arch/arm/mach-omap2/ |
A D | prm3xxx.c | 230 u32 wkst, fclk, iclk, clken; in omap3xxx_prm_clear_mod_irqs() local 243 fclk = omap2_cm_read_mod_reg(module, fclk_off); in omap3xxx_prm_clear_mod_irqs() 260 omap2_cm_write_mod_reg(fclk, module, fclk_off); in omap3xxx_prm_clear_mod_irqs()
|