Searched refs:pstep (Results 1 – 3 of 3) sorted by relevance
243 #define pstep(x, step) (((x)&smask(step))^(((x)>>step)&smask(step))) macro244 #define parity_char(x) pstep(pstep(pstep((x), 4), 2), 1)
1041 struct fbtc_steps *pstep = NULL; in _show_fbtc_step() local1055 pstep = &pfwinfo->rpt_fbtc_step.finfo; in _show_fbtc_step()1057 if (pcinfo->req_fver != pstep->fver || !pstep->cnt) in _show_fbtc_step()1060 if (pstep->cnt <= FCXDEF_STEP) in _show_fbtc_step()1063 n_begin = pstep->cnt - FCXDEF_STEP + 1; in _show_fbtc_step()1065 n_end = pstep->cnt; in _show_fbtc_step()1073 type = pstep->step[array_idx].type; in _show_fbtc_step()1074 val = pstep->step[array_idx].val; in _show_fbtc_step()1075 diff_t = pstep->step[array_idx].difft; in _show_fbtc_step()