Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sd/
H A Dsd.c152 bool wp_switch; member
917 sd->wp_switch = sd->blk ? !blk_is_writable(sd->blk) : false; in sd_reset()
938 return sd->wp_switch; in sd_get_readonly()
1247 set_pwd || clr_pwd || lock || sd->wp_switch || in sd_lock_command()