Home
last modified time | relevance | path

Searched defs:CLK_DIVIDER (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dap.h17 #define CLK_DIVIDER(REF, FREQ) ((((REF) * 2) / FREQ) - 2) macro
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dcpu.h28 #define CLK_DIVIDER(REF, FREQ) ((((REF) * 2) / FREQ) - 2) macro
/openbmc/linux/include/uapi/linux/
H A Dscc.h90 CLK_DIVIDER, /* Rx = DPLL, Tx = divider (fullduplex with */ enumerator
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dtrinityd.h38 # define CLK_DIVIDER(x) ((x) << 8) macro