Lines Matching +full:36 +full:- +full:bit
1 /* SPDX-License-Identifier: ISC */
3 * Copyright (c) 2004-2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2012 Qualcomm Atheros, Inc.
5 * Copyright (c) 2016-2017 Erik Stromdahl <erik.stromdahl@gmail.com>
23 #define ATH10K_HIF_MBOX0_EXT_WIDTH (36 * 1024)
25 #define ATH10K_HIF_MBOX1_EXT_WIDTH (36 * 1024)
29 (ATH10K_SDIO_MAX_BUFFER_SIZE - sizeof(struct ath10k_htc_hdr))
38 #define ATH10K_HTC_MAILBOX_MASK BIT(ATH10K_HTC_MAILBOX)
69 /* mode to enable special 4-bit interrupt assertion without clock */
70 #define SDIO_IRQ_MODE_ASYNC_4BIT_IRQ BIT(0)
71 #define SDIO_IRQ_MODE_ASYNC_4BIT_IRQ_SDIO3 BIT(1)
107 /* TODO: remove this and use skb->cb instead, much cleaner approach */
233 return (struct ath10k_sdio *)ar->drv_priv; in ath10k_sdio_priv()