Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dclps711x.c56 #define SYSFLG(port) ((port)->iobase + SYSFLG1 - SYSCON1) macro
97 status = clps_readl(SYSFLG(port)); in clps711xuart_int_rx()
139 status = clps_readl(SYSFLG(port)); in clps711xuart_int_rx()
184 unsigned int status = clps_readl(SYSFLG(port)); in clps711xuart_tx_empty()
194 port_addr = SYSFLG(port); in clps711xuart_get_mctrl()
425 while (clps_readl(SYSFLG(port)) & SYSFLG_UTXFF) in clps711xuart_console_putchar()
458 status = clps_readl(SYSFLG(port)); in clps711xuart_console_write()