Searched refs:idetm_data (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_oldpiix.c82 u16 idetm_data; local
107 pci_read_config_word(dev, idetm_port, &idetm_data);
114 idetm_data &= 0xCCE0;
115 idetm_data |= control;
117 idetm_data &= 0xCC0E;
118 idetm_data |= (control << 4);
120 idetm_data |= (timings[pio][0] << 12) |
122 pci_write_config_word(dev, idetm_port, idetm_data);
144 u16 idetm_data; local
166 pci_read_config_word(dev, idetm_port, &idetm_data);
[all...]
H A Dpata_radisys.c44 u16 idetm_data; local
66 pci_read_config_word(dev, 0x40, &idetm_data);
70 idetm_data &= 0xCCCC;
71 idetm_data |= (control << (4 * adev->devno));
72 idetm_data |= (timings[pio][0] << 12) |
74 pci_write_config_word(dev, 0x40, idetm_data);
95 u16 idetm_data; local
110 pci_read_config_word(dev, 0x40, &idetm_data);
130 idetm_data &= 0xCCCC;
131 idetm_data |
[all...]
H A Dpata_efar.c98 u16 idetm_data; local
121 pci_read_config_word(dev, idetm_port, &idetm_data);
126 idetm_data &= 0xCCF0;
127 idetm_data |= control;
128 idetm_data |= (timings[pio][0] << 12) |
134 idetm_data &= 0xCC0F;
135 idetm_data |= (control << 4);
144 idetm_data |= 0x4000; /* Ensure SITRE is enabled */
145 pci_write_config_word(dev, idetm_port, idetm_data);
H A Dpata_it8213.c92 u16 idetm_data; local
115 pci_read_config_word(dev, idetm_port, &idetm_data);
120 idetm_data &= 0xCCF0;
121 idetm_data |= control;
122 idetm_data |= (timings[pio][0] << 12) |
127 idetm_data &= 0xCC0F;
128 idetm_data |= (control << 4);
137 idetm_data |= 0x4000; /* Ensure SITRE is enabled */
138 pci_write_config_word(dev, idetm_port, idetm_data);

Completed in 83 milliseconds