Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dsdio.h86 #define CCCR_SDIO_ASYNC_INT_DELAY_MASK 0xC0 macro
Dsdio.c201 byte &= ~CCCR_SDIO_ASYNC_INT_DELAY_MASK; in ath10k_sdio_config()
202 byte |= FIELD_PREP(CCCR_SDIO_ASYNC_INT_DELAY_MASK, asyncintdelay); in ath10k_sdio_config()