Searched refs:EE_READONLY (Results 1 – 2 of 2) sorted by relevance
22 #define EE_READONLY 0x0008 /* disallow writes */ macro
372 chip->flags |= EE_READONLY; in at25_fw_to_chip()509 at25->nvmem_config.read_only = at25->chip.flags & EE_READONLY; in at25_probe()530 (at25->chip.flags & EE_READONLY) ? " (readonly)" : "", in at25_probe()