Searched refs:powerstate (Results 1 – 2 of 2) 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()1216 u32 powerstate = readl(base + NvRegPowerState2); in init_realtek_8211c() local1219 powerstate |= NVREG_POWERSTATE2_PHY_RESET; in init_realtek_8211c()1220 writel(powerstate, base + NvRegPowerState2); in init_realtek_8211c()1223 powerstate &= ~NVREG_POWERSTATE2_PHY_RESET; in init_realtek_8211c()1224 writel(powerstate, base + NvRegPowerState2); in init_realtek_8211c()[all …]
1131 enum phy_powerstate powerstate) in cdns_torrent_dp_set_power_state() argument1141 switch (powerstate) { in cdns_torrent_dp_set_power_state()