Home
last modified time | relevance | path

Searched refs:PORT0 (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/net/mscc_eswitch/
H A Dluton_switch.c140 PORT0, enumerator
173 #define MAX_PORT (PORT23 - PORT0 + 1)
175 #define MIN_INT_PORT PORT0
176 #define MAX_INT_PORT (PORT11 - PORT0 + 1)
327 priv->regs[ANA] + ANA_PORT_VLAN_CFG(port - PORT0)); in luton_gmii_port_init()
330 setbits_le32(priv->regs[SYS] + SYS_SWITCH_PORT_MODE(port - PORT0), in luton_gmii_port_init()
349 priv->regs[ANA] + ANA_PORT_VLAN_CFG(port - PORT0)); in luton_port_init()
352 setbits_le32(priv->regs[SYS] + SYS_SWITCH_PORT_MODE(port - PORT0), in luton_port_init()
396 priv->regs[ANA] + ANA_PORT_VLAN_CFG(port - PORT0)); in luton_ext_port_init()
399 setbits_le32(priv->regs[SYS] + SYS_SWITCH_PORT_MODE(port - PORT0), in luton_ext_port_init()
[all …]
H A Docelot_switch.c103 PORT0, enumerator
110 #define MAX_PORT (PORT3 - PORT0)
302 MAC_VID, priv->regs[ANA] + ANA_PORT_VLAN_CFG(port - PORT0)); in ocelot_port_init()
305 setbits_le32(priv->regs[QSYS] + QSYS_SWITCH_PORT_MODE(port - PORT0), in ocelot_port_init()
352 for (i = PORT0; i <= PORT3; i++) in ocelot_initialize()
459 { PORT0, "port0" }, in ocelot_probe()
/openbmc/linux/include/dt-bindings/pinctrl/
H A Dr7s9210-pinctrl.h12 #define PORT0 0 macro
/openbmc/linux/drivers/ata/
H A Dsata_via.c50 PORT0 = (1 << 1), enumerator
52 ALL_PORTS = PORT0 | PORT1,
/openbmc/linux/drivers/scsi/cxlflash/
H A Dsislite.h545 #define PORT0 0x01U macro
H A Dmain.c1789 writeq_be(PORT0, &afu->afu_map->global.regs.afu_port_sel); in init_global()