Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ata/
Dsata_mv.c159 MV_PORTS_PER_HC = (1 << MV_PORT_HC_SHIFT), /* 4 */ enumerator
161 MV_PORT_MASK = (MV_PORTS_PER_HC - 1), /* 3 */
1107 unsigned int clks, is_dual_hc = hpriv->n_ports > MV_PORTS_PER_HC; in mv_set_irq_coalescing()
1150 hc_mmio = mv_hc_base_from_port(mmio, MV_PORTS_PER_HC); in mv_set_irq_coalescing()
2924 port += MV_PORTS_PER_HC - 1; in mv_host_intr()
2942 for (p = 0; p < MV_PORTS_PER_HC; ++p) { in mv_host_intr()
3221 for (port = 0; port < MV_PORTS_PER_HC; port++) in mv5_reset_hc()
3223 (hc * MV_PORTS_PER_HC) + port); in mv5_reset_hc()
4411 n_ports = mv_get_hc_count(ppi[0]->flags) * MV_PORTS_PER_HC; in mv_pci_init_one()