• Home
  • Raw
  • Download

Lines Matching +full:8 +full:bit

30 #define   QCA8K_MASK_CTRL_ID_S				8
34 #define QCA8K_PORT_PAD_RGMII_EN BIT(26)
40 #define QCA8K_PORT_PAD_RGMII_RX_DELAY_EN BIT(24)
41 #define QCA8K_PORT_PAD_SGMII_EN BIT(7)
43 #define QCA8K_PWS_SERDES_AEN_DIS BIT(7)
45 #define QCA8K_MODULE_EN_MIB BIT(0)
47 #define QCA8K_MIB_FLUSH BIT(24)
48 #define QCA8K_MIB_CPU_KEEP BIT(20)
49 #define QCA8K_MIB_BUSY BIT(17)
51 #define QCA8K_MDIO_MASTER_BUSY BIT(31)
52 #define QCA8K_MDIO_MASTER_EN BIT(30)
53 #define QCA8K_MDIO_MASTER_READ BIT(27)
55 #define QCA8K_MDIO_MASTER_SUP_PRE BIT(26)
70 #define QCA8K_PORT_STATUS_TXMAC BIT(2)
71 #define QCA8K_PORT_STATUS_RXMAC BIT(3)
72 #define QCA8K_PORT_STATUS_TXFLOW BIT(4)
73 #define QCA8K_PORT_STATUS_RXFLOW BIT(5)
74 #define QCA8K_PORT_STATUS_DUPLEX BIT(6)
75 #define QCA8K_PORT_STATUS_LINK_UP BIT(8)
76 #define QCA8K_PORT_STATUS_LINK_AUTO BIT(9)
77 #define QCA8K_PORT_STATUS_LINK_PAUSE BIT(10)
78 #define QCA8K_PORT_STATUS_FLOW_AUTO BIT(12)
88 #define QCA8K_SGMII_EN_PLL BIT(1)
89 #define QCA8K_SGMII_EN_RX BIT(2)
90 #define QCA8K_SGMII_EN_TX BIT(3)
91 #define QCA8K_SGMII_EN_SD BIT(4)
92 #define QCA8K_SGMII_CLK125M_DELAY BIT(7)
93 #define QCA8K_SGMII_MODE_CTRL_MASK (BIT(22) | BIT(23))
103 #define QCA8K_REG_PORT_VLAN_CTRL0(_i) (0x420 + (_i * 8))
106 #define QCA8K_REG_PORT_VLAN_CTRL1(_i) (0x424 + (_i * 8))
114 #define QCA8K_ATU_ADDR4_S 8
118 #define QCA8K_ATU_ADDR0_S 8
121 #define QCA8K_ATU_VID_S 8
125 #define QCA8K_ATU_FUNC_BUSY BIT(31)
126 #define QCA8K_ATU_FUNC_PORT_EN BIT(14)
127 #define QCA8K_ATU_FUNC_MULTI_EN BIT(13)
128 #define QCA8K_ATU_FUNC_FULL BIT(12)
130 #define QCA8K_ATU_FUNC_PORT_S 8
132 #define QCA8K_VTU_FUNC0_VALID BIT(20)
133 #define QCA8K_VTU_FUNC0_IVL_EN BIT(19)
141 #define QCA8K_VTU_FUNC1_BUSY BIT(31)
143 #define QCA8K_VTU_FUNC1_FULL BIT(4)
145 #define QCA8K_GLOBAL_FW_CTRL0_CPU_PORT_EN BIT(10)
149 #define QCA8K_GLOBAL_FW_CTRL1_MC_DP_S 8
153 #define QCA8K_PORT_LOOKUP_VLAN_MODE GENMASK(9, 8)
154 #define QCA8K_PORT_LOOKUP_VLAN_MODE_NONE (0 << 8)
155 #define QCA8K_PORT_LOOKUP_VLAN_MODE_FALLBACK (1 << 8)
156 #define QCA8K_PORT_LOOKUP_VLAN_MODE_CHECK (2 << 8)
157 #define QCA8K_PORT_LOOKUP_VLAN_MODE_SECURE (3 << 8)
165 #define QCA8K_PORT_LOOKUP_LEARN BIT(20)