/Linux-v5.15/drivers/gpu/drm/imx/ |
D | imx-ldb.c | 99 struct clk *clk_sel[4]; /* parent of display clock */ member 186 ret = clk_set_parent(ldb->clk_sel[mux], ldb->clk[chno]); in imx_ldb_set_clock() 200 if (mux < 0 || mux >= ARRAY_SIZE(ldb->clk_sel)) { in imx_ldb_encoder_enable() 208 clk_set_parent(ldb->clk_sel[mux], ldb->clk[0]); in imx_ldb_encoder_enable() 209 clk_set_parent(ldb->clk_sel[mux], ldb->clk[1]); in imx_ldb_encoder_enable() 214 clk_set_parent(ldb->clk_sel[mux], ldb->clk[imx_ldb_ch->chno]); in imx_ldb_encoder_enable() 263 if (mux < 0 || mux >= ARRAY_SIZE(ldb->clk_sel)) { in imx_ldb_encoder_atomic_mode_set() 353 ret = clk_set_parent(ldb->clk_sel[mux], ldb->clk_parent[mux]); in imx_ldb_encoder_disable() 657 imx_ldb->clk_sel[i] = devm_clk_get(imx_ldb->dev, clkname); in imx_ldb_probe() 658 if (IS_ERR(imx_ldb->clk_sel[i])) { in imx_ldb_probe() [all …]
|
/Linux-v5.15/arch/mips/include/asm/octeon/ |
D | cvmx-gpio-defs.h | 53 uint64_t clk_sel:2; member 67 uint64_t clk_sel:2; 97 uint64_t clk_sel:2; member 111 uint64_t clk_sel:2; 360 uint64_t clk_sel:2; member 374 uint64_t clk_sel:2;
|
/Linux-v5.15/drivers/mmc/host/ |
D | tmio_mmc.c | 55 int clk_sel; in tmio_mmc_set_clock() local 65 clk_sel = (divisor <= 1); in tmio_mmc_set_clock() 66 clk = clk_sel ? 0 : (roundup_pow_of_two(divisor) >> 2); in tmio_mmc_set_clock() 68 host->pdata->set_clk_div(host->pdev, clk_sel); in tmio_mmc_set_clock()
|
/Linux-v5.15/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_hw.c | 274 void atl1c_start_phy_polling(struct atl1c_hw *hw, u16 clk_sel) in atl1c_start_phy_polling() argument 282 FIELDX(MDIO_CTRL_CLK_SEL, clk_sel) | in atl1c_start_phy_polling() 306 u16 clk_sel = MDIO_CTRL_CLK_25_4; in atl1c_read_phy_core() local 315 clk_sel = MDIO_CTRL_CLK_25_128; in atl1c_read_phy_core() 320 FIELDX(MDIO_CTRL_CLK_SEL, clk_sel) | in atl1c_read_phy_core() 326 FIELDX(MDIO_CTRL_CLK_SEL, clk_sel) | in atl1c_read_phy_core() 339 atl1c_start_phy_polling(hw, clk_sel); in atl1c_read_phy_core() 355 u16 clk_sel = MDIO_CTRL_CLK_25_4; in atl1c_write_phy_core() local 363 clk_sel = MDIO_CTRL_CLK_25_128; in atl1c_write_phy_core() 369 FIELDX(MDIO_CTRL_CLK_SEL, clk_sel) | in atl1c_write_phy_core() [all …]
|
D | atl1c_hw.h | 43 void atl1c_start_phy_polling(struct atl1c_hw *hw, u16 clk_sel);
|
/Linux-v5.15/arch/arm/mach-s3c/ |
D | mach-rx3715.c | 72 .clk_sel = S3C2410_UCON_CLKSEL3, 80 .clk_sel = S3C2410_UCON_CLKSEL3, 89 .clk_sel = S3C2410_UCON_CLKSEL3,
|
D | mach-osiris.c | 104 .clk_sel = S3C2410_UCON_CLKSEL1 | S3C2410_UCON_CLKSEL2, 112 .clk_sel = S3C2410_UCON_CLKSEL1 | S3C2410_UCON_CLKSEL2, 120 .clk_sel = S3C2410_UCON_CLKSEL1 | S3C2410_UCON_CLKSEL2,
|
D | mach-at2440evb.c | 62 .clk_sel = S3C2410_UCON_CLKSEL1 | S3C2410_UCON_CLKSEL2, 70 .clk_sel = S3C2410_UCON_CLKSEL1 | S3C2410_UCON_CLKSEL2,
|
D | mach-anubis.c | 98 .clk_sel = S3C2410_UCON_CLKSEL1 | S3C2410_UCON_CLKSEL2, 106 .clk_sel = S3C2410_UCON_CLKSEL1 | S3C2410_UCON_CLKSEL2,
|
D | mach-rx1950.c | 74 .clk_sel = S3C2410_UCON_CLKSEL3, 82 .clk_sel = S3C2410_UCON_CLKSEL3, 91 .clk_sel = S3C2410_UCON_CLKSEL3,
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_dccg.c | 83 uint32_t clk_sel = 0; in dccg2_get_dccg_ref_freq() local 85 REG_GET_2(REFCLK_CNTL, REFCLK_CLOCK_EN, &clk_en, REFCLK_SRC_SEL, &clk_sel); in dccg2_get_dccg_ref_freq()
|
/Linux-v5.15/drivers/iio/adc/ |
D | vf610_adc.c | 103 enum clk_sel { enum 141 enum clk_sel clk_sel; member 235 adc_feature->clk_sel = VF610_ADCIOC_BUSCLK_SET; in vf610_adc_cfg_init() 255 switch (adc_feature->clk_sel) { in vf610_adc_cfg_post_set() 376 switch (adc_feature->clk_sel) { in vf610_adc_sample_set()
|
D | stm32-adc-core.c | 70 int (*clk_sel)(struct platform_device *, struct stm32_adc_priv *); member 718 ret = priv->cfg->clk_sel(pdev, priv); in stm32_adc_probe() 796 .clk_sel = stm32f4_adc_clk_sel, 803 .clk_sel = stm32h7_adc_clk_sel, 811 .clk_sel = stm32h7_adc_clk_sel,
|
/Linux-v5.15/drivers/net/ethernet/atheros/alx/ |
D | hw.c | 64 u32 val, clk_sel; in alx_read_phy_core() local 70 clk_sel = hw->link_speed != SPEED_UNKNOWN ? in alx_read_phy_core() 81 clk_sel << ALX_MDIO_CLK_SEL_SHIFT; in alx_read_phy_core() 84 clk_sel << ALX_MDIO_CLK_SEL_SHIFT | in alx_read_phy_core() 101 u32 val, clk_sel; in alx_write_phy_core() local 104 clk_sel = hw->link_speed != SPEED_UNKNOWN ? in alx_write_phy_core() 114 clk_sel << ALX_MDIO_CLK_SEL_SHIFT | in alx_write_phy_core() 119 clk_sel << ALX_MDIO_CLK_SEL_SHIFT | in alx_write_phy_core()
|
/Linux-v5.15/drivers/tty/serial/ |
D | samsung_tty.c | 1445 unsigned int clk_sel) in s3c24xx_serial_setsource() argument 1454 if ((ucon & info->clksel_mask) >> info->clksel_shift == clk_sel) in s3c24xx_serial_setsource() 1458 ucon |= clk_sel << info->clksel_shift; in s3c24xx_serial_setsource() 1475 if (ourport->cfg->clk_sel && in s3c24xx_serial_getclk() 1476 !(ourport->cfg->clk_sel & (1 << cnt))) in s3c24xx_serial_getclk() 1554 unsigned int baud, quot, clk_sel = 0; in s3c24xx_serial_set_termios() local 1570 quot = s3c24xx_serial_getclk(ourport, baud, &clk, &clk_sel); in s3c24xx_serial_set_termios() 1581 s3c24xx_serial_setsource(port, clk_sel); in s3c24xx_serial_set_termios() 2003 unsigned int clk_sel; in s3c24xx_serial_enable_baudclk() local 2008 clk_sel = ourport->cfg->clk_sel ? : info->def_clk_sel; in s3c24xx_serial_enable_baudclk() [all …]
|
/Linux-v5.15/sound/soc/sti/ |
D | uniperif_player.c | 957 if (player->clk_sel) { in uni_player_resume() 958 ret = regmap_field_write(player->clk_sel, 1); in uni_player_resume() 1031 player->clk_sel = regmap_field_alloc(regmap, regfield[0]); in uni_player_parse_dt_audio_glue() 1082 if (player->clk_sel) { in uni_player_init() 1083 ret = regmap_field_write(player->clk_sel, 1); in uni_player_init()
|
D | uniperif.h | 1300 struct regmap_field *clk_sel; member
|
/Linux-v5.15/drivers/video/fbdev/ |
D | grvga.c | 43 int clk_sel; member 113 par->clk_sel = i; in grvga_check_var() 181 __raw_writel((par->clk_sel << 6) | (func << 4) | 1, in grvga_set_par()
|
/Linux-v5.15/drivers/clk/ralink/ |
D | clk-mt7621.c | 252 u32 clkcfg, clk_sel, curclk, ffiv, ffrac; in mt7621_cpu_recalc_rate() local 257 clk_sel = FIELD_GET(CPU_CLK_SEL_MASK, clkcfg); in mt7621_cpu_recalc_rate() 263 switch (clk_sel) { in mt7621_cpu_recalc_rate()
|
/Linux-v5.15/include/linux/ |
D | serial_s3c.h | 290 unsigned int clk_sel; member
|
/Linux-v5.15/drivers/spi/ |
D | spi-geni-qcom.c | 260 u32 clk_sel, m_clk_cfg, idx, div; in geni_spi_set_clock_and_bw() local 282 clk_sel = idx & CLK_SEL_MSK; in geni_spi_set_clock_and_bw() 284 writel(clk_sel, se->base + SE_GENI_CLK_SEL); in geni_spi_set_clock_and_bw()
|
/Linux-v5.15/drivers/clk/mvebu/ |
D | armada-37xx-periph.c | 67 u32 clk_sel; member 702 data->clk_sel = readl(data->reg + CLK_SEL); in armada_3700_periph_clock_suspend() 718 writel(data->clk_sel, data->reg + CLK_SEL); in armada_3700_periph_clock_resume()
|
/Linux-v5.15/sound/soc/intel/atom/sst/ |
D | sst.h | 120 u64 clk_sel:3; member
|
/Linux-v5.15/drivers/media/dvb-frontends/ |
D | stv0900_core.c | 287 u32 m_div, clk_sel; in stv0900_set_mclk() local 298 clk_sel = ((stv0900_get_bits(intp, F0900_SELX1RATIO) == 1) ? 4 : 6); in stv0900_set_mclk() 299 m_div = ((clk_sel * mclk) / intp->quartz) - 1; in stv0900_set_mclk()
|
D | stv090x.c | 4272 u32 reg, div, clk_sel; in stv090x_set_mclk() local 4275 clk_sel = ((STV090x_GETFIELD(reg, SELX1RATIO_FIELD) == 1) ? 4 : 6); in stv090x_set_mclk() 4277 div = ((clk_sel * mclk) / config->xtal) - 1; in stv090x_set_mclk()
|