Home
last modified time | relevance | path

Searched refs:UartPl011Port (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/common/platform/uart/
H A Duart_pl011.c36 struct UartPl011Port *port = NULL; in Pl011Irq()
44 port = (struct UartPl011Port *)udd->private; in Pl011Irq()
68 static void Pl011ConfigBaudrate(const struct UartDriverData *udd, const struct UartPl011Port *port) in Pl011ConfigBaudrate()
157 static void Pl011ConfigLCRH(const struct UartDriverData *udd, const struct UartPl011Port *port, uint32_t lcrh) in Pl011ConfigLCRH()
175 struct UartPl011Port *port = NULL; in Pl011ConfigIn()
177 port = (struct UartPl011Port *)udd->private; in Pl011ConfigIn()
221 struct UartPl011Port *port = NULL; in Pl011StartUp()
227 port = (struct UartPl011Port *)udd->private; in Pl011StartUp()
265 struct UartPl011Port *port = NULL; in Pl011ShutDown()
271 port = (struct UartPl011Port *)ud in Pl011ShutDown()
[all...]
H A Duart_hi35xx.c34 static void UartDumperDump(struct UartPl011Port *port) in UartDumperDump()
64 static int32_t UartDumperCreate(struct UartPl011Port *port) in UartDumperCreate()
95 static inline void UartDumperDestroy(struct UartPl011Port *port) in UartDumperDestroy()
166 struct UartPl011Port *port = NULL; in Hi35xxSetBaud()
222 struct UartPl011Port *port = NULL; in Hi35xxSetAttribute()
278 struct UartPl011Port *port = NULL; in Hi35xxInit()
398 static int32_t UartGetConfigFromHcs(struct UartPl011Port *port, const struct DeviceResourceNode *node) in UartGetConfigFromHcs()
449 struct UartPl011Port *port = NULL; in Hi35xxAttach()
460 port = (struct UartPl011Port *)OsalMemCalloc(sizeof(struct UartPl011Port)); in Hi35xxAttach()
[all...]
H A Duart_pl011.h173 struct UartPl011Port { struct
/device/qemu/drivers/uart/
H A Duart_pl011.c37 struct UartPl011Port *port = NULL; in Pl011Irq()
45 port = (struct UartPl011Port *)udd->private; in Pl011Irq()
69 static void Pl011ConfigBaudrate(const struct UartDriverData *udd, const struct UartPl011Port *port) in Pl011ConfigBaudrate()
158 static void Pl011ConfigLCRH(const struct UartDriverData *udd, const struct UartPl011Port *port, uint32_t lcrh) in Pl011ConfigLCRH()
176 struct UartPl011Port *port = NULL; in Pl011ConfigIn()
178 port = (struct UartPl011Port *)udd->private; in Pl011ConfigIn()
222 struct UartPl011Port *port = NULL; in Pl011StartUp()
228 port = (struct UartPl011Port *)udd->private; in Pl011StartUp()
266 struct UartPl011Port *port = NULL; in Pl011ShutDown()
272 port = (struct UartPl011Port *)ud in Pl011ShutDown()
[all...]
H A Duart.c309 static int32_t UartGetConfigFromHcs(struct UartPl011Port *port, const struct DeviceResourceNode *node) in UartGetConfigFromHcs()
360 struct UartPl011Port *port = NULL; in Hi35xxAttach()
371 port = (struct UartPl011Port *)OsalMemCalloc(sizeof(struct UartPl011Port)); in Hi35xxAttach()
397 struct UartPl011Port *port = NULL; in Hi35xxDetach()
H A Duart_pl011.h173 struct UartPl011Port { struct

Completed in 4 milliseconds