Home
last modified time | relevance | path

Searched refs:RXDP (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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()
162 } else if (isr & (RXDP)) in timbuart_handle_rx_port()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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),
/kernel/linux/linux-6.6/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),

Completed in 10 milliseconds