Searched refs:PL011_CR_UARTEN (Results 1 – 2 of 2) sorted by relevance
95 #define PL011_CR_UARTEN BIT(0) /* enable uart operations */ macro
73 get_uart(dev)->cr |= PL011_CR_UARTEN; in pl011_enable()78 get_uart(dev)->cr &= ~PL011_CR_UARTEN; in pl011_disable()140 (!(get_uart(dev)->cr & PL011_CR_UARTEN) || !(get_uart(dev)->cr & PL011_CR_RXE))) { in pl011_is_readable()