Searched refs:SR_SRWD (Results 1 – 4 of 4) sorted by relevance
88 if (sr & SR_SRWD) { in atmel_nor_set_global_protection()89 sr &= ~SR_SRWD; in atmel_nor_set_global_protection()106 sr |= SR_SRWD; in atmel_nor_set_global_protection()
223 status_new |= SR_SRWD; in spi_nor_sr_lock()306 status_new &= ~SR_SRWD; in spi_nor_sr_unlock()
111 #define SR_SRWD BIT(7) /* SR write protect */ macro
82 #define SR_SRWD 0x80 /* SR write protect */ macro