Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/
Ddevices.c41 writel(CLK_UART_X_DIV(1) | CLK_UART_Y_DIV(1), in lpc32xx_uart_init()
/external/u-boot/arch/arm/include/asm/arch-lpc32xx/
Dclk.h149 #define CLK_UART_Y_DIV(n) (((n) & 0xFF) << 0) macro