Searched refs:CARD_IS_LOCKED (Results 1 – 3 of 3) sorted by relevance
42 #define CARD_IS_LOCKED (1 << 25) macro
671 FIELD(CSR, CARD_IS_LOCKED, 25, 1)1234 if (!(sd->card_status & CARD_IS_LOCKED) || sd->blk_len > 1 || in sd_lock_command()1242 sd->card_status &= ~CARD_IS_LOCKED; in sd_lock_command()1266 (((sd->card_status & CARD_IS_LOCKED) && lock) || in sd_lock_command()1267 (!(sd->card_status & CARD_IS_LOCKED) && !lock)))) { in sd_lock_command()1282 sd->card_status |= CARD_IS_LOCKED; in sd_lock_command()1284 sd->card_status &= ~CARD_IS_LOCKED; in sd_lock_command()2232 if (sd->card_status & CARD_IS_LOCKED) { in sd_do_command()
217 if (cardstatus & CARD_IS_LOCKED) in OBJECT_DECLARE_SIMPLE_TYPE()