Lines Matching +full:0 +full:x5c
33 static const u16 pio[6] = { /* For reg 0x50 low word & E088 */ in tosh_set_piomode()
34 0x0566, 0x0433, 0x0311, 0x0201, 0x0200, 0x0100 in tosh_set_piomode()
38 pci_read_config_word(pdev, 0x50, &conf); in tosh_set_piomode()
39 conf &= 0xE088; in tosh_set_piomode()
41 pci_write_config_word(pdev, 0x50, conf); in tosh_set_piomode()
48 pci_read_config_dword(pdev, 0x5C, &conf); in tosh_set_dmamode()
49 conf &= 0x78FFE088; /* Keep the other bits */ in tosh_set_dmamode()
52 conf |= 0x80000000; in tosh_set_dmamode()
54 conf |= (2 - udma) * 0x111; /* spread into three nibbles */ in tosh_set_dmamode()
57 0x0655, 0x0200, 0x0200, 0x0100 in tosh_set_dmamode()
61 pci_write_config_dword(pdev, 0x5C, conf); in tosh_set_dmamode()
97 return ata_pci_bmdma_init_one(dev, ppi, &tosh_sht, NULL, 0); in ata_tosh_init_one()
105 { 0, },