Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/Documentation/sound/soc/
Ddapm.rst237 event handler. This handler is called when the codec powerstate is changed wrt
/linux-6.12.1/drivers/phy/cadence/
Dphy-cadence-torrent.c1125 enum phy_powerstate powerstate) in cdns_torrent_dp_set_power_state() argument
1135 switch (powerstate) { in cdns_torrent_dp_set_power_state()