Home
last modified time | relevance | path

Searched refs:vtac (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_vtac.c87 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.1.27/Documentation/devicetree/bindings/gpu/
Dst,stih4xx.txt11 - sti-vtac: video timing advanced inter dye communication Rx and TX
13 - compatible: "st,vtac-main" or "st,vtac-aux"
148 sti-vtac-rx-main@fee82800 {
149 compatible = "st,vtac-main";
151 clock-names = "vtac";
155 sti-vtac-rx-aux@fee82a00 {
156 compatible = "st,vtac-aux";
158 clock-names = "vtac";
162 sti-vtac-tx-main@fd349000 {
163 compatible = "st,vtac-main";
[all …]
/linux-4.1.27/arch/arm/boot/dts/
Dstih415-clock.dtsi123 "clk-s-vtac-tx-phy";
432 clock-output-names = "clk-m-vtac-main-phy",
433 "clk-m-vtac-aux-phy",
Dstih416-clock.dtsi124 "clk-s-vtac-tx-phy";
434 clock-output-names = "clk-m-vtac-main-phy",
435 "clk-m-vtac-aux-phy",