Searched refs:powerstate (Results 1 – 3 of 3) sorted by relevance
1056 u32 powerstate; in nv_txrx_gate() local1060 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() local1233 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 …]
237 event handler. This handler is called when the codec powerstate is changed wrt
1125 enum phy_powerstate powerstate) in cdns_torrent_dp_set_power_state() argument1135 switch (powerstate) { in cdns_torrent_dp_set_power_state()