Home
last modified time | relevance | path

Searched refs:pclk (Results 326 - 350 of 400) sorted by relevance

1...<<111213141516

/kernel/linux/linux-5.10/drivers/gpu/drm/mcde/
H A Dmcde_dsi.c433 u64 pclk; in mcde_dsi_setup_video_mode() local
580 pclk = DIV_ROUND_UP_ULL(1000000000000, (mode->clock * 1000)); in mcde_dsi_setup_video_mode()
582 pclk); in mcde_dsi_setup_video_mode()
599 bpl = pclk * mode->htotal; /* (1) picoseconds per line */ in mcde_dsi_setup_video_mode()
/kernel/linux/linux-6.6/drivers/gpu/drm/mcde/
H A Dmcde_dsi.c433 u64 pclk; in mcde_dsi_setup_video_mode() local
580 pclk = DIV_ROUND_UP_ULL(1000000000000, (mode->clock * 1000)); in mcde_dsi_setup_video_mode()
582 pclk); in mcde_dsi_setup_video_mode()
599 bpl = pclk * mode->htotal; /* (1) picoseconds per line */ in mcde_dsi_setup_video_mode()
/kernel/linux/linux-6.6/sound/soc/stm/
H A Dstm32_i2s.c215 * @pclk: peripheral clock driving bus interface
240 struct clk *pclk; member
1048 i2s->pclk = devm_clk_get(&pdev->dev, "pclk"); in stm32_i2s_parse_dt()
1049 if (IS_ERR(i2s->pclk)) in stm32_i2s_parse_dt()
1050 return dev_err_probe(&pdev->dev, PTR_ERR(i2s->pclk), in stm32_i2s_parse_dt()
1051 "Could not get pclk\n"); in stm32_i2s_parse_dt()
1131 i2s->regmap = devm_regmap_init_mmio_clk(&pdev->dev, "pclk", in stm32_i2s_probe()
H A Dstm32_sai.h283 * @pclk: SAI bus clock
294 struct clk *pclk; member
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-qup.c229 struct clk *pclk; member
1636 clk_prepare_enable(qup->pclk); in qup_i2c_enable_clocks()
1648 clk_disable_unprepare(qup->pclk); in qup_i2c_disable_clocks()
1787 qup->pclk = devm_clk_get(qup->dev, "iface"); in qup_i2c_probe()
1788 if (IS_ERR(qup->pclk)) { in qup_i2c_probe()
1790 ret = PTR_ERR(qup->pclk); in qup_i2c_probe()
H A Di2c-designware-core.h191 * @pclk: clock required to access the registers
244 struct clk *pclk; member
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-qup.c229 struct clk *pclk; member
1636 clk_prepare_enable(qup->pclk); in qup_i2c_enable_clocks()
1648 clk_disable_unprepare(qup->pclk); in qup_i2c_disable_clocks()
1787 qup->pclk = devm_clk_get(qup->dev, "iface"); in qup_i2c_probe()
1788 if (IS_ERR(qup->pclk)) { in qup_i2c_probe()
1790 ret = PTR_ERR(qup->pclk); in qup_i2c_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4_core.h267 struct omap_dss_audio *audio, u32 pclk);
H A Dhdmi5_core.h295 struct omap_dss_audio *audio, u32 pclk);
H A Dhdmi.h336 int hdmi_compute_acr(u32 pclk, u32 sample_freq, u32 *n, u32 *cts);
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi4_core.h261 struct omap_dss_audio *audio, u32 pclk);
/kernel/linux/linux-5.10/sound/soc/stm/
H A Dstm32_sai.h283 * @pclk: SAI bus clock
294 struct clk *pclk; member
/kernel/linux/linux-6.6/include/linux/
H A Dstmmac.h289 struct clk *pclk; member
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi4_core.h261 struct omap_dss_audio *audio, u32 pclk);
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4_core.h267 struct omap_dss_audio *audio, u32 pclk);
/kernel/linux/linux-5.10/drivers/net/ethernet/cortina/
H A Dgemini.c113 struct clk *pclk; member
2301 clk_disable_unprepare(port->pclk); in gemini_port_remove()
2434 port->pclk = devm_clk_get(dev, "PCLK"); in gemini_ethernet_port_probe()
2435 if (IS_ERR(port->pclk)) { in gemini_ethernet_port_probe()
2437 return PTR_ERR(port->pclk); in gemini_ethernet_port_probe()
2439 ret = clk_prepare_enable(port->pclk); in gemini_ethernet_port_probe()
2528 clk_disable_unprepare(port->pclk); in gemini_ethernet_port_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/cortina/
H A Dgemini.c112 struct clk *pclk; member
2308 clk_disable_unprepare(port->pclk); in gemini_port_remove()
2435 port->pclk = devm_clk_get(dev, "PCLK"); in gemini_ethernet_port_probe()
2436 if (IS_ERR(port->pclk)) { in gemini_ethernet_port_probe()
2438 return PTR_ERR(port->pclk); in gemini_ethernet_port_probe()
2440 ret = clk_prepare_enable(port->pclk); in gemini_ethernet_port_probe()
2530 clk_disable_unprepare(port->pclk); in gemini_ethernet_port_probe()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dpxa168fb.h382 #define CFG_INV_PCLK(pclk) ((pclk) << 1)
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Ddc.h22 unsigned long pclk; member
152 struct clk *clk, unsigned long pclk,
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dpxa168fb.h382 #define CFG_INV_PCLK(pclk) ((pclk) << 1)
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Ddc.h24 unsigned long pclk; member
165 struct clk *clk, unsigned long pclk,
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Drv515.c962 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; in rv515_crtc_bandwidth_compute() local
1002 * pclk = pixel clock period(ns) = 1000 / (mode.clock / 1000) in rv515_crtc_bandwidth_compute()
1010 pclk.full = dfixed_div(b, a); in rv515_crtc_bandwidth_compute()
1018 consumption_time.full = dfixed_div(pclk, b); in rv515_crtc_bandwidth_compute()
1020 consumption_time.full = pclk.full; in rv515_crtc_bandwidth_compute()
1029 * pclk = pixel clock period(ns) in rv515_crtc_bandwidth_compute()
1032 line_time.full = dfixed_mul(a, pclk); in rv515_crtc_bandwidth_compute()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Drv515.c930 fixed20_12 pclk, request_fifo_depth, tolerable_latency, estimated_width; in rv515_crtc_bandwidth_compute() local
970 * pclk = pixel clock period(ns) = 1000 / (mode.clock / 1000) in rv515_crtc_bandwidth_compute()
978 pclk.full = dfixed_div(b, a); in rv515_crtc_bandwidth_compute()
986 consumption_time.full = dfixed_div(pclk, b); in rv515_crtc_bandwidth_compute()
988 consumption_time.full = pclk.full; in rv515_crtc_bandwidth_compute()
997 * pclk = pixel clock period(ns) in rv515_crtc_bandwidth_compute()
1000 line_time.full = dfixed_mul(a, pclk); in rv515_crtc_bandwidth_compute()
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
H A Dmalidp_hw.h234 struct clk *pclk; member
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Datmel_usba_udc.h341 struct clk *pclk; member

Completed in 45 milliseconds

1...<<111213141516