Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath6kl/
Dhif.h109 #define HIF_ASYNCHRONOUS 0x00000020 macro
110 #define HIF_EMODE_MASK (HIF_SYNCHRONOUS | HIF_ASYNCHRONOUS)
136 (HIF_WRITE | HIF_ASYNCHRONOUS | \
140 (HIF_WRITE | HIF_ASYNCHRONOUS | \
164 (HIF_READ | HIF_ASYNCHRONOUS | \
Dsdio.c338 if (scat_req->req & HIF_ASYNCHRONOUS) in ath6kl_sdio_scat_rw()