new_pcs          1341 drivers/ata/ata_piix.c 	u16 pcs, new_pcs;
new_pcs          1345 drivers/ata/ata_piix.c 	new_pcs = pcs | map_db->port_enable;
new_pcs          1347 drivers/ata/ata_piix.c 	if (new_pcs != pcs) {
new_pcs          1348 drivers/ata/ata_piix.c 		DPRINTK("updating PCS from 0x%x to 0x%x\n", pcs, new_pcs);
new_pcs          1349 drivers/ata/ata_piix.c 		pci_write_config_word(pdev, ICH5_PCS, new_pcs);