Searched defs:REF (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/ |
H A D | ap.h | 17 #define CLK_DIVIDER(REF, FREQ) ((((REF) * 2) / FREQ) - 2) argument 20 #define CLK_FREQUENCY(REF, REG) (((REF) * 2) / (REG + 2)) argument
|
/openbmc/u-boot/arch/arm/mach-tegra/ |
H A D | cpu.h | 28 #define CLK_DIVIDER(REF, FREQ) ((((REF) * 2) / FREQ) - 2) argument 31 #define CLK_FREQUENCY(REF, REG) (((REF) * 2) / (REG + 2)) argument
|
/openbmc/linux/arch/sh/kernel/cpu/sh3/ |
D | setup-sh7710.c |
|
D | setup-sh770x.c |
|
/openbmc/linux/arch/sh/kernel/cpu/sh4/ |
D | setup-sh7750.c |
|
D | setup-sh7760.c |
|
/openbmc/qemu/hw/sh4/ |
H A D | sh7750.c | 479 DMAC, PCIC1, TMU2, RTC, SCI1, SCIF, REF, enumerator
|