Lines Matching +full:s +full:- +full:ahb
1 /* SPDX-License-Identifier: ISC */
3 * Copyright (c) 2005-2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc.
15 #include "ahb.h"
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
148 * to sleep after all references are undone - instead there's a grace
186 * allocated (ahb support enabled case) in the continuation of
189 struct ath10k_ahb ahb[]; member
195 return (struct ath10k_pci *)ar->drv_priv; in ath10k_pci_priv()