Searched refs:EE_READONLY (Results 1 – 3 of 3) sorted by relevance
29 #define EE_READONLY 0x08 /* forbid writing */ macro 446 pd->flags |= EE_READONLY; in eeprom_93xx46_probe_fw() 513 edev->nvmem_config.read_only = pd->flags & EE_READONLY; in eeprom_93xx46_probe() 532 (pd->flags & EE_READONLY) ? "(readonly)" : ""); in eeprom_93xx46_probe() 534 if (!(pd->flags & EE_READONLY)) { in eeprom_93xx46_probe() 547 if (!(edev->pdata->flags & EE_READONLY)) in eeprom_93xx46_remove()
372 chip->flags |= EE_READONLY; in at25_fw_to_chip() 504 at25->nvmem_config.read_only = at25->chip.flags & EE_READONLY; in at25_probe() 525 (at25->chip.flags & EE_READONLY) ? " (readonly)" : "", in at25_probe()
22 #define EE_READONLY 0x0008 /* disallow writes */ macro