Home
last modified time | relevance | path

Searched refs:using_pre_serial (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/common/init/
H A Dboard_init.c140 gd->serial.using_pre_serial = 0; in board_init_f_boot_flags()
/rk3399_rockchip-uboot/include/asm-generic/
H A Dglobal_data.h35 u32 using_pre_serial; member
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dspl.c224 if (!gd->serial.using_pre_serial &&
301 gd->serial.using_pre_serial = 1;
H A Dparam.c426 gd->serial.using_pre_serial = 1; in param_parse_pre_serial()
H A Dboard.c546 if (!gd->serial.using_pre_serial && in board_debug_init()
/rk3399_rockchip-uboot/drivers/serial/
H A Dns16550.c252 if (gd && gd->serial.using_pre_serial) in _debug_uart_init()
/rk3399_rockchip-uboot/common/
H A Dboard_f.c154 if (gd && gd->serial.using_pre_serial) in announce_serial()