Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sd/
H A Dsd.c1217 int erase, lock, clr_pwd, set_pwd, pwd_len; in sd_lock_command() local
1220 clr_pwd = sd->data[0] & 0x02; in sd_lock_command()
1235 set_pwd || clr_pwd || lock || sd->wp_switch || in sd_lock_command()
1263 (clr_pwd && (set_pwd || lock)) || in sd_lock_command()
1265 (!set_pwd && !clr_pwd && in sd_lock_command()
1277 if (clr_pwd) { in sd_lock_command()