Searched refs:SB1250_PCI_BRIDGE (Results 1 - 1 of 1) sorted by relevance

/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_pci_machdep.c293 #define SB1250_PCI_BRIDGE (SB1250_PCI_MAKE_TAG(0,0,0)) macro
363 pci_conf_write32(SB1250_PCI_BRIDGE, PHB_MAP_REG_BASE + 4*i, 0);
370 pci_conf_write32(SB1250_PCI_BRIDGE, PHB_FEATURE_REG, PHB_FEATURE_DEFAULTS);
377 pci_conf_write32(SB1250_PCI_BRIDGE, PCI_COMMAND_STATUS_REG, csr);
380 csr = pci_conf_read32(SB1250_PCI_BRIDGE, PCI_COMMAND_STATUS_REG);
384 pci_conf_write32(SB1250_PCI_BRIDGE, PCI_COMMAND_STATUS_REG, csr);
390 aer = pci_conf_read32(SB1250_PCI_BRIDGE, PHB_ADAPTEXT_REG);
392 pci_conf_write32(SB1250_PCI_BRIDGE, PHB_ADAPTEXT_REG, aer);
395 icr = pci_conf_read32(SB1250_PCI_BRIDGE, PCI_BPARAM_INTERRUPT_REG);
397 icr |= (pci_int_line(pci_int_map_0(SB1250_PCI_BRIDGE))
[all...]

Completed in 23 milliseconds