Searched refs:SD_UNLOCK_POW_ON (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/staging/rts5208/
H A Dsd.c2308 if (sd_card->sd_lock_status & SD_UNLOCK_POW_ON)
2468 } else if (!(sd_card->sd_lock_status & SD_UNLOCK_POW_ON)) {
2615 if (sd_card->sd_lock_status & SD_UNLOCK_POW_ON) {
2881 if (sd_card->sd_lock_status & SD_UNLOCK_POW_ON)
3026 if (sd_card->sd_lock_status & SD_UNLOCK_POW_ON) {
4504 sd_card->sd_lock_status |= (SD_UNLOCK_POW_ON | SD_SDR_RST);
4509 ~(SD_UNLOCK_POW_ON | SD_SDR_RST);
4514 sd_card->sd_lock_status &= ~(SD_UNLOCK_POW_ON | SD_SDR_RST);
H A Dsd.h130 #define SD_UNLOCK_POW_ON 0x01 macro

Completed in 200 milliseconds