Searched refs:SBSDIO_ALPAV (Results 1 – 5 of 5) sorted by relevance
139 #define SBSDIO_ALPAV(regval) ((regval) & SBSDIO_AVBITS) macro141 #define SBSDIO_ALPONLY(regval) (SBSDIO_ALPAV(regval) && !SBSDIO_HTAV(regval))142 #define SBSDIO_CLKAV(regval, alponly) (SBSDIO_ALPAV(regval) && \
49 #define SBSDIO_ALPAV(regval) ((regval) & SBSDIO_AVBITS) macro51 #define SBSDIO_ALPONLY(regval) (SBSDIO_ALPAV(regval) && !SBSDIO_HTAV(regval))53 (SBSDIO_ALPAV(regval) && (alponly ? 1 : SBSDIO_HTAV(regval)))
451 !SBSDIO_ALPAV(clkval)), in brcmf_sdio_chip_buscoreprep()453 if (!SBSDIO_ALPAV(clkval)) { in brcmf_sdio_chip_buscoreprep()
163 SBSDIO_FUNC1_CHIPCLKCSR, NULL)), !SBSDIO_ALPAV(clkval)), in si_buscore_prep()165 if (!SBSDIO_ALPAV(clkval)) { in si_buscore_prep()
7170 !SBSDIO_ALPAV(clkctl)), PMU_MAX_TRANSITION_DLY); in dhdsdio_probe_attach()