Home
last modified time | relevance | path

Searched refs:powerstate (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/
H A Disl_38xx.c41 int *powerstate, void __iomem *device_base) in isl38xx_handle_sleep_request()
67 *powerstate = ISL38XX_PSM_POWERSAVE_STATE; in isl38xx_handle_sleep_request()
77 int *powerstate, void __iomem *device_base) in isl38xx_handle_wakeup()
79 /* device is in active state, update the powerstate flag */ in isl38xx_handle_wakeup()
80 *powerstate = ISL38XX_PSM_ACTIVE_STATE; in isl38xx_handle_wakeup()
40 isl38xx_handle_sleep_request(isl38xx_control_block *control_block, int *powerstate, void __iomem *device_base) isl38xx_handle_sleep_request() argument
76 isl38xx_handle_wakeup(isl38xx_control_block *control_block, int *powerstate, void __iomem *device_base) isl38xx_handle_wakeup() argument
H A Dislpci_dev.c183 int powerstate = ISL38XX_PSM_POWERSAVE_STATE; in islpci_interrupt() local
212 powerstate = ISL38XX_PSM_ACTIVE_STATE; in islpci_interrupt()
265 * powerstate flag if necessary */ in islpci_interrupt()
266 powerstate = ISL38XX_PSM_ACTIVE_STATE; in islpci_interrupt()
328 &powerstate, in islpci_interrupt()
339 &powerstate, priv->device_base); in islpci_interrupt()
351 && powerstate == ISL38XX_PSM_ACTIVE_STATE) in islpci_interrupt()
356 && powerstate == ISL38XX_PSM_POWERSAVE_STATE) in islpci_interrupt()
/kernel/linux/linux-5.10/drivers/net/ethernet/nvidia/
H A Dforcedeth.c1057 u32 powerstate; in nv_txrx_gate() local
1061 powerstate = readl(base + NvRegPowerState2); in nv_txrx_gate()
1063 powerstate |= NVREG_POWERSTATE2_GATE_CLOCKS; in nv_txrx_gate()
1065 powerstate &= ~NVREG_POWERSTATE2_GATE_CLOCKS; in nv_txrx_gate()
1066 writel(powerstate, base + NvRegPowerState2); in nv_txrx_gate()
1231 u32 powerstate = readl(base + NvRegPowerState2); in init_realtek_8211c() local
1234 powerstate |= NVREG_POWERSTATE2_PHY_RESET; in init_realtek_8211c()
1235 writel(powerstate, base + NvRegPowerState2); in init_realtek_8211c()
1238 powerstate &= ~NVREG_POWERSTATE2_PHY_RESET; in init_realtek_8211c()
1239 writel(powerstate, bas in init_realtek_8211c()
5715 u32 powerstate, txreg; nv_probe() local
[all...]
/kernel/linux/linux-6.6/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, bas in init_realtek_8211c()
5716 u32 powerstate, txreg; nv_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/phy/cadence/
H A Dphy-cadence-torrent.c317 enum phy_powerstate powerstate);
615 * Perform register operations related to setting link rate, once powerstate is
1515 enum phy_powerstate powerstate) in cdns_torrent_dp_set_power_state()
1525 switch (powerstate) { in cdns_torrent_dp_set_power_state()
1513 cdns_torrent_dp_set_power_state(struct cdns_torrent_phy *cdns_phy, u32 num_lanes, enum phy_powerstate powerstate) cdns_torrent_dp_set_power_state() argument
/kernel/linux/linux-6.6/drivers/phy/cadence/
H A Dphy-cadence-torrent.c1121 enum phy_powerstate powerstate) in cdns_torrent_dp_set_power_state()
1131 switch (powerstate) { in cdns_torrent_dp_set_power_state()
1262 * Perform register operations related to setting link rate, once powerstate is
1118 cdns_torrent_dp_set_power_state(struct cdns_torrent_phy *cdns_phy, struct cdns_torrent_inst *inst, u32 num_lanes, enum phy_powerstate powerstate) cdns_torrent_dp_set_power_state() argument

Completed in 21 milliseconds