Home
last modified time | relevance | path

Searched full:bit_clk (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/meson/
Dmeson_dw_mipi_dsi.c46 struct clk *bit_clk; member
82 ret = clk_set_rate(mipi_dsi->bit_clk, in dw_mipi_dsi_phy_init()
91 ret = clk_rate_exclusive_get(mipi_dsi->bit_clk); in dw_mipi_dsi_phy_init()
154 clk_rate_exclusive_put(mipi_dsi->bit_clk); in dw_mipi_dsi_phy_power_off()
286 mipi_dsi->bit_clk = devm_clk_get_enabled(dev, "bit"); in meson_dw_mipi_dsi_probe()
287 if (IS_ERR(mipi_dsi->bit_clk)) { in meson_dw_mipi_dsi_probe()
288 int ret = PTR_ERR(mipi_dsi->bit_clk); in meson_dw_mipi_dsi_probe()
294 return dev_err_probe(dev, ret, "Unable to get enabled bit_clk\n"); in meson_dw_mipi_dsi_probe()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/
Damlogic,meson-g12a-dw-mipi-dsi.yaml91 clocks = <&clk_pclk>, <&bit_clk>, <&clk_px>;
/kernel/linux/linux-5.10/include/sound/ac97/
Dcodec.h40 * @clk: the clock BIT_CLK provided by the codec
/kernel/linux/linux-6.6/include/sound/ac97/
Dcodec.h40 * @clk: the clock BIT_CLK provided by the codec
/kernel/linux/linux-5.10/sound/soc/cirrus/
Dep93xx-ac97.c181 * BIT_CLK is stopped by forcing the codec into powerdown mode. We can in ep93xx_ac97_warm_reset()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0020_linux_drivers_gpu.patch6554 + unsigned long bit_clk = 0;
6572 + bit_clk = nwl_dsi_get_bit_clock(dsi, clock, lanes);
6603 + bit_clk = nwl_dsi_get_bit_clock(dsi, clock, lanes);
6605 + min_div = DIV_ROUND_UP(bit_clk, MAX_PHY_RATE);
6606 + max_div = DIV_ROUND_DOWN_ULL(bit_clk, MIN_PHY_RATE);
6607 + bit_clk_khz = bit_clk / 1000;
6611 + phy_rates[0] = bit_clk / i;
6631 + config->bitclock = bit_clk;
7885 + uint32_t bit_clk; /* kHz */
7905 + uint32_t bit_clk;
[all …]
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch1077 + uint32_t bit_clk; /* MHz */
1094 + .bit_clk = bclk, \
1110 + /* find an element whose 'bit_clk' is equal to the
1111 + * the key's 'bit_clk' value or, the difference
1114 + if (abs((int)(_elt->bit_clk - _key->bit_clk)) <= 5)
1117 + if (_key->bit_clk < _elt->bit_clk)