Searched refs:hardport (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | sata_mv.c | 883 #define MV_PORT_TO_SHIFT_AND_HARDPORT(port, shift, hardport) \ argument 886 hardport = mv_hardport_from_port(port); \ 887 shift += hardport * 2; \ 1053 unsigned int shift, hardport, port = ap->port_no; in mv_enable_port_irqs() local 1056 MV_PORT_TO_SHIFT_AND_HARDPORT(port, shift, hardport); in mv_enable_port_irqs() 1068 int hardport = mv_hardport_from_port(ap->port_no); in mv_clear_and_enable_port_irqs() local 1077 hc_irq_cause = ~((DEV_IRQ | DMA_IRQ) << hardport); in mv_clear_and_enable_port_irqs() 2895 unsigned int p, shift, hardport, port_cause; in mv_host_intr() local 2897 MV_PORT_TO_SHIFT_AND_HARDPORT(port, shift, hardport); in mv_host_intr() 2902 if (hardport == 0) { /* first port on this hc ? */ in mv_host_intr() [all …]
|