Searched refs:new_pcs (Results 1 – 1 of 1) sorted by relevance
1358 u16 pcs, new_pcs; in piix_init_pcs() local1362 new_pcs = pcs | map_db->port_enable; in piix_init_pcs()1364 if (new_pcs != pcs) { in piix_init_pcs()1365 DPRINTK("updating PCS from 0x%x to 0x%x\n", pcs, new_pcs); in piix_init_pcs()1366 pci_write_config_word(pdev, ICH5_PCS, new_pcs); in piix_init_pcs()