Home
last modified time | relevance | path

Searched refs:CCCR_SDIO_ASYNC_INT_DELAY_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dsdio.h67 #define CCCR_SDIO_ASYNC_INT_DELAY_MASK 0xC0 macro
Dsdio.c195 byte &= ~CCCR_SDIO_ASYNC_INT_DELAY_MASK; in ath10k_sdio_config()
196 byte |= FIELD_PREP(CCCR_SDIO_ASYNC_INT_DELAY_MASK, asyncintdelay); in ath10k_sdio_config()