Searched refs:epstat (Results 1 – 5 of 5) sorted by relevance
128 u32 epstat = gr_read32(&ep->regs->epstat); in gr_seq_ep_show() local149 epstat & GR_EPSTAT_B0 ? "valid" : "invalid", in gr_seq_ep_show()150 epstat & GR_EPSTAT_BS ? " " : "selected ", in gr_seq_ep_show()151 (epstat & GR_EPSTAT_B0CNT_MASK) >> GR_EPSTAT_B0CNT_POS); in gr_seq_ep_show()153 epstat & GR_EPSTAT_B1 ? "valid" : "invalid", in gr_seq_ep_show()154 epstat & GR_EPSTAT_BS ? "selected " : " ", in gr_seq_ep_show()155 (epstat & GR_EPSTAT_B1CNT_MASK) >> GR_EPSTAT_B1CNT_POS); in gr_seq_ep_show()1247 if (gr_read32(&ep->regs->epstat) & (GR_EPSTAT_B1 | GR_EPSTAT_B0)) in gr_handle_in_ep()1786 u32 epstat; in gr_fifo_status() local1793 epstat = gr_read32(&ep->regs->epstat); in gr_fifo_status()[all …]
34 u32 epstat; member
28 u32 epstat; /* 0x214 */ member43 u32 epstat; /* 0x1ac */ member
680 writel(EPT_RX(0), &udc->epstat); in handle_setup()772 writel(readl(&udc->epstat), &udc->epstat); in stop_activity()837 n = readl(&udc->epstat); in udc_irq()
2011 struct ethtool_pause_stats *epstat) in bnxt_get_pause_stats() argument2022 epstat->rx_pause_frames = BNXT_GET_RX_PORT_STATS64(rx, rx_pause_frames); in bnxt_get_pause_stats()2023 epstat->tx_pause_frames = BNXT_GET_TX_PORT_STATS64(tx, tx_pause_frames); in bnxt_get_pause_stats()