Searched refs:port_flags (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_rdc.c319 unsigned long port_flags; local
331 port_flags = port_info[0].flags;
H A Data_piix.c1546 unsigned long port_flags; local
1569 port_flags = port_info[0].flags;
1599 if (port_flags & ATA_FLAG_SATA)
1609 if (port_flags & ATA_FLAG_SATA) {
1625 if (port_flags & PIIX_FLAG_CHECKINTR)
H A Dsata_mv.c918 static inline int mv_get_hc_count(unsigned long port_flags) argument
920 return ((port_flags & MV_FLAG_DUAL_HC) ? 2 : 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dioc3_serial.c1718 unsigned long port_flags; local
1729 spin_lock_irqsave(&the_port->lock, port_flags);
1731 spin_unlock_irqrestore(&the_port->lock, port_flags);
1817 unsigned long port_flags; local
1837 spin_lock_irqsave(&the_port->lock, port_flags);
1839 spin_unlock_irqrestore(&the_port->lock, port_flags);
1854 unsigned long port_flags; local
1856 spin_lock_irqsave(&the_port->lock, port_flags);
1858 spin_unlock_irqrestore(&the_port->lock, port_flags);
H A Dioc4_serial.c2433 unsigned long port_flags; local
2449 spin_lock_irqsave(&the_port->lock, port_flags);
2452 spin_unlock_irqrestore(&the_port->lock, port_flags);
2544 unsigned long port_flags; local
2560 spin_lock_irqsave(&the_port->lock, port_flags);
2562 spin_unlock_irqrestore(&the_port->lock, port_flags);
2577 unsigned long port_flags; local
2579 spin_lock_irqsave(&the_port->lock, port_flags);
2581 spin_unlock_irqrestore(&the_port->lock, port_flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-xfer-mode.c115 if (pio == 0 && (drive->hwif->port_flags & IDE_PFLAG_PROBING))
H A Dide-probe.c1383 hwif->port_flags |= IDE_PFLAG_PROBING;
1395 hwif->port_flags &= ~IDE_PFLAG_PROBING;
1579 hwif->port_flags |= IDE_PFLAG_PROBING;
1585 hwif->port_flags &= ~IDE_PFLAG_PROBING;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dide.h681 unsigned long port_flags; member in struct:hwif_s

Completed in 271 milliseconds