Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsdio.h67 #define CCCR_SDIO_ASYNC_INT_DELAY_MASK 0xC0 macro
H A 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()