Home
last modified time | relevance | path

Searched refs:MSC01_PCI_CFGADDR_OFS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/include/asm/mips-boards/
H A Dmsc01_pci.h30 #define MSC01_PCI_CFGADDR_OFS 0x0610 macro
235 #define MSC01_PCI_CFGADDR (MSC01_PCI_REG_BASE + MSC01_PCI_CFGADDR_OFS)
/openbmc/u-boot/include/
H A Dmsc01.h44 #define MSC01_PCI_CFGADDR_OFS 0x0610 macro
/openbmc/u-boot/drivers/pci/
H A Dpci_msc01.c46 msc01->base + MSC01_PCI_CFGADDR_OFS); in msc01_config_access()