Lines Matching +full:mac +full:- +full:clk +full:- +full:tx
1 /* SPDX-License-Identifier: GPL-2.0 */
9 #define MAX_NETDEV_NUM 2 /* Maximum # of net-device */
21 #define MAC_INT_TX_SOC_PAUSE_ON BIT(15) /* Soc Port TX Pause On */
29 #define MAC_INT_TX_DONE_L BIT(3) /* TX Low Priority Done */
30 #define MAC_INT_TX_DONE_H BIT(2) /* TX High Priority Done */
31 #define MAC_INT_TX_DES_ERR BIT(1) /* TX Descriptor Error */
63 /* Wt mac ad0 */
77 /* W mac 15_0 bus */
80 /* W mac 47_16 bus */
154 /* MAC force mode */
169 #define TX_DESC_NUM 16 /* # of descriptors in TX queue */
173 #define TX_DESC_QUEUE_NUM 1 /* # of TX queue */
178 /* Tx descriptor */
227 struct clk *clk; member
250 spinlock_t tx_lock; /* spinlock for accessing tx buffer */