hardport 883 drivers/ata/sata_mv.c #define MV_PORT_TO_SHIFT_AND_HARDPORT(port, shift, hardport) \ hardport 886 drivers/ata/sata_mv.c hardport = mv_hardport_from_port(port); \ hardport 887 drivers/ata/sata_mv.c shift += hardport * 2; \ hardport 1053 drivers/ata/sata_mv.c unsigned int shift, hardport, port = ap->port_no; hardport 1056 drivers/ata/sata_mv.c MV_PORT_TO_SHIFT_AND_HARDPORT(port, shift, hardport); hardport 1068 drivers/ata/sata_mv.c int hardport = mv_hardport_from_port(ap->port_no); hardport 1077 drivers/ata/sata_mv.c hc_irq_cause = ~((DEV_IRQ | DMA_IRQ) << hardport); hardport 2893 drivers/ata/sata_mv.c unsigned int p, shift, hardport, port_cause; hardport 2895 drivers/ata/sata_mv.c MV_PORT_TO_SHIFT_AND_HARDPORT(port, shift, hardport); hardport 2900 drivers/ata/sata_mv.c if (hardport == 0) { /* first port on this hc ? */ hardport 3667 drivers/ata/sata_mv.c unsigned int hardport = mv_hardport_from_port(port); hardport 3676 drivers/ata/sata_mv.c hc_irq_cause = ~((DEV_IRQ | DMA_IRQ) << hardport);