Home
last modified time | relevance | path

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

/wlan-driver/fw-api/fw/
H A Drtc_soc_reg.h1543 #define SDIO_HOST_RESET_MASK 0x00000001 macro
1544 #define SDIO_HOST_RESET_GET(x) (((x) & SDIO_HOST_RESET_MASK) >> SDIO_HOST_RESET_L…
1545 …fine SDIO_HOST_RESET_SET(x) (((x) << SDIO_HOST_RESET_LSB) & SDIO_HOST_RESET_MASK)