Searched refs:SDIO_HOST_RESET_MASK (Results 1 – 1 of 1) sorted by relevance
1543 #define SDIO_HOST_RESET_MASK 0x00000001 macro1544 #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)