Home
last modified time | relevance | path

Searched full:zpr (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-xenon-phy.c85 /* Preferred ZNR and ZPR value vary between different boards.
86 * The specific ZNR and ZPR value should be defined here
193 u8 zpr; member
626 * Set preferred ZNR and ZPR value in xenon_emmc_phy_set()
627 * The ZNR and ZPR value vary between different boards. in xenon_emmc_phy_set()
632 reg |= ((params->znr << XENON_ZNR_SHIFT) | params->zpr); in xenon_emmc_phy_set()
738 params->zpr = XENON_ZPR_DEF_VALUE; in xenon_emmc_phy_parse_params()
739 if (!device_property_read_u32(dev, "marvell,xenon-phy-zpr", &value)) in xenon_emmc_phy_parse_params()
740 params->zpr = value & XENON_ZPR_MASK; in xenon_emmc_phy_parse_params()
/openbmc/qemu/target/ppc/
H A Dmmu-booke.c76 int i, ret, zsel, zpr, pr; in mmu40x_get_physical_address() local
87 zpr = (env->spr[SPR_40x_ZPR] >> (30 - (2 * zsel))) & 0x3; in mmu40x_get_physical_address()
89 "%s: TLB %d zsel %d zpr %d ty %d attr %08x\n", in mmu40x_get_physical_address()
90 __func__, i, zsel, zpr, access_type, tlb->attr); in mmu40x_get_physical_address()
92 switch (zpr) { in mmu40x_get_physical_address()
H A Dcpu_init.c1216 spr_register(env, SPR_40x_ZPR, "ZPR", in register_405_sprs()
/openbmc/qemu/target/microblaze/
H A Dgdbstub.c26 * PC, MSR, EAR, ESR, FSR, BTR, EDR, PID, ZPR, TLBX, TLBSX, TLBLO, TLBHI.
28 * PID, ZPR, TLBx, TLBsx, TLBLO, and TLBHI aren't modeled, so we don't
H A Dtranslate.c1391 case 0x1001: /* ZPR */ in trans_mts()
1477 case 0x1001: /* ZPR */ in trans_mfs()
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dmarvell,xenon-sdhci.yaml96 marvell,xenon-phy-zpr:
102 Set PHY ZPR value.
/openbmc/linux/arch/powerpc/mm/nohash/
H A D40x.c52 * The Zone Protection Register (ZPR) defines how protection will in MMU_init_hw()
/openbmc/linux/arch/microblaze/mm/
H A Dinit.c169 * The Zone Protection Register (ZPR) defines how protection will in mmu_init_hw()
/openbmc/u-boot/include/bedbug/
H A Dtables.h553 { SPR_ZPR, "ZPR" },
/openbmc/qemu/disas/
H A Dmicroblaze.c621 return register_prefix "zpr"; in get_special_name()