Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/ata/
Dsata_mv.c146 MV_PORTS_PER_HC = (1 << MV_PORT_HC_SHIFT), /* 4 */ enumerator
148 MV_PORT_MASK = (MV_PORTS_PER_HC - 1), /* 3 */
1098 unsigned int clks, is_dual_hc = hpriv->n_ports > MV_PORTS_PER_HC; in mv_set_irq_coalescing()
1141 hc_mmio = mv_hc_base_from_port(mmio, MV_PORTS_PER_HC); in mv_set_irq_coalescing()
2906 port += MV_PORTS_PER_HC - 1; in mv_host_intr()
2924 for (p = 0; p < MV_PORTS_PER_HC; ++p) { in mv_host_intr()
3204 for (port = 0; port < MV_PORTS_PER_HC; port++) in mv5_reset_hc()
3206 (hc * MV_PORTS_PER_HC) + port); in mv5_reset_hc()
4377 n_ports = mv_get_hc_count(ppi[0]->flags) * MV_PORTS_PER_HC; in mv_pci_init_one()