Home
last modified time | relevance | path

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

/openbmc/qemu/hw/block/
H A Dpflash_cfi01.c58 #define PFLASH_SECURE 1 macro
668 if ((pfl->features & (1 << PFLASH_SECURE)) && !attrs.secure) { in pflash_mem_read_with_attrs()
682 if ((pfl->features & (1 << PFLASH_SECURE)) && !attrs.secure) { in pflash_mem_write_with_attrs()
927 DEFINE_PROP_BIT("secure", PFlashCFI01, features, PFLASH_SECURE, 0),