Searched refs:sl82c105 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/chrp/
H A Dpci.c326 static void __devinit chrp_pci_fixup_winbond_ata(struct pci_dev *sl82c105) argument
334 if ((sl82c105->class & 5) != 5) {
337 pci_read_config_byte(sl82c105, PCI_CLASS_PROG, &progif);
338 pci_write_config_byte(sl82c105, PCI_CLASS_PROG, progif | 0x05);
339 sl82c105->class |= 0x05;
341 pci_write_config_word(sl82c105, SL82C105_IDECSR, 0x0003);
343 pci_write_config_dword(sl82c105, PCI_BASE_ADDRESS_0, 0);
344 pci_write_config_dword(sl82c105, PCI_BASE_ADDRESS_1, 0);
345 pci_write_config_dword(sl82c105, PCI_BASE_ADDRESS_2, 0);
346 pci_write_config_dword(sl82c105, PCI_BASE_ADDRESS_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_sl82c105.c5 * Based in part on linux/drivers/ide/pci/sl82c105.c
133 * The sl82c105 has some serious problems with the DMA engine
312 static const struct pci_device_id sl82c105[] = { variable in typeref:struct:pci_device_id
320 .id_table = sl82c105,
338 MODULE_DEVICE_TABLE(pci, sl82c105);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A DMakefile65 obj-$(CONFIG_BLK_DEV_SL82C105) += sl82c105.o

Completed in 175 milliseconds