Searched refs:SDIO_HOST_RESET_LSB (Results 1 – 1 of 1) sorted by relevance
1542 #define SDIO_HOST_RESET_LSB 0 macro1544 …fine SDIO_HOST_RESET_GET(x) (((x) & SDIO_HOST_RESET_MASK) >> SDIO_HOST_RESET_LSB)1545 #define SDIO_HOST_RESET_SET(x) (((x) << SDIO_HOST_RESET_LSB) & SDIO_HOST_RESET_MA…