Home
last modified time | relevance | path

Searched refs:ctrl_no (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/kmb/
H A Dkmb_dsi.c391 u32 ctrl_no = MIPI_CTRL6; in mipi_tx_fg_section_cfg_regs() local
414 ctrl_no, frame_id, section, cfg, ph_cfg->dma_packed); in mipi_tx_fg_section_cfg_regs()
416 (MIPI_TXm_HS_FGn_SECTo_PH(ctrl_no, frame_id, section)), in mipi_tx_fg_section_cfg_regs()
428 MIPI_TXm_HS_FGn_SECT_UNPACKED_BYTES0(ctrl_no, in mipi_tx_fg_section_cfg_regs()
437 reg_adr = MIPI_TXm_HS_FGn_SECTo_LINE_CFG(ctrl_no, frame_id, section); in mipi_tx_fg_section_cfg_regs()
495 u32 ctrl_no = MIPI_CTRL6, reg_adr, val, offset; in mipi_tx_fg_cfg_regs() local
523 reg_adr = MIPI_TXm_HS_FGn_NUM_LINES(ctrl_no, frame_gen); in mipi_tx_fg_cfg_regs()
533 reg_adr = MIPI_TXm_HS_VSYNC_WIDTHn(ctrl_no, frame_gen / 2); in mipi_tx_fg_cfg_regs()
537 reg_adr = MIPI_TXm_HS_V_BACKPORCHESn(ctrl_no, frame_gen / 2); in mipi_tx_fg_cfg_regs()
541 reg_adr = MIPI_TXm_HS_V_FRONTPORCHESn(ctrl_no, frame_gen / 2); in mipi_tx_fg_cfg_regs()
[all …]
/openbmc/u-boot/arch/arm/mach-exynos/
H A Ddmc_init_exynos4.c51 static void phy_control_reset(int ctrl_no, struct exynos4_dmc *dmc) in phy_control_reset() argument
53 if (ctrl_no) { in phy_control_reset()