Searched full:zpr (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/drivers/mmc/host/ |
| D | sdhci-xenon-phy.c | 84 /* 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/ |
| D | sdhci-xenon-phy.c | 85 /* 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/ |
| D | marvell,xenon-sdhci.txt | 64 - 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/ |
| D | marvell,xenon-sdhci.yaml | 96 marvell,xenon-phy-zpr: 102 Set PHY ZPR value.
|
| /kernel/linux/linux-6.6/arch/powerpc/mm/nohash/ |
| D | 40x.c | 52 * The Zone Protection Register (ZPR) defines how protection will in MMU_init_hw()
|
| /kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
| D | 40x.c | 54 * The Zone Protection Register (ZPR) defines how protection will in MMU_init_hw()
|
| /kernel/linux/linux-6.6/arch/microblaze/mm/ |
| D | init.c | 169 * The Zone Protection Register (ZPR) defines how protection will in mmu_init_hw()
|
| /kernel/linux/linux-5.10/arch/microblaze/mm/ |
| D | init.c | 221 * The Zone Protection Register (ZPR) defines how protection will in mmu_init_hw()
|