Home
last modified time | relevance | path

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

/linux/include/linux/spi/
H A Deeprom.h22 #define EE_READONLY 0x0008 /* disallow writes */ macro
/linux/drivers/misc/eeprom/
H A Dat25.c372 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()