Home
last modified time | relevance | path

Searched refs:port_flags (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
Dioc3_serial.c1722 unsigned long port_flags; in ic3_shutdown() local
1733 spin_lock_irqsave(&the_port->lock, port_flags); in ic3_shutdown()
1735 spin_unlock_irqrestore(&the_port->lock, port_flags); in ic3_shutdown()
1821 unsigned long port_flags; in ic3_startup() local
1841 spin_lock_irqsave(&the_port->lock, port_flags); in ic3_startup()
1843 spin_unlock_irqrestore(&the_port->lock, port_flags); in ic3_startup()
1858 unsigned long port_flags; in ic3_set_termios() local
1860 spin_lock_irqsave(&the_port->lock, port_flags); in ic3_set_termios()
1862 spin_unlock_irqrestore(&the_port->lock, port_flags); in ic3_set_termios()
Dioc4_serial.c2431 unsigned long port_flags; in ic4_shutdown() local
2447 spin_lock_irqsave(&the_port->lock, port_flags); in ic4_shutdown()
2450 spin_unlock_irqrestore(&the_port->lock, port_flags); in ic4_shutdown()
2542 unsigned long port_flags; in ic4_startup() local
2558 spin_lock_irqsave(&the_port->lock, port_flags); in ic4_startup()
2560 spin_unlock_irqrestore(&the_port->lock, port_flags); in ic4_startup()
2575 unsigned long port_flags; in ic4_set_termios() local
2577 spin_lock_irqsave(&the_port->lock, port_flags); in ic4_set_termios()
2579 spin_unlock_irqrestore(&the_port->lock, port_flags); in ic4_set_termios()
/linux-4.4.14/drivers/ata/
Data_piix.c1663 unsigned long port_flags; in piix_init_one() local
1685 port_flags = port_info[0].flags; in piix_init_one()
1714 if (port_flags & ATA_FLAG_SATA) in piix_init_one()
1724 if (port_flags & ATA_FLAG_SATA) { in piix_init_one()
1742 if (port_flags & PIIX_FLAG_CHECKINTR) in piix_init_one()
Dsata_mv.c940 static inline int mv_get_hc_count(unsigned long port_flags) in mv_get_hc_count() argument
942 return ((port_flags & MV_FLAG_DUAL_HC) ? 2 : 1); in mv_get_hc_count()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dfw.h153 u8 port_flags; member
/linux-4.4.14/drivers/ide/
Dide-xfer-mode.c116 if (pio == 0 && (drive->hwif->port_flags & IDE_PFLAG_PROBING)) in ide_pio_need_iordy()
Dide-probe.c1394 hwif->port_flags |= IDE_PFLAG_PROBING; in ide_host_register()
1406 hwif->port_flags &= ~IDE_PFLAG_PROBING; in ide_host_register()
1591 hwif->port_flags |= IDE_PFLAG_PROBING; in ide_port_scan()
1597 hwif->port_flags &= ~IDE_PFLAG_PROBING; in ide_port_scan()
/linux-4.4.14/drivers/mmc/host/
Dvub300.c108 u16 port_flags; member
510 (0x0001 & vub300->system_port_status.port_flags) ? 1 : 0; in new_system_port_status()
512 (0x0010 & vub300->system_port_status.port_flags) ? 1 : 0; in new_system_port_status()
2320 (0x0001 & vub300->system_port_status.port_flags) ? 1 : 0; in vub300_probe()
2322 (0x0010 & vub300->system_port_status.port_flags) ? 1 : 0; in vub300_probe()
/linux-4.4.14/include/linux/
Dide.h690 unsigned long port_flags; member