Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/spi/
H A Deeprom.h22 #define EE_READONLY 0x0008 /* disallow writes */ macro
/openbmc/linux/include/linux/
H A Deeprom_93xx46.h12 #define EE_READONLY 0x08 /* forbid writing */ macro
/openbmc/linux/drivers/misc/eeprom/
H A Deeprom_93xx46.c455 pd->flags |= EE_READONLY; in eeprom_93xx46_probe_dt()
528 edev->nvmem_config.read_only = pd->flags & EE_READONLY; in eeprom_93xx46_probe()
547 (pd->flags & EE_READONLY) ? "(readonly)" : ""); in eeprom_93xx46_probe()
549 if (!(pd->flags & EE_READONLY)) { in eeprom_93xx46_probe()
562 if (!(edev->pdata->flags & EE_READONLY)) in eeprom_93xx46_remove()
H A Dat25.c375 chip->flags |= EE_READONLY; in at25_fw_to_chip()
489 at25->nvmem_config.read_only = at25->chip.flags & EE_READONLY; in at25_probe()
510 (at25->chip.flags & EE_READONLY) ? " (readonly)" : "", in at25_probe()