Lines Matching refs:UartDriverData
37 struct UartDriverData *udd = (struct UartDriverData *)data;
68 static void Pl011ConfigBaudrate(const struct UartDriverData *udd, const struct UartPl011Port *port)
91 static void Pl011ConfigDataBits(const struct UartDriverData *udd, uint32_t *lcrh)
111 static void Pl011ConfigParity(const struct UartDriverData *udd, uint32_t *lcrh)
144 static void Pl011ConfigStopBits(const struct UartDriverData *udd, uint32_t *lcrh)
157 static void Pl011ConfigLCRH(const struct UartDriverData *udd, const struct UartPl011Port *port, uint32_t lcrh)
171 static int32_t Pl011ConfigIn(struct UartDriverData *udd)
217 static int32_t Pl011StartUp(struct UartDriverData *udd)
262 static int32_t Pl011ShutDown(struct UartDriverData *udd)
302 static int32_t Pl011StartTx(struct UartDriverData *udd, const char *buf, size_t count)
320 static int32_t Pl011Config(struct UartDriverData *udd)
354 int32_t Pl011Read(struct UartDriverData *udd, char *buf, size_t count)
409 int32_t PL011UartRecvNotify(struct UartDriverData *udd, const char *buf, size_t count)
455 bool PL011UartRxBufEmpty(struct UartDriverData *udd)