Searched refs:SR_SRWD (Results 1 – 4 of 4) sorted by relevance
86 if (sr & SR_SRWD) { in atmel_set_global_protection()87 sr &= ~SR_SRWD; in atmel_set_global_protection()104 sr |= SR_SRWD; in atmel_set_global_protection()
218 status_new |= SR_SRWD; in spi_nor_sr_lock()301 status_new &= ~SR_SRWD; in spi_nor_sr_unlock()
126 #define SR_SRWD BIT(7) /* SR write protect */ macro
82 #define SR_SRWD 0x80 /* SR write protect */ macro
Completed in 8 milliseconds