Lines Matching refs:port_map
1488 * port_map may hold a value of 0x00.
1490 * Overriding CAP.NP to 0x02 and the port_map to 0x7 will reveal all 3 ports
1512 hpriv->port_map = 0x7;
1540 irq_masked = irq_stat & hpriv->port_map;
1688 * port_map is determined from PORTS_IMPL PCI register which is
1696 if ((tmp16 & hpriv->port_map) != hpriv->port_map) {
1697 tmp16 |= hpriv->port_map;
1893 * both CAP.NP and port_map.
1895 n_ports = max(ahci_nr_ports(hpriv->cap), fls(hpriv->port_map));
1939 if (!(hpriv->port_map & (1 << i)))