Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dtimbuart.h44 #define RXDP 0x08 macro
51 #define RXFLAGS (RXDP | RXBAF | RXBF | RXTT | RXBNAE)
Dtimbuart.c96 while (ioread32(port->membase + TIMBUART_ISR) & RXDP) { in timbuart_rx_chars()
174 } else if (isr & (RXDP)) in timbuart_handle_rx_port()
/linux-4.4.14/drivers/net/ethernet/natsemi/
Dns83820.c334 #define RXDP 0x30 macro
479 dev->base + RXDP); in kick_rx()
736 writel(dev->rx_info.phy_descs, dev->base + RXDP); in ns83820_setup_rx()
799 writel(0, dev->base + RXDP); in ns83820_cleanup_rx()
843 readl(dev->base + RXDP),