Searched refs:msc01 (Results 1 – 2 of 2) sorted by relevance
28 static int msc01_config_access(struct msc01_pci_controller *msc01, in msc01_config_access() argument33 void *intstat = msc01->base + MSC01_PCI_INTSTAT_OFS; in msc01_config_access()34 void *cfgdata = msc01->base + MSC01_PCI_CFGDATA_OFS; in msc01_config_access()47 msc01->base + MSC01_PCI_CFGADDR_OFS); in msc01_config_access()68 struct msc01_pci_controller *msc01 = hose_to_msc01(hose); in msc01_read_config_dword() local71 return msc01_config_access(msc01, PCI_ACCESS_READ, dev, where, value); in msc01_read_config_dword()90 struct msc01_pci_controller *msc01; in msc01_pci_init() local93 msc01 = &global_msc01; in msc01_pci_init()94 msc01->base = base; in msc01_pci_init()96 hose = &msc01->hose; in msc01_pci_init()
75 obj-$(CONFIG_MIPS_MSC) += irq-msc01.o