Home
last modified time | relevance | path

Searched refs:GT_PCI0_CFGADDR_BUSNUM_SHF (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/mips/pci/
H A Dops-gt64xxx_pci0.c45 (busnum << GT_PCI0_CFGADDR_BUSNUM_SHF) | in gt64xxx_pci0_pcibios_config_access()
H A Dpci-malta.c93 (0 << GT_PCI0_CFGADDR_BUSNUM_SHF) | /* Local bus */ in mips_pcibios_init()
/openbmc/linux/arch/mips/include/asm/
H A Dgt64120.h502 #define GT_PCI0_CFGADDR_BUSNUM_SHF 16 macro
503 #define GT_PCI0_CFGADDR_BUSNUM_MSK (MSK(8) << GT_PCI0_CFGADDR_BUSNUM_SHF)
/openbmc/u-boot/include/
H A Dgt64120.h500 #define GT_PCI0_CFGADDR_BUSNUM_SHF 16 macro
501 #define GT_PCI0_CFGADDR_BUSNUM_MSK (MSK(8) << GT_PCI0_CFGADDR_BUSNUM_SHF)
/openbmc/u-boot/drivers/pci/
H A Dpci_gt64120.c67 addr |= bus << GT_PCI0_CFGADDR_BUSNUM_SHF; in gt_config_access()