Home
last modified time | relevance | path

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

/arch/mips/pci/
Dpci-malta.c81 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local
107 start1 = GT_READ(GT_PCI0M1LD_OFS); in mips_pcibios_init()
110 end1 = (end1 & GT_PCI_HD_MSK) | (start1 & ~GT_PCI_HD_MSK); in mips_pcibios_init()
112 if (end1 - start1 > end - start) { in mips_pcibios_init()
113 start = start1; in mips_pcibios_init()
/arch/x86/kernel/
Dmmconf-fam10h_64.c39 int start1, start2; in cmp_range() local
41 start1 = r1->start >> 32; in cmp_range()
44 return start1 - start2; in cmp_range()