Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/pci/
H A Dpci-alchemy.c105 unsigned long offset, status, cfg_base, flags, entryLo0, entryLo1, r; in config_access() local
145 entryLo0 = (6 << 26) | (cfg_base >> 6) | (2 << 3) | 7; in config_access()
147 if ((entryLo0 != ctx->last_elo0) || (entryLo1 != ctx->last_elo1)) { in config_access()
148 mod_wired_entry(ctx->wired_entry, entryLo0, entryLo1, in config_access()
150 ctx->last_elo0 = entryLo0; in config_access()