alpha_pci_chipset
struct alpha_pci_chipset *pcichipset;
alpha_pci_chipset = &acp->ac_pc;
alpha_pci_chipset->pc_name = "apecs";
alpha_pci_chipset->pc_mem = APECS_PCI_SPARSE;
alpha_pci_chipset->pc_dense = APECS_PCI_DENSE;
alpha_pci_chipset->pc_ports = APECS_PCI_SIO;
alpha_pci_chipset->pc_bwx = 0;
alpha_pci_chipset->pc_hae_mask = EPIC_HAXR1_EADDR;
struct alpha_pci_chipset ac_pc;
alpha_pci_chipset = &ccp->cc_pc;
alpha_pci_chipset->pc_name = "cia";
alpha_pci_chipset->pc_dense = CIA_PCI_DENSE;
alpha_pci_chipset->pc_hae_mask = 7L << 29;
alpha_pci_chipset->pc_mem = CIA_EV56_BWMEM;
alpha_pci_chipset->pc_ports = CIA_EV56_BWIO;
alpha_pci_chipset->pc_bwx = 1;
alpha_pci_chipset->pc_mem = CIA_PCI_SMEM1;
alpha_pci_chipset->pc_ports = CIA_PCI_SIO1;
alpha_pci_chipset->pc_bwx = 0;
struct alpha_pci_chipset cc_pc;
alpha_pci_chipset = &icp->ic_pc;
alpha_pci_chipset->pc_name = "irongate";
alpha_pci_chipset->pc_mem = IRONGATE_MEM_BASE;
alpha_pci_chipset->pc_mem = IRONGATE_MEM_BASE;
alpha_pci_chipset->pc_bwx = 1;
struct alpha_pci_chipset ic_pc;
alpha_pci_chipset = &lcp->lc_pc;
alpha_pci_chipset->pc_name = "lca";
alpha_pci_chipset->pc_mem = LCA_PCI_SPARSE;
alpha_pci_chipset->pc_ports = LCA_PCI_SIO;
alpha_pci_chipset->pc_hae_mask = IOC_HAE_ADDREXT;
alpha_pci_chipset->pc_dense = LCA_PCI_DENSE;
alpha_pci_chipset->pc_bwx = 0;
struct alpha_pci_chipset lc_pc;
alpha_pci_chipset = &ccp->cc_pc;
alpha_pci_chipset->pc_name = "mcpcia";
alpha_pci_chipset->pc_hae_mask = 0;
alpha_pci_chipset->pc_dense = MCPCIA_PCI_DENSE;
struct alpha_pci_chipset cc_pc;
if (alpha_pci_chipset == NULL)
alpha_pci_chipset->pc_name));
alpha_pci_chipset->pc_bwx));
alpha_pci_chipset->pc_mem));
alpha_pci_chipset->pc_dense));
alpha_pci_chipset->pc_ports));
alpha_pci_chipset->pc_hae_mask));
struct alpha_pci_chipset *alpha_pci_chipset;
typedef struct alpha_pci_chipset *pci_chipset_tag_t;
extern struct alpha_pci_chipset *alpha_pci_chipset;
alpha_pci_chipset = &pcp->pc_pc;
alpha_pci_chipset->pc_name = "titan";
alpha_pci_chipset->pc_name = "tsunami";
alpha_pci_chipset->pc_mem = P_PCI_MEM;
alpha_pci_chipset->pc_ports = P_PCI_IO;
alpha_pci_chipset->pc_hae_mask = 0;
alpha_pci_chipset->pc_dense = TS_P0(0); /* XXX */
alpha_pci_chipset->pc_bwx = 1;
struct alpha_pci_chipset pc_pc;