Home
last modified time | relevance | path

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

/openbmc/qemu/hw/block/
H A Dm25p80.c487 uint32_t enh_volatile_cfg; member
828 s->enh_volatile_cfg = s->data[0]; in complete_collecting_data()
897 s->enh_volatile_cfg = 0; in reset_memory()
898 s->enh_volatile_cfg |= EVCFG_OUT_DRIVER_STRENGTH_DEF; in reset_memory()
899 s->enh_volatile_cfg |= EVCFG_VPP_ACCELERATOR; in reset_memory()
900 s->enh_volatile_cfg |= EVCFG_RESET_HOLD_ENABLED; in reset_memory()
902 s->enh_volatile_cfg |= EVCFG_DUAL_IO_DISABLED; in reset_memory()
905 s->enh_volatile_cfg |= EVCFG_QUAD_IO_DISABLED; in reset_memory()
940 if (!(s->enh_volatile_cfg & EVCFG_QUAD_IO_DISABLED)) { in numonyx_mode()
1415 s->data[0] = s->enh_volatile_cfg & 0xFF; in decode_new_cmd()
[all …]