/openbmc/u-boot/arch/arm/mach-k3/include/mach/ |
H A D | clock.h | 13 #define V_OSCK 24000000 macro 14 #define V_SCLK V_OSCK
|
/openbmc/u-boot/include/configs/ |
H A D | pepper.h | 12 #define V_OSCK 24000000 /* Clock output from T2 */ macro 13 #define V_SCLK (V_OSCK)
|
H A D | ti_omap3_common.h | 24 #define V_OSCK 26000000 /* Clock output from T2 */ macro 25 #define V_SCLK (V_OSCK >> 1)
|
H A D | brxre1.h | 24 #define V_OSCK 26000000 /* Clock output from T2 */ macro 25 #define V_SCLK (V_OSCK)
|
H A D | am335x_igep003x.h | 20 #define V_OSCK 24000000 /* Clock output from T2 */ macro 21 #define V_SCLK (V_OSCK)
|
H A D | pdu001.h | 23 #define V_OSCK 24000000 /* Clock output from T2 */ macro 24 #define V_SCLK (V_OSCK)
|
H A D | am335x_sl50.h | 22 #define V_OSCK 24000000 /* Clock output from T2 */ macro 23 #define V_SCLK (V_OSCK)
|
H A D | sniper.h | 32 #define V_OSCK 26000000 macro 33 #define V_SCLK (V_OSCK >> 1)
|
H A D | pengwyn.h | 17 #define V_OSCK 24000000 macro 18 #define V_SCLK V_OSCK
|
H A D | ti814x_evm.h | 84 #define V_OSCK 24000000 /* Clock output from T2 */ macro 85 #define V_SCLK (V_OSCK >> 1)
|
H A D | baltos.h | 25 #define V_OSCK 24000000 /* Clock output from T2 */ macro 26 #define V_SCLK (V_OSCK)
|
H A D | am335x_shc.h | 29 #define V_OSCK 24000000 /* Clock output from T2 */ macro 30 #define V_SCLK (V_OSCK)
|
H A D | cm_t43.h | 83 #define V_OSCK 24000000 /* Clock output from T2 */ macro 84 #define V_SCLK (V_OSCK)
|
H A D | ti816x_evm.h | 29 #define V_OSCK 24000000 /* Clock output from T2 */ macro 30 #define V_SCLK (V_OSCK >> 1)
|
H A D | cm_t335.h | 23 #define V_OSCK 25000000 /* Clock output from T2 */ macro 24 #define V_SCLK (V_OSCK)
|
H A D | chiliboard.h | 16 #define V_OSCK 24000000 /* Clock output from T2 */ macro 17 #define V_SCLK (V_OSCK)
|
H A D | pcm051.h | 91 #define V_OSCK 25000000 /* Clock output from T2 */ macro 92 #define V_SCLK (V_OSCK)
|
H A D | cm_t3517.h | 29 #define V_OSCK 26000000 /* Clock output from T2 */ macro 30 #define V_SCLK (V_OSCK >> 1)
|
H A D | tao3530.h | 23 #define V_OSCK 26000000 /* Clock output from T2 */ macro 24 #define V_SCLK (V_OSCK >> 1)
|
H A D | tricorder.h | 30 #define V_OSCK 26000000 /* Clock output from T2 */ macro 31 #define V_SCLK (V_OSCK >> 1)
|
H A D | cm_t35.h | 30 #define V_OSCK 26000000 /* Clock output from T2 */ macro 31 #define V_SCLK (V_OSCK >> 1)
|
H A D | bav335x.h | 31 #define V_OSCK 24000000 /* Clock output from T2 */ macro 32 #define V_SCLK (V_OSCK)
|
H A D | brppt1.h | 22 #define V_OSCK 26000000 /* Clock output from T2 */ macro 23 #define V_SCLK (V_OSCK)
|
/openbmc/u-boot/drivers/video/ |
H A D | am335x-fb.c | 166 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 D | clock.h | 395 #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
|