Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/pci/
H A Dops-gt64xxx_pci0.c46 (devfn << GT_PCI0_CFGADDR_FUNCTNUM_SHF) | in gt64xxx_pci0_pcibios_config_access()
H A Dpci-malta.c95 (0 << GT_PCI0_CFGADDR_FUNCTNUM_SHF) | /* Function 0*/ in mips_pcibios_init()
/openbmc/linux/arch/mips/include/asm/
H A Dgt64120.h498 #define GT_PCI0_CFGADDR_FUNCTNUM_SHF 8 macro
499 #define GT_PCI0_CFGADDR_FUNCTNUM_MSK (MSK(3) << GT_PCI0_CFGADDR_FUNCTNUM_SHF)
/openbmc/u-boot/include/
H A Dgt64120.h496 #define GT_PCI0_CFGADDR_FUNCTNUM_SHF 8 macro
497 #define GT_PCI0_CFGADDR_FUNCTNUM_MSK (MSK(3) << GT_PCI0_CFGADDR_FUNCTNUM_SHF)
/openbmc/u-boot/drivers/pci/
H A Dpci_gt64120.c68 addr |= devfn << GT_PCI0_CFGADDR_FUNCTNUM_SHF; in gt_config_access()