Home
last modified time | relevance | path

Searched refs:V_OSCK (Results 1 – 25 of 52) sorted by relevance

123

/openbmc/u-boot/arch/arm/mach-k3/include/mach/
H A Dclock.h13 #define V_OSCK 24000000 macro
14 #define V_SCLK V_OSCK
/openbmc/u-boot/include/configs/
H A Dpepper.h12 #define V_OSCK 24000000 /* Clock output from T2 */ macro
13 #define V_SCLK (V_OSCK)
H A Dti_omap3_common.h24 #define V_OSCK 26000000 /* Clock output from T2 */ macro
25 #define V_SCLK (V_OSCK >> 1)
H A Dbrxre1.h24 #define V_OSCK 26000000 /* Clock output from T2 */ macro
25 #define V_SCLK (V_OSCK)
H A Dam335x_igep003x.h20 #define V_OSCK 24000000 /* Clock output from T2 */ macro
21 #define V_SCLK (V_OSCK)
H A Dpdu001.h23 #define V_OSCK 24000000 /* Clock output from T2 */ macro
24 #define V_SCLK (V_OSCK)
H A Dam335x_sl50.h22 #define V_OSCK 24000000 /* Clock output from T2 */ macro
23 #define V_SCLK (V_OSCK)
H A Dsniper.h32 #define V_OSCK 26000000 macro
33 #define V_SCLK (V_OSCK >> 1)
H A Dpengwyn.h17 #define V_OSCK 24000000 macro
18 #define V_SCLK V_OSCK
H A Dti814x_evm.h84 #define V_OSCK 24000000 /* Clock output from T2 */ macro
85 #define V_SCLK (V_OSCK >> 1)
H A Dbaltos.h25 #define V_OSCK 24000000 /* Clock output from T2 */ macro
26 #define V_SCLK (V_OSCK)
H A Dam335x_shc.h29 #define V_OSCK 24000000 /* Clock output from T2 */ macro
30 #define V_SCLK (V_OSCK)
H A Dcm_t43.h83 #define V_OSCK 24000000 /* Clock output from T2 */ macro
84 #define V_SCLK (V_OSCK)
H A Dti816x_evm.h29 #define V_OSCK 24000000 /* Clock output from T2 */ macro
30 #define V_SCLK (V_OSCK >> 1)
H A Dcm_t335.h23 #define V_OSCK 25000000 /* Clock output from T2 */ macro
24 #define V_SCLK (V_OSCK)
H A Dchiliboard.h16 #define V_OSCK 24000000 /* Clock output from T2 */ macro
17 #define V_SCLK (V_OSCK)
H A Dpcm051.h91 #define V_OSCK 25000000 /* Clock output from T2 */ macro
92 #define V_SCLK (V_OSCK)
H A Dcm_t3517.h29 #define V_OSCK 26000000 /* Clock output from T2 */ macro
30 #define V_SCLK (V_OSCK >> 1)
H A Dtao3530.h23 #define V_OSCK 26000000 /* Clock output from T2 */ macro
24 #define V_SCLK (V_OSCK >> 1)
H A Dtricorder.h30 #define V_OSCK 26000000 /* Clock output from T2 */ macro
31 #define V_SCLK (V_OSCK >> 1)
H A Dcm_t35.h30 #define V_OSCK 26000000 /* Clock output from T2 */ macro
31 #define V_SCLK (V_OSCK >> 1)
H A Dbav335x.h31 #define V_OSCK 24000000 /* Clock output from T2 */ macro
32 #define V_SCLK (V_OSCK)
H A Dbrppt1.h22 #define V_OSCK 26000000 /* Clock output from T2 */ macro
23 #define V_SCLK (V_OSCK)
/openbmc/u-boot/drivers/video/
H A Dam335x-fb.c166 if ((V_OSCK * m) < (panel->pxl_clk * d)) in am335xfb_init()
168 n = (V_OSCK * m) / (panel->pxl_clk * d); in am335xfb_init()
171 if (((V_OSCK * m) / n) > LCDC_FMAX) in am335xfb_init()
174 err = abs((V_OSCK * m) / n / d - panel->pxl_clk); in am335xfb_init()
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/
H A Dclock.h395 #define V_OSCK 20000000 /* Clock output from T2 */ macro
397 #define V_OSCK 19200000 /* Clock output from T2 */ macro
400 #define V_SCLK V_OSCK

123