Home
last modified time | relevance | path

Searched refs:pl01x_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/serial/
H A Dserial_pl01x.c28 static enum pl01x_type pl01x_type __attribute__ ((section(".data"))); variable
73 enum pl01x_type type) in pl01x_generic_serial_init()
103 static int pl01x_generic_setbrg(struct pl01x_regs *regs, enum pl01x_type type, in pl01x_generic_setbrg()
187 pl01x_type = TYPE_PL010; in pl01x_serial_init_baud()
189 pl01x_type = TYPE_PL011; in pl01x_serial_init_baud()
194 pl01x_generic_serial_init(base_regs, pl01x_type); in pl01x_serial_init_baud()
195 pl01x_generic_setbrg(base_regs, pl01x_type, clock, baudrate); in pl01x_serial_init_baud()
380 enum pl01x_type type = CONFIG_IS_ENABLED(DEBUG_UART_PL011) ? in _debug_uart_init()
H A Dserial_pl01x_internal.h54 enum pl01x_type type;
/openbmc/u-boot/include/dm/platform_data/
H A Dserial_pl01x.h9 enum pl01x_type { enum
25 enum pl01x_type type;