Lines Matching +full:power +full:- +full:efficient
1 /* SPDX-License-Identifier: ISC */
3 * Copyright (c) 2005-2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc.
31 * PCI-specific Target state
36 * HOST_INTEREST->hi_interconnect_state points here
37 * (and all members are 32-bit quantities in order to
79 /* Per-pipe state. */
130 * bootup. To do that the original PCI-E Link Control is stored before
131 * device bootup is executed and re-programmed later.
138 /* The device has a special powersave-oriented register. When device is
139 * considered asleep it drains less power and driver is forbidden from
148 * to sleep after all references are undone - instead there's a grace
159 * efficient to rely on a variable in RAM and update it only upon
164 /* pci power save, disable for QCA988X and QCA99X0.
195 return (struct ath10k_pci *)ar->drv_priv; in ath10k_pci_priv()