Lines Matching refs:hardport
887 #define MV_PORT_TO_SHIFT_AND_HARDPORT(port, shift, hardport) \ argument
890 hardport = mv_hardport_from_port(port); \
891 shift += hardport * 2; \
1057 unsigned int shift, hardport, port = ap->port_no; in mv_enable_port_irqs() local
1060 MV_PORT_TO_SHIFT_AND_HARDPORT(port, shift, hardport); in mv_enable_port_irqs()
1072 int hardport = mv_hardport_from_port(ap->port_no); in mv_clear_and_enable_port_irqs() local
1081 hc_irq_cause = ~((DEV_IRQ | DMA_IRQ) << hardport); in mv_clear_and_enable_port_irqs()
2892 unsigned int p, shift, hardport, port_cause; in mv_host_intr() local
2894 MV_PORT_TO_SHIFT_AND_HARDPORT(port, shift, hardport); in mv_host_intr()
2899 if (hardport == 0) { /* first port on this hc ? */ in mv_host_intr()
3668 unsigned int hardport = mv_hardport_from_port(port); in mv_eh_thaw() local
3677 hc_irq_cause = ~((DEV_IRQ | DMA_IRQ) << hardport); in mv_eh_thaw()