Home
last modified time | relevance | path

Searched refs:GT_PCI_HD_MSK (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/mips/mti-malta/
Dmalta-pci.c118 end = (end & GT_PCI_HD_MSK) | (start & ~GT_PCI_HD_MSK); in mips_pcibios_init()
122 end1 = (end1 & GT_PCI_HD_MSK) | (start1 & ~GT_PCI_HD_MSK); in mips_pcibios_init()
131 BUG_ON((start & GT_PCI_HD_MSK) != (map & GT_PCI_HD_MSK) && in mips_pcibios_init()
145 end = (end & GT_PCI_HD_MSK) | (start & ~GT_PCI_HD_MSK); in mips_pcibios_init()
148 BUG_ON((start & GT_PCI_HD_MSK) != (map & GT_PCI_HD_MSK) && in mips_pcibios_init()
/linux-3.4.99/arch/mips/include/asm/
Dgt64120.h306 #define GT_PCI_HD_MSK (MSK(7) << GT_PCI_HD_SHF) macro