Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_pl01x.c30 static enum pl01x_type pl01x_type __attribute__ ((section(".data"))); variable
75 enum pl01x_type type) in pl01x_generic_serial_init()
105 static int pl01x_generic_setbrg(struct pl01x_regs *regs, enum pl01x_type type, in pl01x_generic_setbrg()
189 pl01x_type = TYPE_PL010; in pl01x_serial_init_baud()
191 pl01x_type = TYPE_PL011; in pl01x_serial_init_baud()
196 pl01x_generic_serial_init(base_regs, pl01x_type); in pl01x_serial_init_baud()
197 pl01x_generic_setbrg(base_regs, pl01x_type, clock, baudrate); in pl01x_serial_init_baud()
279 enum pl01x_type type;
388 enum pl01x_type type = CONFIG_IS_ENABLED(DEBUG_UART_PL011) ? in _debug_uart_init()
/OK3568_Linux_fs/u-boot/include/dm/platform_data/
H A Dserial_pl01x.h9 enum pl01x_type { enum
25 enum pl01x_type type;