Searched refs:pmctrl (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/atheros/alx/ |
D | hw.c | 403 u32 val, pmctrl; in alx_reset_mac() local 408 pmctrl = 0; in alx_reset_mac() 426 pmctrl = alx_read_mem32(hw, ALX_PMCTRL); in alx_reset_mac() 427 if (pmctrl & (ALX_PMCTRL_L1_EN | ALX_PMCTRL_L0S_EN)) in alx_reset_mac() 429 pmctrl & ~(ALX_PMCTRL_L1_EN | in alx_reset_mac() 459 if (pmctrl & (ALX_PMCTRL_L1_EN | ALX_PMCTRL_L0S_EN)) in alx_reset_mac() 460 alx_write_mem32(hw, ALX_PMCTRL, pmctrl); in alx_reset_mac() 646 u32 pmctrl; in alx_enable_aspm() local 649 pmctrl = alx_read_mem32(hw, ALX_PMCTRL); in alx_enable_aspm() 651 ALX_SET_FIELD(pmctrl, ALX_PMCTRL_LCKDET_TIMER, in alx_enable_aspm() [all …]
|
/linux-5.19.10/Documentation/devicetree/bindings/arm/hisilicon/controller/ |
D | hi6220-domain-ctrl.yaml | 21 Power Management domain controller --> hisilicon,hi6220-pmctrl 29 - hisilicon,hi6220-pmctrl 64 compatible = "hisilicon,hi6220-pmctrl", "syscon";
|
/linux-5.19.10/drivers/phy/hisilicon/ |
D | phy-hi3670-pcie.c | 158 struct regmap *pmctrl; member 537 regmap_write(phy->pmctrl, NOC_POWER_IDLEREQ_1, val); in hi3670_pcie_noc_power() 540 regmap_read(phy->pmctrl, NOC_POWER_IDLE_1, &val); in hi3670_pcie_noc_power() 548 regmap_read(phy->pmctrl, NOC_POWER_IDLE_1, &val); in hi3670_pcie_noc_power() 759 phy->pmctrl = syscon_regmap_lookup_by_compatible("hisilicon,hi3670-pmctrl"); in hi3670_pcie_phy_get_resources() 760 if (IS_ERR(phy->pmctrl)) in hi3670_pcie_phy_get_resources() 761 return PTR_ERR(phy->pmctrl); in hi3670_pcie_phy_get_resources()
|
/linux-5.19.10/drivers/media/platform/qcom/venus/ |
D | pm_helpers.c | 1038 struct device *pmctrl = core->pmdomains[0]; in core_power_v4() local 1042 if (pmctrl) { in core_power_v4() 1043 ret = pm_runtime_resume_and_get(pmctrl); in core_power_v4() 1051 if (pmctrl) in core_power_v4() 1052 pm_runtime_put_sync(pmctrl); in core_power_v4() 1057 if (ret < 0 && pmctrl) in core_power_v4() 1058 pm_runtime_put_sync(pmctrl); in core_power_v4() 1068 if (pmctrl) in core_power_v4() 1069 pm_runtime_put_sync(pmctrl); in core_power_v4()
|
/linux-5.19.10/Documentation/devicetree/bindings/clock/ |
D | hi6220-clock.txt | 18 - "hisilicon,hi6220-pmctrl"
|
/linux-5.19.10/drivers/net/ethernet/sis/ |
D | sis900.h | 39 pmctrl=0xB0, //Power Management Control Register enumerator
|
D | sis900.c | 2102 sw32(pmctrl, pmctrl_bits); in sis900_set_wol() 2117 sw32(pmctrl, pmctrl_bits); in sis900_set_wol() 2134 pmctrl_bits = sr32(pmctrl); in sis900_get_wol()
|
/linux-5.19.10/arch/arm64/boot/dts/hisilicon/ |
D | hi6220.dtsi | 281 compatible = "hisilicon,hi6220-pmctrl", "syscon";
|