Lines Matching +full:mac +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 MAC 10/100 Header File
5 Copyright (C) 2007-2009 STMicroelectronics Ltd
17 /*----------------------------------------------------------------------------
18 * MAC BLOCK defines
19 *---------------------------------------------------------------------------*/
20 /* MAC CSR offset */
21 #define MAC_CONTROL 0x00000000 /* MAC Control */
22 #define MAC_ADDR_HIGH 0x00000004 /* MAC Address High */
23 #define MAC_ADDR_LOW 0x00000008 /* MAC Address Low */
32 /* MAC CTRL defines */
33 #define MAC_CONTROL_RA 0x80000000 /* Receive All Mode */
34 #define MAC_CONTROL_BLE 0x40000000 /* Endian Mode */
39 #define MAC_CONTROL_OM 0x00200000 /* Loopback Operating Mode */
40 #define MAC_CONTROL_F 0x00100000 /* Full Duplex Mode */
42 #define MAC_CONTROL_PR 0x00040000 /* Promiscuous Mode */
45 #define MAC_CONTROL_HO 0x00008000 /* Hash Only Filtering Mode */
46 #define MAC_CONTROL_HP 0x00002000 /* Hash/Perfect Filtering Mode */
61 /* MAC FLOW CTRL defines */
72 /*----------------------------------------------------------------------------
74 *---------------------------------------------------------------------------*/
76 /* DMA Bus Mode register defines */
83 #define DMA_BUS_MODE_BAR_BUS 0x00000002 /* Bar-Bus Arbitration */