Searched refs:simplex (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dlibata-sff.c3099 * ata_pci_bmdma_clear_simplex - attempt to kick device out of simplex
3102 * Some PCI ATA devices report simplex mode but in fact can be told to
3103 * enter non simplex mode. This implements the necessary logic to
3110 u8 simplex; local
3115 simplex = inb(bmdma + 0x02);
3116 outb(simplex & 0x60, bmdma + 0x02);
3117 simplex = inb(bmdma + 0x02);
3118 if (simplex & 0x80)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_hw.h355 uint16_t simplex:1; /* FC Word 1, bit 22 */ member in struct:csp
374 uint16_t simplex:1; /* FC Word 1, bit 22 */ member in struct:csp

Completed in 237 milliseconds