Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci-xenon-phy.c84 /* Preferred ZNR and ZPR value vary between different boards.
85 * The specific ZNR and ZPR value should be defined here
190 u8 zpr; member
596 * Set preferred ZNR and ZPR value in xenon_emmc_phy_set()
597 * The ZNR and ZPR value vary between different boards. in xenon_emmc_phy_set()
602 reg |= ((params->znr << XENON_ZNR_SHIFT) | params->zpr); in xenon_emmc_phy_set()
706 params->zpr = XENON_ZPR_DEF_VALUE; in xenon_emmc_phy_parse_param_dt()
707 if (!of_property_read_u32(np, "marvell,xenon-phy-zpr", &value)) in xenon_emmc_phy_parse_param_dt()
708 params->zpr = value & XENON_ZPR_MASK; in xenon_emmc_phy_parse_param_dt()
/kernel/linux/linux-6.6/drivers/mmc/host/
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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/
Dmarvell,xenon-sdhci.txt64 - marvell,xenon-phy-zpr:
65 Set PHY ZPR value.
68 ZPR is set as 0xF by default if this property is not provided.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mmc/
Dmarvell,xenon-sdhci.yaml96 marvell,xenon-phy-zpr:
102 Set PHY ZPR value.
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
D40x.c52 * The Zone Protection Register (ZPR) defines how protection will in MMU_init_hw()
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
D40x.c54 * The Zone Protection Register (ZPR) defines how protection will in MMU_init_hw()
/kernel/linux/linux-6.6/arch/microblaze/mm/
Dinit.c169 * The Zone Protection Register (ZPR) defines how protection will in mmu_init_hw()
/kernel/linux/linux-5.10/arch/microblaze/mm/
Dinit.c221 * The Zone Protection Register (ZPR) defines how protection will in mmu_init_hw()