Lines Matching +full:opp +full:- +full:800 +full:m
7 * u-boot:/board/ti/am335x/board.c
11 * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
13 * SPDX-License-Identifier: GPL-2.0+
27 #include "../../../drivers/video/da8xx-fb.h"
86 * @module = mpu - 0, core - 1
134 720, OSC-1, 1, -1, -1, -1, -1};
156 /* Frequency switching for OPP 120 */ in spl_siemens_board_init()
232 writel(RGMII_MODE_ENABLE | RGMII_INT_DELAY, &cdev->miisel); in board_eth_init()
264 .height = 800,
343 setbits_le32(&pwmss->clkconfig, ECAP_CLK_EN); in enable_pwm()
345 writel(0xdb9, &ecap->tsctr); in enable_pwm()
347 writel(ticks - 1, &ecap->cap3); in enable_pwm()
348 writel(ticks - 1, &ecap->cap1); in enable_pwm()
349 setbits_le16(&ecap->ecctl2, in enable_pwm()
352 writel(duty, &ecap->cap2); in enable_pwm()
353 writel(duty, &ecap->cap4); in enable_pwm()
355 setbits_le16(&ecap->ecctl2, ECTRL2_CTRSTP_FREERUN); in enable_pwm()
377 unsigned int m, n; in get_clk() local
380 val = readl(dpll_regs->cm_clksel_dpll); in get_clk()
381 m = PLL_GET_M(val); in get_clk()
383 f = (m * V_OSCK) / n; in get_clk()
393 static int conf_disp_pll(int m, int n) in conf_disp_pll() argument
397 struct dpll_params dpll_lcd = {m, n, -1, -1, -1, -1, -1}; in conf_disp_pll()
400 &cmper->lcdclkctrl, in conf_disp_pll()
404 &cmper->lcdclkctrl, in conf_disp_pll()
405 &cmper->lcdcclkstctrl, in conf_disp_pll()
406 &cmper->epwmss0clkctrl, in conf_disp_pll()
410 writel(0x0, &cmdpll->clklcdcpixelclk); in conf_disp_pll()