Searched defs:idetm_data (Results 1 - 2 of 2) sorted by relevance

/drivers/ata/
H A Dpata_radisys.c43 u16 idetm_data; local
65 pci_read_config_word(dev, 0x40, &idetm_data);
69 idetm_data &= 0xCCCC;
70 idetm_data |= (control << (4 * adev->devno));
71 idetm_data |= (timings[pio][0] << 12) |
73 pci_write_config_word(dev, 0x40, idetm_data);
93 u16 idetm_data; local
108 pci_read_config_word(dev, 0x40, &idetm_data);
128 idetm_data &= 0xCCCC;
129 idetm_data |
[all...]
H A Dpata_oldpiix.c68 u16 idetm_data; local
93 pci_read_config_word(dev, idetm_port, &idetm_data);
100 idetm_data &= 0xCCE0;
101 idetm_data |= control;
103 idetm_data &= 0xCC0E;
104 idetm_data |= (control << 4);
106 idetm_data |= (timings[pio][0] << 12) |
108 pci_write_config_word(dev, idetm_port, idetm_data);
129 u16 idetm_data; local
151 pci_read_config_word(dev, idetm_port, &idetm_data);
[all...]

Completed in 98 milliseconds