Searched refs:port_map (Results 1 – 10 of 10) sorted by relevance
/u-boot/arch/x86/cpu/ivybridge/ |
A D | sata.c | 32 reg16 |= port_map; in common_sata_init() 36 port_map &= 0xff; in common_sata_init() 37 dm_pci_write_config32(dev, 0x94, ((port_map ^ 0x3f) << 24) | 0x183); in common_sata_init() 42 unsigned int port_map, speed_support, port_tx; in bd82x6x_sata_init() local 52 port_map = fdtdec_get_int(blob, node, "intel,sata-port-map", 0); in bd82x6x_sata_init() 73 common_sata_init(dev, 0x8000 | port_map); in bd82x6x_sata_init() 89 writel(port_map, abar + 0x0c); in bd82x6x_sata_init() 123 common_sata_init(dev, port_map); in bd82x6x_sata_init() 153 common_sata_init(dev, port_map); in bd82x6x_sata_init() 196 unsigned port_map; in bd82x6x_sata_enable() local [all …]
|
/u-boot/arch/x86/cpu/broadwell/ |
A D | sata.c | 22 int port_map; member 60 reg16 |= 0x8000 | plat->port_map; in broadwell_sata_init() 78 reg32 |= (plat->port_map ^ 0xf) << 24; in broadwell_sata_init() 93 writel(plat->port_map, abar + 0x0c); in broadwell_sata_init() 105 if (!(plat->port_map & (1 << port))) in broadwell_sata_init() 115 if ((plat->port_map & ((1 << 3)|(1 << 2))) == 0) in broadwell_sata_init() 118 if ((plat->port_map & ((1 << 1)|(1 << 0))) == 0) in broadwell_sata_init() 226 map |= (plat->port_map ^ 0x3f) << 8; in broadwell_sata_enable() 242 plat->port_map = fdtdec_get_int(blob, node, "intel,sata-port-map", 0); in broadwell_sata_of_to_plat()
|
/u-boot/board/highbank/ |
A D | ahci.c | 144 u32 port_map; in cphy_disable_overrides() local 146 port_map = readl(0xffe08000 + HOST_PORTS_IMPL); in cphy_disable_overrides() 148 if (port_map & (1 << i)) in cphy_disable_overrides()
|
/u-boot/drivers/ata/ |
A D | ahci.c | 186 u32 port_map; in ahci_host_init() local 222 uc_priv->port_map = readl(mmio + HOST_PORTS_IMPL); in ahci_host_init() 223 port_map = uc_priv->port_map; in ahci_host_init() 227 uc_priv->cap, uc_priv->port_map, uc_priv->n_ports); in ahci_host_init() 235 if (!(port_map & (1 << i))) in ahci_host_init() 367 impl = uc_priv->port_map; in ahci_print_info()
|
A D | mtk_ahci.c | 74 &hpriv->port_map); in mtk_ahci_parse_property()
|
A D | dwc_ahsata.c | 160 uc_priv->port_map = readl(&host_mmio->pi); in ahci_host_init() 166 uc_priv->cap, uc_priv->port_map, uc_priv->n_ports); in ahci_host_init() 285 impl = uc_priv->port_map; in ahci_print_info()
|
/u-boot/drivers/net/ |
A D | cortina_ni.c | 303 if (!priv->port_map[i].phy_addr) in ca_ni_auto_scan_active_port() 306 ca_mdio_read(priv->port_map[i].phy_addr, 1, &data); in ca_ni_auto_scan_active_port() 308 priv->active_port = priv->port_map[i].port; in ca_ni_auto_scan_active_port() 487 priv->port_map[NI_PORT_3].phy_addr, in ca_phy_probe() 499 priv->port_map[NI_PORT_4].phy_addr, in ca_phy_probe() 1001 priv->phydev->addr = priv->port_map[priv->active_port].phy_addr; in cortina_eth_probe() 1063 &priv->port_map[i].phy_addr); in ca_ni_of_to_plat() 1065 &priv->port_map[i].port); in ca_ni_of_to_plat()
|
A D | cortina_ni.h | 61 struct port_map_s port_map[5]; member
|
A D | mvpp2.c | 1235 u32 port_map; member 2861 port->pool_long->port_map |= (1 << port->id); in mvpp2_swf_bm_pool_init()
|
/u-boot/include/ |
A D | ahci.h | 172 u32 port_map; /* cache of HOST_PORTS_IMPL reg */ member
|
Completed in 28 milliseconds