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