Searched refs:port_map (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/arch/x86/cpu/ivybridge/ |
D | sata.c | 18 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 …]
|
/external/u-boot/arch/x86/cpu/broadwell/ |
D | sata.c | 19 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()
|
/external/u-boot/board/highbank/ |
D | ahci.c | 143 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()
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | find_usb_devices.py | 507 for port_map in GetAllPhysicalPortToTTYMaps( 509 logger.info('%s', port_map) 514 for port_map in GetAllPhysicalPortToSerialMaps( 516 logger.info('%s', port_map)
|
/external/u-boot/drivers/ata/ |
D | ahci.c | 190 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() 237 if (!(port_map & (1 << i))) in ahci_host_init() 370 impl = uc_priv->port_map; in ahci_print_info()
|
D | dwc_ahsata.c | 153 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()
|
/external/libchrome/mojo/core/ |
D | node_controller.cc | 187 PortMap& port_map = reserved_ports_[temporary_node_name]; in SendBrokerClientInvitation() local 189 auto result = port_map.emplace(entry.first, entry.second); in SendBrokerClientInvitation() 1003 PortMap& port_map = it->second; in OnRequestPortMerge() local 1004 auto port_it = port_map.find(name); in OnRequestPortMerge() 1005 if (port_it == port_map.end()) { in OnRequestPortMerge() 1011 port_map.erase(port_it); in OnRequestPortMerge() 1012 if (port_map.empty()) in OnRequestPortMerge()
|
/external/u-boot/include/ |
D | ahci.h | 174 u32 port_map; /* cache of HOST_PORTS_IMPL reg */ member
|
/external/u-boot/drivers/net/ |
D | mvpp2.c | 1256 u32 port_map; member 2880 port->pool_long->port_map |= (1 << port->id); in mvpp2_swf_bm_pool_init()
|