Lines Matching refs:BIT
21 #define PORT_STATUS_PAUSE_EN BIT(15)
22 #define PORT_STATUS_MY_PAUSE BIT(14)
24 #define PORT_STATUS_RESOLVED BIT(13)
25 #define PORT_STATUS_LINK BIT(12)
26 #define PORT_STATUS_PORTMODE BIT(11)
27 #define PORT_STATUS_PHYMODE BIT(10)
28 #define PORT_STATUS_DUPLEX BIT(9)
29 #define PORT_STATUS_SPEED BIT(8)
36 #define PORT_CONTROL_FORCE_FLOW_CTRL BIT(15)
37 #define PORT_CONTROL_TRAILER BIT(14)
38 #define PORT_CONTROL_HEADER BIT(11)
39 #define PORT_CONTROL_INGRESS_MODE BIT(8)
40 #define PORT_CONTROL_VLAN_TUNNEL BIT(7)
50 #define PORT_ASSOC_VECTOR_MONITOR BIT(15)
62 #define GLOBAL_STATUS_INIT_READY BIT(11)
63 #define GLOBAL_STATUS_ATU_FULL BIT(3)
64 #define GLOBAL_STATUS_ATU_DONE BIT(2)
65 #define GLOBAL_STATUS_PHY_INT BIT(1)
66 #define GLOBAL_STATUS_EEINT BIT(0)
68 #define GLOBAL_MAC_01_DIFF_ADDR BIT(8)
72 #define GLOBAL_CONTROL_DISCARD_EXCESS BIT(13)
73 #define GLOBAL_CONTROL_MAX_FRAME_1536 BIT(10)
74 #define GLOBAL_CONTROL_RELOAD_EEPROM BIT(9)
75 #define GLOBAL_CONTROL_CTRMODE BIT(8)
76 #define GLOBAL_CONTROL_ATU_FULL_EN BIT(3)
77 #define GLOBAL_CONTROL_ATU_DONE_EN BIT(2)
78 #define GLOBAL_CONTROL_PHYINT_EN BIT(1)
79 #define GLOBAL_CONTROL_EEPROM_DONE_EN BIT(0)
81 #define GLOBAL_ATU_CONTROL_SWRESET BIT(15)
82 #define GLOBAL_ATU_CONTROL_LEARNDIS BIT(14)
90 #define GLOBAL_ATU_OP_BUSY BIT(15)