Home
last modified time | relevance | path

Searched refs:MSC01_PCI_CFGADDR_DNUM_SHF (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dmsc01.h76 #define MSC01_PCI_CFGADDR_DNUM_SHF 11 macro
77 #define MSC01_PCI_CFGADDR_DNUM_MSK (0x1f << MSC01_PCI_CFGADDR_DNUM_SHF)
/openbmc/linux/arch/mips/pci/
H A Dops-msc.c45 (PCI_SLOT(devfn) << MSC01_PCI_CFGADDR_DNUM_SHF) | in msc_pcibios_config_access()
/openbmc/u-boot/drivers/pci/
H A Dpci_msc01.c43 (dev << MSC01_PCI_CFGADDR_DNUM_SHF) | in msc01_config_access()
/openbmc/linux/arch/mips/include/asm/mips-boards/
H A Dmsc01_pci.h160 #define MSC01_PCI_CFGADDR_DNUM_SHF 11 macro