Home
last modified time | relevance | path

Searched refs:port_map (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dsata.c18 static void common_sata_init(struct udevice *dev, unsigned int port_map) in common_sata_init() argument
30 reg16 |= port_map; in common_sata_init()
34 port_map &= 0xff; in common_sata_init()
35 dm_pci_write_config32(dev, 0x94, ((port_map ^ 0x3f) << 24) | 0x183); in common_sata_init()
40 unsigned int port_map, speed_support, port_tx; in bd82x6x_sata_init() local
50 port_map = fdtdec_get_int(blob, node, "intel,sata-port-map", 0); in bd82x6x_sata_init()
71 common_sata_init(dev, 0x8000 | port_map); in bd82x6x_sata_init()
87 writel(port_map, abar + 0x0c); in bd82x6x_sata_init()
121 common_sata_init(dev, port_map); in bd82x6x_sata_init()
151 common_sata_init(dev, port_map); in bd82x6x_sata_init()
[all …]
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dsata.c19 int port_map; member
57 reg16 |= 0x8000 | plat->port_map; in broadwell_sata_init()
75 reg32 |= (plat->port_map ^ 0xf) << 24; in broadwell_sata_init()
90 writel(plat->port_map, abar + 0x0c); in broadwell_sata_init()
102 if (!(plat->port_map & (1 << port))) in broadwell_sata_init()
112 if ((plat->port_map & ((1 << 3)|(1 << 2))) == 0) in broadwell_sata_init()
115 if ((plat->port_map & ((1 << 1)|(1 << 0))) == 0) in broadwell_sata_init()
223 map |= (plat->port_map ^ 0x3f) << 8; in broadwell_sata_enable()
239 plat->port_map = fdtdec_get_int(blob, node, "intel,sata-port-map", 0); in broadwell_sata_ofdata_to_platdata()
/openbmc/u-boot/board/highbank/
H A Dahci.c143 u32 port_map; in cphy_disable_overrides() local
145 port_map = readl(0xffe08000 + HOST_PORTS_IMPL); in cphy_disable_overrides()
147 if (port_map & (1 << i)) in cphy_disable_overrides()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0003-Fix-off-by-one-overflow-in-the-IP-protocol-table.patch48 …assert(port_map[proto]!=NULL); // Hmm, it's not possible to handle port that doesn't have anything…
51 mapped_pno = port_map[proto][cur->portno];
60 if(port_map[mapped_protocol]==NULL || port_list[mapped_protocol]==NULL) {
71 if (port_map[proto] != NULL || port_map_rev[proto] != NULL)
/openbmc/u-boot/drivers/ata/
H A Dahci.c190 u32 port_map; in ahci_host_init() local
226 uc_priv->port_map = readl(mmio + HOST_PORTS_IMPL); in ahci_host_init()
227 port_map = uc_priv->port_map; in ahci_host_init()
231 uc_priv->cap, uc_priv->port_map, uc_priv->n_ports); in ahci_host_init()
239 if (!(port_map & (1 << i))) in ahci_host_init()
372 impl = uc_priv->port_map; in ahci_print_info()
H A Ddwc_ahsata.c153 uc_priv->port_map = readl(&host_mmio->pi); in ahci_host_init()
159 uc_priv->cap, uc_priv->port_map, uc_priv->n_ports); in ahci_host_init()
278 impl = uc_priv->port_map; in ahci_print_info()
/openbmc/u-boot/include/
H A Dahci.h174 u32 port_map; /* cache of HOST_PORTS_IMPL reg */ member
/openbmc/u-boot/drivers/net/
H A Dmvpp2.c1242 u32 port_map; member
2866 port->pool_long->port_map |= (1 << port->id); in mvpp2_swf_bm_pool_init()