Lines Matching refs:clps_readl
99 status = clps_readl(SYSFLG(port)); in clps711xuart_int_rx()
101 ch = clps_readl(UARTDR(port)); in clps711xuart_int_rx()
141 status = clps_readl(SYSFLG(port)); in clps711xuart_int_rx()
184 unsigned int status = clps_readl(SYSFLG(port)); in clps711xuart_tx_empty()
196 status = clps_readl(SYSFLG1); in clps711xuart_get_mctrl()
219 ubrlcr = clps_readl(UBRLCR(port)); in clps711xuart_break_ctl()
253 syscon = clps_readl(SYSCON(port)); in clps711xuart_startup()
273 syscon = clps_readl(SYSCON(port)); in clps711xuart_shutdown()
280 ubrlcr = clps_readl(UBRLCR(port)); in clps711xuart_shutdown()
425 while (clps_readl(SYSFLG(port)) & SYSFLG_UTXFF) in clps711xuart_console_putchar()
448 syscon = clps_readl(SYSCON(port)); in clps711xuart_console_write()
458 status = clps_readl(SYSFLG(port)); in clps711xuart_console_write()
468 if (clps_readl(SYSCON(port)) & SYSCON_UARTEN) { in clps711xuart_console_get_options()
471 ubrlcr = clps_readl(UBRLCR(port)); in clps711xuart_console_get_options()