Home
last modified time | relevance | path

Searched refs:CORE_L4_DIV (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dclock.c174 0x0000000C, CORE_L4_DIV << 2); in dpll3_init_34xx()
221 clrsetbits_le32(&p2, 0x0000000C, CORE_L4_DIV << 2); in dpll3_init_34xx()
424 0x0000000C, CORE_L4_DIV << 2); in dpll3_init_36xx()
471 clrsetbits_le32(&p2, 0x0000000C, CORE_L4_DIV << 2); in dpll3_init_36xx()
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Dclocks_omap3.h25 #define CORE_L4_DIV 2 /* 83MHz : L4 */ macro