Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mips-boards/
H A Dmsc01_pci.h29 #define MSC01_PCI_INTSTAT_OFS 0x0608 macro
234 #define MSC01_PCI_INTSTAT (MSC01_PCI_REG_BASE + MSC01_PCI_INTSTAT_OFS)
/openbmc/u-boot/include/
H A Dmsc01.h43 #define MSC01_PCI_INTSTAT_OFS 0x0608 macro
/openbmc/u-boot/drivers/pci/
H A Dpci_msc01.c32 void *intstat = msc01->base + MSC01_PCI_INTSTAT_OFS; in msc01_config_access()