Lines Matching +full:sgmii +full:- +full:enable +full:- +full:pll
1 /* SPDX-License-Identifier: GPL-2.0-only */
15 #define MT7530_MAX_MTU (15 * 1024 - ETH_HLEN - ETH_FCS_LEN - MTK_HDR_LEN)
271 /* Register for port port-and-protocol based vlan 1 control */
374 /* MT7531 SGMII register group */
375 #define MT7531_SGMII_REG_BASE(p) (0x5000 + ((p) - 5) * 0x1000)
511 /* Registers for RGMII and SGMII PLL clock */
573 /* LED enable, 0: Disable, 1: Enable (Default) */
579 /* GPIO output enable, 0: Disable, 1: Enable */
592 /* Registers for core PLL access through mmd indirect */
669 /* struct mt7530_port - This is the main data structure for holding the state
671 * @enable: The status used for show port is enabled or not.
678 bool enable; member
701 /* struct mt753x_info - This is the main data structure for holding the specific
742 /* struct mt7530_priv - This is the main data structure for holding the state
746 * @bus: The bus used for the device and built-in PHY
761 * @irq_enable: IRQ enable bits, synced to SYS_INT_EN
762 * @create_sgmii: Pointer to function creating SGMII PCS instance(s)
800 e->port = port; in mt7530_hw_vlan_entry_init()
801 e->untagged = untagged; in mt7530_hw_vlan_entry_init()
821 p->priv = priv; in INIT_MT7530_DUMMY_POLL()
822 p->reg = reg; in INIT_MT7530_DUMMY_POLL()