Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/pci/
H A Dops-gt64xxx_pci0.c47 ((where / 4) << GT_PCI0_CFGADDR_REGNUM_SHF) | in gt64xxx_pci0_pcibios_config_access()
H A Dpci-malta.c96 ((0x20/4) << GT_PCI0_CFGADDR_REGNUM_SHF) | /* BAR 4*/ in mips_pcibios_init()
/openbmc/linux/arch/mips/include/asm/
H A Dgt64120.h496 #define GT_PCI0_CFGADDR_REGNUM_SHF 2 macro
497 #define GT_PCI0_CFGADDR_REGNUM_MSK (MSK(6) << GT_PCI0_CFGADDR_REGNUM_SHF)
/openbmc/u-boot/include/
H A Dgt64120.h494 #define GT_PCI0_CFGADDR_REGNUM_SHF 2 macro
495 #define GT_PCI0_CFGADDR_REGNUM_MSK (MSK(6) << GT_PCI0_CFGADDR_REGNUM_SHF)
/openbmc/u-boot/drivers/pci/
H A Dpci_gt64120.c69 addr |= (where / 4) << GT_PCI0_CFGADDR_REGNUM_SHF; in gt_config_access()