Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rts5208/
Dsd.c675 sd_card->sd_lock_status |= SD_LOCKED;
677 sd_card->sd_lock_status &= ~SD_LOCKED;
680 sd_card->sd_lock_status);
1360 if ((sd_card->sd_lock_status & SD_SDR_RST) &&
2121 sd_card->sd_lock_status = 0;
2437 if (sd_card->sd_lock_status & SD_UNLOCK_POW_ON)
2594 if (sd_card->sd_lock_status & SD_LOCKED) {
2595 sd_card->sd_lock_status |= (SD_LOCK_1BIT_MODE | SD_PWD_EXIST);
2597 } else if (!(sd_card->sd_lock_status & SD_UNLOCK_POW_ON)) {
2598 sd_card->sd_lock_status &= ~SD_PWD_EXIST;
[all …]
Drtsx_scsi.c445 } else if (sd_card->sd_lock_status & SD_LOCKED) { in test_unit_ready()
887 if (sd_card->sd_lock_status & SD_LOCKED) { in read_write()
1662 if (sd_card->sd_lock_status & SD_LOCKED) { in get_dev_status()
1666 if (sd_card->sd_lock_status & SD_PWD_EXIST) in get_dev_status()
Drtsx_card.h1036 (sd_card->sd_lock_status & SD_LOCKED)) in get_card_size()
Drtsx_chip.h526 u8 sd_lock_status; member