pccbb.c | 715 pcireg_t bcr, bhlc, cbctl, csr, lscp, mfunc, mrburst, slotctl, sockctl, local in function:pccbb_chipinit 740 lscp = pci_conf_read(pc, tag, PCI_CB_LSCP_REG); 741 if (PCI_CB_LATENCY(lscp) < 0x20) { 742 lscp &= ~(PCI_CB_LATENCY_MASK << PCI_CB_LATENCY_SHIFT); 743 lscp |= (0x20 << PCI_CB_LATENCY_SHIFT); 744 pci_conf_write(pc, tag, PCI_CB_LSCP_REG, lscp); 747 PCI_CB_LATENCY(lscp), pci_conf_read(pc, tag, PCI_CB_LSCP_REG)));
|