Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mips-boards/
H A Dmsc01_pci.h31 #define MSC01_PCI_CFGDATA_OFS 0x0618 macro
236 #define MSC01_PCI_CFGDATA (MSC01_PCI_REG_BASE + MSC01_PCI_CFGDATA_OFS)
/openbmc/u-boot/include/
H A Dmsc01.h45 #define MSC01_PCI_CFGDATA_OFS 0x0618 macro
/openbmc/u-boot/drivers/pci/
H A Dpci_msc01.c33 void *cfgdata = msc01->base + MSC01_PCI_CFGDATA_OFS; in msc01_config_access()