Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/ezchip/
Dnps_enet.h103 rx_rdy:1; member
Dnps_enet.c184 buf_int_enable.rx_rdy = NPS_ENET_ENABLE; in nps_enet_poll()
309 buf_int_enable.rx_rdy = NPS_ENET_ENABLE; in nps_enet_hw_enable_control()
/linux-4.4.14/drivers/tty/serial/
Dmpc52xx_uart.c95 int (*rx_rdy)(struct uart_port *port); member
353 .rx_rdy = mpc52xx_psc_rx_rdy,
383 .rx_rdy = mpc52xx_psc_rx_rdy,
976 .rx_rdy = mpc5125_psc_rx_rdy,
1011 .rx_rdy = mpc512x_psc_rx_rdy,
1496 if (psc_ops->rx_rdy(port)) in mpc5xxx_uart_process_int()
/linux-4.4.14/drivers/net/wireless/
Dmwl8k.c3087 u32 cca_cnt, rx_rdy; in mwl8k_update_survey() local
3103 rx_rdy = ioread32(priv->regs + BBU_RXRDY_CNT_REG); in mwl8k_update_survey()
3104 rx_rdy /= 1000; /* uSecs to mSecs */ in mwl8k_update_survey()
3105 survey->time_rx = (u64) rx_rdy; in mwl8k_update_survey()