Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ssi/
H A Dxlnx-versal-ospi.h98 bool dac_enable; member
/openbmc/qemu/hw/ssi/
H A Dxlnx-versal-ospi.c1654 return s->dac_with_indac || !s->dac_enable; in ospi_is_indac_active()
1667 && s->dac_enable) { in ospi_dac_read()
1695 s->dac_enable) { in ospi_dac_write()
1732 s->dac_enable = level; in ospi_update_dac_status()
1816 VMSTATE_BOOL(dac_enable, XlnxVersalOspi),