Searched refs:TYPE_PL011 (Results 1 – 16 of 16) sorted by relevance
/openbmc/u-boot/drivers/serial/ |
H A D | serial_pl01x.c | 80 case TYPE_PL011: in pl01x_generic_serial_init() 146 case TYPE_PL011: { in pl01x_generic_setbrg() 189 pl01x_type = TYPE_PL011; in pl01x_serial_init_baud() 335 {.compatible = "arm,pl011", .data = TYPE_PL011}, 381 TYPE_PL011 : TYPE_PL010; in _debug_uart_init()
|
H A D | serial_bcm283x_pl011.c | 81 {.compatible = "brcm,bcm2835-pl011", .data = TYPE_PL011},
|
/openbmc/u-boot/board/cavium/thunderx/ |
H A D | thunderx.c | 20 .type = TYPE_PL011, 32 .type = TYPE_PL011,
|
/openbmc/u-boot/include/dm/platform_data/ |
H A D | serial_pl01x.h | 11 TYPE_PL011, enumerator
|
/openbmc/qemu/include/hw/char/ |
H A D | pl011.h | 22 #define TYPE_PL011 "pl011" macro
|
/openbmc/u-boot/board/armltd/vexpress64/ |
H A D | vexpress64.c | 22 .type = TYPE_PL011,
|
/openbmc/u-boot/board/st/stv0991/ |
H A D | stv0991.c | 26 .type = TYPE_PL011,
|
/openbmc/u-boot/board/armltd/integrator/ |
H A D | integrator.c | 33 .type = TYPE_PL011,
|
/openbmc/u-boot/board/freescale/lx2160a/ |
H A D | lx2160a.c | 55 .type = TYPE_PL011, 65 .type = TYPE_PL011,
|
/openbmc/qemu/hw/char/ |
H A D | pl011.c | 638 .name = TYPE_PL011, 654 .parent = TYPE_PL011,
|
/openbmc/u-boot/board/hisilicon/hikey/ |
H A D | hikey.c | 83 .type = TYPE_PL011,
|
/openbmc/qemu/hw/arm/ |
H A D | musca.c | 295 object_initialize_child(OBJECT(mms), name, uart, TYPE_PL011); in make_uart()
|
H A D | bcm2835_peripherals.c | 100 object_initialize_child(obj, "uart0", &s->uart0, TYPE_PL011); in raspi_peripherals_base_init()
|
H A D | sbsa-ref.c | 524 DeviceState *dev = qdev_new(TYPE_PL011); in create_uart()
|
H A D | xlnx-versal.c | 181 TYPE_PL011); in versal_create_uarts()
|
H A D | virt.c | 932 DeviceState *dev = qdev_new(TYPE_PL011); in create_uart()
|