OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pl01x_type
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/include/dm/platform_data/
serial_pl01x.h
9
enum
pl01x_type
{
enum
25
enum
pl01x_type
type;
/external/u-boot/drivers/serial/
serial_pl01x.c
28
static enum
pl01x_type
pl01x_type
__attribute__ ((section(".data")));
variable in typeref:enum:pl01x_type
73
enum
pl01x_type
type)
103
static int pl01x_generic_setbrg(struct pl01x_regs *regs, enum
pl01x_type
type,
187
pl01x_type
= TYPE_PL010;
189
pl01x_type
= TYPE_PL011;
194
pl01x_generic_serial_init(base_regs,
pl01x_type
);
195
pl01x_generic_setbrg(base_regs,
pl01x_type
, clock, baudrate);
380
enum
pl01x_type
type = CONFIG_IS_ENABLED(DEBUG_UART_PL011) ?
serial_pl01x_internal.h
54
enum
pl01x_type
type;
Completed in 577 milliseconds