Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/nvidia/
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 …]
/Linux-v6.6/Documentation/sound/soc/
Ddapm.rst225 event handler. This handler is called when the codec powerstate is changed wrt
/Linux-v6.6/drivers/phy/cadence/
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()