Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci-host/
H A Dastro.h52 uint64_t error_config; member
/openbmc/linux/drivers/parisc/
H A Dlba_pci.c207 error_config = READ_REG32(d->hba.base_addr + LBA_ERROR_CONFIG); \
228 WRITE_REG32(error_config | LBA_SMART_MODE, d->hba.base_addr + LBA_ERROR_CONFIG); \
327 WRITE_REG32(error_config, base + LBA_ERROR_CONFIG); \
342 u32 error_config = 0; /* used by LBA_CFG_SETUP/RESTORE */ in lba_rd_cfg() local
409 u32 error_config = 0; in lba_wr_cfg() local
/openbmc/qemu/hw/pci-host/
H A Dastro.c117 val = s->error_config; in elroy_chip_read_with_attrs()
186 put_val_in_int64(&s->error_config, addr, size, val); in elroy_chip_write_with_attrs()
480 VMSTATE_UINT64(error_config, ElroyState),