/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/ |
D | config.h | 76 #define CONFIG_SYS_NS16550_CLK get_serial_clock()
|
/third_party/uboot/u-boot-2020.01/include/configs/ |
D | ls1012a_common.h | 73 #define CONFIG_SYS_NS16550_CLK (get_serial_clock())
|
D | ls2080a_common.h | 77 #define CONFIG_SYS_NS16550_CLK (get_serial_clock())
|
D | ls1021atsn.h | 105 #define CONFIG_SYS_NS16550_CLK get_serial_clock()
|
D | ls1043a_common.h | 60 #define CONFIG_SYS_NS16550_CLK (get_serial_clock())
|
D | ls1046a_common.h | 61 #define CONFIG_SYS_NS16550_CLK (get_serial_clock())
|
D | ls1021aiot.h | 94 #define CONFIG_SYS_NS16550_CLK get_serial_clock()
|
D | ls1021atwr.h | 206 #define CONFIG_SYS_NS16550_CLK get_serial_clock()
|
D | ls1021aqds.h | 328 #define CONFIG_SYS_NS16550_CLK get_serial_clock()
|
/third_party/uboot/u-boot-2020.01/arch/mips/mach-ath79/ar933x/ |
D | clk.c | 26 int get_serial_clock(void) in get_serial_clock() function
|
/third_party/uboot/u-boot-2020.01/include/ |
D | common.h | 148 int get_serial_clock(void);
|
/third_party/uboot/u-boot-2020.01/arch/mips/mach-ath79/qca953x/ |
D | clk.c | 26 int get_serial_clock(void) in get_serial_clock() function
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm926ejs/lpc32xx/ |
D | clk.c | 134 int get_serial_clock(void) in get_serial_clock() function
|
/third_party/uboot/u-boot-2020.01/drivers/serial/ |
D | lpc32xx_hsuart.c | 25 div = (get_serial_clock() / 14 + baudrate / 2) / baudrate - 1; in lpc32xx_serial_setbrg()
|
D | serial_ar933x.c | 93 val = get_serial_clock(); in ar933x_serial_setbrg()
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/ls102xa/ |
D | clock.c | 102 int get_serial_clock(void) in get_serial_clock() function
|
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc83xx/ |
D | fdt.c | 120 "clock-frequency", get_serial_clock(), 1); in ft_cpu_setup()
|
D | speed.c | 520 int get_serial_clock(void) in get_serial_clock() function
|
/third_party/uboot/u-boot-2020.01/board/freescale/lx2160a/ |
D | lx2160a.c | 99 serial0.clock = get_serial_clock(); in uart_get_clock() 100 serial1.clock = get_serial_clock(); in uart_get_clock()
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/fsl-layerscape/ |
D | fsl_lsch3_speed.c | 240 int get_serial_clock(void) in get_serial_clock() function
|
D | fsl_lsch2_speed.c | 231 int get_serial_clock(void) in get_serial_clock() function
|
/third_party/uboot/u-boot-2020.01/board/socrates/ |
D | socrates.c | 245 int get_serial_clock(void) in get_serial_clock() function
|
/third_party/uboot/u-boot-2020.01/arch/mips/mach-ath79/ar934x/ |
D | clk.c | 223 int get_serial_clock(void) in get_serial_clock() function
|
/third_party/uboot/u-boot-2020.01/drivers/clk/ |
D | mpc83xx_clk.c | 291 int get_serial_clock(void) in get_serial_clock() function
|
/third_party/uboot/u-boot-2020.01/arch/mips/mach-ath79/qca956x/ |
D | clk.c | 212 int get_serial_clock(void) in get_serial_clock() function
|