entryLo1          105 arch/mips/pci/pci-alchemy.c 	unsigned long offset, status, cfg_base, flags, entryLo0, entryLo1, r;
entryLo1          146 arch/mips/pci/pci-alchemy.c 	entryLo1 = (6 << 26) | (cfg_base >> 6) | (0x1000 >> 6) | (2 << 3) | 7;
entryLo1          147 arch/mips/pci/pci-alchemy.c 	if ((entryLo0 != ctx->last_elo0) || (entryLo1 != ctx->last_elo1)) {
entryLo1          148 arch/mips/pci/pci-alchemy.c 		mod_wired_entry(ctx->wired_entry, entryLo0, entryLo1,
entryLo1          151 arch/mips/pci/pci-alchemy.c 		ctx->last_elo1 = entryLo1;