Lines Matching +full:0 +full:x31
25 { XFER_UDMA_6, 0x31, 0x07 },
26 { XFER_UDMA_5, 0x31, 0x06 },
27 { XFER_UDMA_4, 0x31, 0x05 },
28 { XFER_UDMA_3, 0x31, 0x04 },
29 { XFER_UDMA_2, 0x31, 0x03 },
30 { XFER_UDMA_1, 0x31, 0x02 },
31 { XFER_UDMA_0, 0x31, 0x01 },
33 { XFER_MW_DMA_2, 0x31, 0x00 },
34 { XFER_MW_DMA_1, 0x31, 0x00 },
35 { XFER_MW_DMA_0, 0x0a, 0x00 },
36 { XFER_PIO_4, 0x31, 0x00 },
37 { XFER_PIO_3, 0x33, 0x00 },
38 { XFER_PIO_2, 0x08, 0x00 },
39 { XFER_PIO_1, 0x0a, 0x00 },
40 { XFER_PIO_0, 0x00, 0x00 },
41 { 0, 0x00, 0x00 }
45 { XFER_UDMA_6, 0x41, 0x06 },
46 { XFER_UDMA_5, 0x41, 0x05 },
47 { XFER_UDMA_4, 0x41, 0x04 },
48 { XFER_UDMA_3, 0x41, 0x03 },
49 { XFER_UDMA_2, 0x41, 0x02 },
50 { XFER_UDMA_1, 0x41, 0x01 },
51 { XFER_UDMA_0, 0x41, 0x01 },
53 { XFER_MW_DMA_2, 0x41, 0x00 },
54 { XFER_MW_DMA_1, 0x42, 0x00 },
55 { XFER_MW_DMA_0, 0x7a, 0x00 },
56 { XFER_PIO_4, 0x41, 0x00 },
57 { XFER_PIO_3, 0x43, 0x00 },
58 { XFER_PIO_2, 0x78, 0x00 },
59 { XFER_PIO_1, 0x7a, 0x00 },
60 { XFER_PIO_0, 0x70, 0x00 },
61 { 0, 0x00, 0x00 }
90 u16 d_conf = 0; in aec6210_set_mode()
91 u8 ultra = 0, ultra_conf = 0; in aec6210_set_mode()
92 u8 tmp0 = 0, tmp1 = 0, tmp2 = 0; in aec6210_set_mode()
97 /* 0x40|(2*drive->dn): Active, 0x41|(2*drive->dn): Recovery */ in aec6210_set_mode()
98 pci_read_config_word(dev, 0x40|(2*drive->dn), &d_conf); in aec6210_set_mode()
100 d_conf = ((tmp0 & 0xf0) << 4) | (tmp0 & 0xf); in aec6210_set_mode()
101 pci_write_config_word(dev, 0x40|(2*drive->dn), d_conf); in aec6210_set_mode()
103 tmp1 = 0x00; in aec6210_set_mode()
104 tmp2 = 0x00; in aec6210_set_mode()
105 pci_read_config_byte(dev, 0x54, &ultra); in aec6210_set_mode()
106 tmp1 = ((0x00 << (2*drive->dn)) | (ultra & ~(3 << (2*drive->dn)))); in aec6210_set_mode()
109 pci_write_config_byte(dev, 0x54, tmp2); in aec6210_set_mode()
119 u8 tmp1 = 0, tmp2 = 0; in aec6260_set_mode()
120 u8 ultra = 0, drive_conf = 0, ultra_conf = 0; in aec6260_set_mode()
126 pci_read_config_byte(dev, 0x40|drive->dn, &drive_conf); in aec6260_set_mode()
128 pci_write_config_byte(dev, 0x40|drive->dn, drive_conf); in aec6260_set_mode()
130 pci_read_config_byte(dev, (0x44|hwif->channel), &ultra); in aec6260_set_mode()
131 tmp1 = ((0x00 << (4*unit)) | (ultra & ~(7 << (4*unit)))); in aec6260_set_mode()
134 pci_write_config_byte(dev, (0x44|hwif->channel), tmp2); in aec6260_set_mode()
149 u8 reg49h = 0, reg4ah = 0; in init_chipset_aec62xx()
151 pci_read_config_byte(dev, 0x49, ®49h); in init_chipset_aec62xx()
152 pci_write_config_byte(dev, 0x49, reg49h & ~0x30); in init_chipset_aec62xx()
154 pci_read_config_byte(dev, 0x4a, ®4ah); in init_chipset_aec62xx()
155 pci_write_config_byte(dev, 0x4a, reg4ah & ~0x01); in init_chipset_aec62xx()
157 pci_read_config_byte(dev, 0x4a, ®4ah); in init_chipset_aec62xx()
158 pci_write_config_byte(dev, 0x4a, reg4ah | 0x80); in init_chipset_aec62xx()
161 return 0; in init_chipset_aec62xx()
167 u8 ata66 = 0, mask = hwif->channel ? 0x02 : 0x01; in atp86x_cable_detect()
169 pci_read_config_byte(dev, 0x49, &ata66); in atp86x_cable_detect()
186 { /* 0: AEC6210 */
189 .enablebits = {{0x4a,0x02,0x02}, {0x4a,0x04,0x04}},
212 .enablebits = {{0x4a,0x02,0x02}, {0x4a,0x04,0x04}},
233 .enablebits = {{0x4a,0x02,0x02}, {0x4a,0x04,0x04}},
277 if (inb(dma_base + 2) & 0x10) { in aec62xx_init_one()
298 { PCI_VDEVICE(ARTOP, PCI_DEVICE_ID_ARTOP_ATP850UF), 0 },
303 { 0, },