Searched refs:msc01 (Results 1 – 1 of 1) sorted by relevance
27 static int msc01_config_access(struct msc01_pci_controller *msc01, in msc01_config_access() argument32 void *intstat = msc01->base + MSC01_PCI_INTSTAT_OFS; in msc01_config_access()33 void *cfgdata = msc01->base + MSC01_PCI_CFGDATA_OFS; in msc01_config_access()46 msc01->base + MSC01_PCI_CFGADDR_OFS); in msc01_config_access()67 struct msc01_pci_controller *msc01 = hose_to_msc01(hose); in msc01_read_config_dword() local70 return msc01_config_access(msc01, PCI_ACCESS_READ, dev, where, value); in msc01_read_config_dword()89 struct msc01_pci_controller *msc01; in msc01_pci_init() local92 msc01 = &global_msc01; in msc01_pci_init()93 msc01->base = base; in msc01_pci_init()95 hose = &msc01->hose; in msc01_pci_init()