Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/
H A Dstate_manager.robot324 ${powerstate}=
327 RETURN ${powerstate}
/openbmc/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c1056 u32 powerstate; in nv_txrx_gate() local
1060 powerstate = readl(base + NvRegPowerState2); in nv_txrx_gate()
1062 powerstate |= NVREG_POWERSTATE2_GATE_CLOCKS; in nv_txrx_gate()
1064 powerstate &= ~NVREG_POWERSTATE2_GATE_CLOCKS; in nv_txrx_gate()
1065 writel(powerstate, base + NvRegPowerState2); in nv_txrx_gate()
1230 u32 powerstate = readl(base + NvRegPowerState2); in init_realtek_8211c() local
1233 powerstate |= NVREG_POWERSTATE2_PHY_RESET; in init_realtek_8211c()
1234 writel(powerstate, base + NvRegPowerState2); in init_realtek_8211c()
1237 powerstate &= ~NVREG_POWERSTATE2_PHY_RESET; in init_realtek_8211c()
1238 writel(powerstate, base + NvRegPowerState2); in init_realtek_8211c()
[all …]
/openbmc/linux/Documentation/sound/soc/
H A Ddapm.rst225 event handler. This handler is called when the codec powerstate is changed wrt
/openbmc/linux/drivers/phy/cadence/
H A Dphy-cadence-torrent.c1121 enum phy_powerstate powerstate) in cdns_torrent_dp_set_power_state() argument
1131 switch (powerstate) { in cdns_torrent_dp_set_power_state()
/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py2751 powerstate = chassisPower(host, args, session)
2752 if 'Chassis Power State: On' in powerstate: