Searched refs:vtac (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_vtac.c | 87 static void sti_vtac_rx_set_config(struct sti_vtac *vtac) in sti_vtac_rx_set_config() argument 92 if (clk_prepare_enable(vtac->clk)) in sti_vtac_rx_set_config() 95 writel(VTAC_FIFO_CONFIG_VAL, vtac->regs + VTAC_RX_FIFO_CONFIG); in sti_vtac_rx_set_config() 98 config |= vtac->mode->vid_in_width << 4; in sti_vtac_rx_set_config() 99 config |= vtac->mode->phyts_width << 16; in sti_vtac_rx_set_config() 100 config |= vtac->mode->phyts_per_pixel << 23; in sti_vtac_rx_set_config() 101 writel(config, vtac->regs + VTAC_CONFIG); in sti_vtac_rx_set_config() 104 static void sti_vtac_tx_set_config(struct sti_vtac *vtac) in sti_vtac_tx_set_config() argument 110 if (clk_prepare_enable(vtac->clk)) in sti_vtac_tx_set_config() 115 writel(phy_config, vtac->phy_regs + VTAC_SYS_CFG8522); in sti_vtac_tx_set_config() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ |
D | st,stih4xx.txt | 11 - sti-vtac: video timing advanced inter dye communication Rx and TX 13 - compatible: "st,vtac-main" or "st,vtac-aux" 147 sti-vtac-rx-main@fee82800 { 148 compatible = "st,vtac-main"; 150 clock-names = "vtac"; 154 sti-vtac-rx-aux@fee82a00 { 155 compatible = "st,vtac-aux"; 157 clock-names = "vtac"; 161 sti-vtac-tx-main@fd349000 { 162 compatible = "st,vtac-main"; [all …]
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | stih415-clock.dtsi | 123 "clk-s-vtac-tx-phy"; 432 clock-output-names = "clk-m-vtac-main-phy", 433 "clk-m-vtac-aux-phy",
|
D | stih416-clock.dtsi | 124 "clk-s-vtac-tx-phy"; 434 clock-output-names = "clk-m-vtac-main-phy", 435 "clk-m-vtac-aux-phy",
|