Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Darmada100_fec.c554 u32 cmd_sts, temp; in armdfec_send() local
569 p_txdesc->cmd_sts |= BUF_OWNED_BY_DMA; in armdfec_send()
570 p_txdesc->cmd_sts |= TX_EN_INT; in armdfec_send()
582 cmd_sts = readl(&p_txdesc->cmd_sts); in armdfec_send()
583 while (cmd_sts & BUF_OWNED_BY_DMA) { in armdfec_send()
585 if ((cmd_sts & (TX_ERROR | TX_LAST_DESC)) == in armdfec_send()
590 cmd_sts = readl(&p_txdesc->cmd_sts); in armdfec_send()
605 u32 cmd_sts; in armdfec_recv() local
624 (u32)p_rxdesc_curr->cmd_sts); in armdfec_recv()
632 cmd_sts = readl(&p_rxdesc_curr->cmd_sts); in armdfec_recv()
[all …]
A Dmvgbe.c414 p_rx_desc->cmd_sts = in mvgbe_init_rx_desc_ring()
581 u32 cmd_sts; in __mvgbe_send() local
599 p_txdesc->cmd_sts |= MVGBE_TX_EN_INTERRUPT; in __mvgbe_send()
616 cmd_sts = readl(&p_txdesc->cmd_sts); in __mvgbe_send()
625 cmd_sts = readl(&p_txdesc->cmd_sts); in __mvgbe_send()
642 u32 cmd_sts; in __mvgbe_recv() local
664 (u32) p_rxdesc_curr->cmd_sts); in __mvgbe_recv()
672 cmd_sts = readl(&p_rxdesc_curr->cmd_sts); in __mvgbe_recv()
674 if ((cmd_sts & in __mvgbe_recv()
681 } else if (cmd_sts & MVGBE_ERROR_SUMMARY) { in __mvgbe_recv()
[all …]
A Darmada100_fec.h135 u32 cmd_sts; /* Command/status field */ member
143 u32 cmd_sts; /* Descriptor command status */ member
A Dmvgbe.h467 u32 cmd_sts; /* Descriptor command status */ member
475 u32 cmd_sts; /* Descriptor command status */ member

Completed in 11 milliseconds