Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/agilex5/soc/
H A Dagilex5_iossm_mailbox.c552 uint32_t ecc_enable_interface; in ecc_enable_status() local
567 ecc_enable_interface = mmio_read_32(inst_ctrl->io96b_csr_addr + in ecc_enable_status()
570 print_ecc_enable_status(ecc_enable_interface); in ecc_enable_status()
572 ecc_stat = FIELD_GET(INTF_ECC_ENABLE_TYPE_MASK, ecc_enable_interface) != 0; in ecc_enable_status()
573 is_inline_ecc = FIELD_GET(INTF_ECC_TYPE_MASK, ecc_enable_interface); in ecc_enable_status()