Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmsc01.h74 #define MSC01_PCI_CFGADDR_BNUM_SHF 16 macro
75 #define MSC01_PCI_CFGADDR_BNUM_MSK (0xff << MSC01_PCI_CFGADDR_BNUM_SHF)
/openbmc/linux/arch/mips/pci/
H A Dops-msc.c44 ((busnum << MSC01_PCI_CFGADDR_BNUM_SHF) | in msc_pcibios_config_access()
/openbmc/u-boot/drivers/pci/
H A Dpci_msc01.c42 __raw_writel((bus << MSC01_PCI_CFGADDR_BNUM_SHF) | in msc01_config_access()
/openbmc/linux/arch/mips/include/asm/mips-boards/
H A Dmsc01_pci.h158 #define MSC01_PCI_CFGADDR_BNUM_SHF 16 macro