Lines Matching refs:UartDriverData
38 struct UartDriverData *udd = (struct UartDriverData *)data;
69 static void Pl011ConfigBaudrate(const struct UartDriverData *udd, const struct UartPl011Port *port)
92 static void Pl011ConfigDataBits(const struct UartDriverData *udd, uint32_t *lcrh)
112 static void Pl011ConfigParity(const struct UartDriverData *udd, uint32_t *lcrh)
145 static void Pl011ConfigStopBits(const struct UartDriverData *udd, uint32_t *lcrh)
158 static void Pl011ConfigLCRH(const struct UartDriverData *udd, const struct UartPl011Port *port, uint32_t lcrh)
172 static int32_t Pl011ConfigIn(struct UartDriverData *udd)
218 static int32_t Pl011StartUp(struct UartDriverData *udd)
263 static int32_t Pl011ShutDown(struct UartDriverData *udd)
303 static int32_t Pl011StartTx(struct UartDriverData *udd, const char *buf, size_t count)
321 static int32_t Pl011Config(struct UartDriverData *udd)
355 int32_t Pl011Read(struct UartDriverData *udd, char *buf, size_t count)
410 int32_t PL011UartRecvNotify(struct UartDriverData *udd, const char *buf, size_t count)
456 bool PL011UartRxBufEmpty(struct UartDriverData *udd)