Searched defs:hardport (Results 1 - 1 of 1) sorted by relevance

/drivers/ata/
H A Dsata_mv.c157 /* Determine hc port from 0-7 port: hardport = port & MV_PORT_MASK */
869 * hardport is the other output, in range 0..3.
871 * Note that port and hardport may be the same variable in some cases.
873 #define MV_PORT_TO_SHIFT_AND_HARDPORT(port, shift, hardport) \
876 hardport = mv_hardport_from_port(port); \
877 shift += hardport * 2; \
1043 unsigned int shift, hardport, port = ap->port_no; local
1046 MV_PORT_TO_SHIFT_AND_HARDPORT(port, shift, hardport);
1058 int hardport = mv_hardport_from_port(ap->port_no); local
1067 hc_irq_cause = ~((DEV_IRQ | DMA_IRQ) << hardport);
2866 unsigned int p, shift, hardport, port_cause; local
3640 unsigned int hardport = mv_hardport_from_port(port); local
[all...]

Completed in 70 milliseconds