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

/linux-master/drivers/staging/rts5208/
H A Dsd.c1294 if ((sd_card->sd_lock_status & SD_SDR_RST) &&
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);
4611 sd_card->sd_lock_status |= SD_SDR_RST;
4616 sd_card->sd_lock_status &= ~SD_SDR_RST;
4623 sd_card->sd_lock_status &= ~SD_SDR_RST;
H A Dsd.h131 #define SD_SDR_RST 0x02 macro

Completed in 277 milliseconds