Searched refs:rec_wfcs (Results 1 – 1 of 1) sorted by relevance
118 unsigned int rec_wfcs; in do_ast_peci_ping() local157 rec_wfcs = readl(AST_PECI_CAP_FCS) & 0xFF; in do_ast_peci_ping()158 if (exp_wfcs != rec_wfcs) in do_ast_peci_ping()159 printf("Mismatched WFCS: %02x, expected %02x\n", rec_wfcs, exp_wfcs); in do_ast_peci_ping()177 unsigned int rec_wfcs; in do_ast_peci_getdib() local232 rec_wfcs = readl(AST_PECI_CAP_FCS) & 0xFF; in do_ast_peci_getdib()233 if (exp_wfcs != rec_wfcs) { in do_ast_peci_getdib()235 rec_wfcs, exp_wfcs); in do_ast_peci_getdib()