Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmsc01.h80 #define MSC01_PCI_CFGADDR_RNUM_SHF 2 macro
81 #define MSC01_PCI_CFGADDR_RNUM_MSK (0x3f << MSC01_PCI_CFGADDR_RNUM_SHF)
/openbmc/linux/arch/mips/pci/
H A Dops-msc.c47 ((where / 4) << MSC01_PCI_CFGADDR_RNUM_SHF))); in msc_pcibios_config_access()
/openbmc/u-boot/drivers/pci/
H A Dpci_msc01.c45 ((where / 4) << MSC01_PCI_CFGADDR_RNUM_SHF), in msc01_config_access()
/openbmc/linux/arch/mips/include/asm/mips-boards/
H A Dmsc01_pci.h164 #define MSC01_PCI_CFGADDR_RNUM_SHF 2 macro