Searched refs:ecc_status (Results 1 – 3 of 3) sorted by relevance
532 static inline void print_ecc_enable_status(uint32_t ecc_status) in print_ecc_enable_status() argument534 uint8_t ecc_en_type = ecc_status & GENMASK(1, 0); in print_ecc_enable_status()535 bool ecc_type = ecc_status & BIT(8) ? true : false; in print_ecc_enable_status()559 io96b_ctrl->ecc_status = false; in ecc_enable_status()576 io96b_ctrl->ecc_status = ecc_stat; in ecc_enable_status()583 if (ecc_stat != io96b_ctrl->ecc_status) { in ecc_enable_status()592 io96b_ctrl->ecc_status ? "enabled" : "disabled", in ecc_enable_status()593 io96b_ctrl->ecc_status && io96b_ctrl->is_inline_ecc ? " (inline ECC)" : ""); in ecc_enable_status()
424 if (io96b_ctrl.ecc_status) { in agilex5_ddr_init()
209 bool ecc_status; member