Searched refs:wp_on (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c43 static int wp_on = 1; variable
44 module_param(wp_on, int, 0444);
1213 if ((ctrl->features & BRCMNAND_HAS_WP) && wp_on == 1) {
1623 if (wp_on) /* hide WP status */
2801 wp_on = dev_read_u32_default(dev, "write-protect", wp_on);
2805 if (wp_on == 2)
2808 wp_on = 0;

Completed in 37 milliseconds