Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/
H A Dpeci.c119 unsigned int exp_wfcs; in do_ast_peci_ping() local
156 exp_wfcs = readl(AST_PECI_EXP_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()
178 unsigned int exp_wfcs; in do_ast_peci_getdib() local
231 exp_wfcs = readl(AST_PECI_EXP_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()