Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dtimbuart.h32 #define RXDP 0x08 macro
39 #define RXFLAGS (RXDP | RXBAF | RXBF | RXTT | RXBNAE)
H A Dtimbuart.c84 while (ioread32(port->membase + TIMBUART_ISR) & RXDP) { in timbuart_rx_chars()
159 } else if (isr & (RXDP)) in timbuart_handle_rx_port()
/openbmc/linux/drivers/net/ethernet/natsemi/
H A Dns83820.c320 #define RXDP 0x30 macro
465 dev->base + RXDP); in kick_rx()
724 writel(dev->rx_info.phy_descs, dev->base + RXDP); in ns83820_setup_rx()
787 writel(0, dev->base + RXDP); in ns83820_cleanup_rx()
831 readl(dev->base + RXDP),