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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_sil680.c191 u8 scsc, mode; local
194 pci_read_config_byte(pdev, 0x8A, &scsc);
203 /* Extract scsc */
204 scsc = (scsc & 0x30) ? 1: 0;
208 ultra |= ultra_table[scsc][adev->dma_mode - XFER_UDMA_0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dsiimage.c130 * For the CMD680 this depends on the clocking mode (scsc), for the
138 u8 mask = 0, scsc = 0; local
141 scsc = hwif->INB(base + 0x4A);
143 pci_read_config_byte(hwif->pci_dev, 0x8A, &scsc);
150 if ((scsc & 0x30) == 0x10) /* 133 */
152 else if ((scsc & 0x30) == 0x20) /* 2xPCI */
154 else if ((scsc & 0x30) == 0x00) /* 100 */
291 u8 scsc = 0, addr_mask = ((hwif->channel) ? local
299 scsc = hwif->INB(base + 0x4A);
304 pci_read_config_byte(hwif->pci_dev, 0x8A, &scsc);
[all...]

Completed in 49 milliseconds