Searched refs:port_map (Results 1 – 3 of 3) sorted by relevance
| /arch/mips/mach-octeon/ |
| A D | cvmx-helper-util.c | 716 port_map = ipd_port_map_68xx; in cvmx_helper_get_ipd_port() 719 port_map = ipd_port_map_78xx; in cvmx_helper_get_ipd_port() 722 port_map = ipd_port_map_73xx; in cvmx_helper_get_ipd_port() 725 port_map = ipd_port_map_75xx; in cvmx_helper_get_ipd_port() 813 port_map = ipd_port_map_68xx; in cvmx_helper_get_interface_num() 825 port_map = ipd_port_map_78xx; in cvmx_helper_get_interface_num() 837 port_map = ipd_port_map_73xx; in cvmx_helper_get_interface_num() 849 port_map = ipd_port_map_75xx; in cvmx_helper_get_interface_num() 899 port_map = ipd_port_map_68xx; in cvmx_helper_get_interface_index_num() 903 port_map = ipd_port_map_78xx; in cvmx_helper_get_interface_index_num() [all …]
|
| /arch/x86/cpu/ivybridge/ |
| A D | sata.c | 19 static void common_sata_init(struct udevice *dev, unsigned int port_map) in common_sata_init() argument 31 reg16 |= port_map; in common_sata_init() 35 port_map &= 0xff; in common_sata_init() 41 unsigned int port_map, speed_support, port_tx; in bd82x6x_sata_init() local 51 port_map = fdtdec_get_int(blob, node, "intel,sata-port-map", 0); in bd82x6x_sata_init() 72 common_sata_init(dev, 0x8000 | port_map); in bd82x6x_sata_init() 88 writel(port_map, abar + 0x0c); in bd82x6x_sata_init() 122 common_sata_init(dev, port_map); in bd82x6x_sata_init() 152 common_sata_init(dev, port_map); in bd82x6x_sata_init() 195 unsigned port_map; in bd82x6x_sata_enable() local [all …]
|
| /arch/x86/cpu/broadwell/ |
| A D | sata.c | 21 int port_map; member 59 reg16 |= 0x8000 | plat->port_map; in broadwell_sata_init() 77 reg32 |= (plat->port_map ^ 0xf) << 24; in broadwell_sata_init() 92 writel(plat->port_map, abar + 0x0c); in broadwell_sata_init() 104 if (!(plat->port_map & (1 << port))) in broadwell_sata_init() 114 if ((plat->port_map & ((1 << 3)|(1 << 2))) == 0) in broadwell_sata_init() 117 if ((plat->port_map & ((1 << 1)|(1 << 0))) == 0) in broadwell_sata_init() 225 map |= (plat->port_map ^ 0x3f) << 8; in broadwell_sata_enable() 241 plat->port_map = fdtdec_get_int(blob, node, "intel,sata-port-map", 0); in broadwell_sata_of_to_plat()
|
Completed in 9 milliseconds