Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dgt64120.h501 #define GT_PCI0_CFGADDR_BUSNUM_SHF 16 macro
502 #define GT_PCI0_CFGADDR_BUSNUM_MSK (MSK(8) << GT_PCI0_CFGADDR_BUSNUM_SHF)
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_gt64120.c68 addr |= bus << GT_PCI0_CFGADDR_BUSNUM_SHF; in gt_config_access()