Home
last modified time | relevance | path

Searched refs:UART_FCR_TRFIFOE (Results 1 – 1 of 1) sorted by relevance

/dports/games/libretro-mu/Mu-ff746b8/src/pxa260/
H A Dpxa260_UART.c35 #define UART_FCR_TRFIFOE 0x01 //transmit and receive fifo enable macro
199 else if(uart->FCR & UART_FCR_TRFIFOE){ //put in tx fifo if in fifo mode in sendVal()
284 if(t & UART_FCR_TRFIFOE){ in pxa260uartPrvMemAccessF()
285 if(val & UART_FCR_TRFIFOE){ //fifos are now on - perform other actions as requested in pxa260uartPrvMemAccessF()
347 else if(uart->FCR & UART_FCR_TRFIFOE){ //fifo mode -> read fifo in pxa260uartPrvMemAccessF()
441 if(uart->FCR & UART_FCR_TRFIFOE){ //fifo mode in pxa260uartProcess()
473 if(uart->FCR & UART_FCR_TRFIFOE){ //fifo mode in pxa260uartProcess()
509 if(uart->FCR & UART_FCR_TRFIFOE){ //fifo mode in pxa260uartPrvRecalc()