Searched refs:SD_LOCKED (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/staging/rts5208/
H A Dsd.c652 sd_card->sd_lock_status |= SD_LOCKED;
654 sd_card->sd_lock_status &= ~SD_LOCKED;
2465 if (sd_card->sd_lock_status & SD_LOCKED) {
4245 sd_lock_state &= SD_LOCKED;
4500 if (sd_lock_state ^ (sd_card->sd_lock_status & SD_LOCKED)) {
H A Drtsx_scsi.c434 } else if (sd_card->sd_lock_status & SD_LOCKED) {
873 if (sd_card->sd_lock_status & SD_LOCKED) {
1642 if (sd_card->sd_lock_status & SD_LOCKED) {
H A Dsd.h127 #define SD_LOCKED 0x80 macro
H A Drtsx_card.h1024 (sd_card->sd_lock_status & SD_LOCKED))

Completed in 238 milliseconds