Searched refs:rridx (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbman_private.h150 uint8_t rridx, vbit; member in struct:bm_mc
H A Dbman_low.c388 mc->rridx = (uint8_t)((mc->cr->__dont_write_directly__verb & BM_MCC_VERB_VBIT) ?
390 mc->vbit = (uint8_t)(mc->rridx ? BM_MCC_VERB_VBIT : 0);
442 dcbit_ro(mc->rr + mc->rridx);
452 struct bm_mc_result *rr = mc->rr + mc->rridx;
461 mc->rridx ^= 1;
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqman_private.h181 uint8_t rridx, vbit; member in struct:qm_mc
H A Dqman_low.h1041 mc->rridx = (uint8_t)((mc->cr->__dont_write_directly__verb & QM_MCC_VERB_VBIT) ?
1043 mc->vbit = (uint8_t)(mc->rridx ? QM_MCC_VERB_VBIT : 0);
1092 dcbit_ro(mc->rr + mc->rridx);
1101 struct qm_mc_result *rr = mc->rr + mc->rridx;
1112 mc->rridx ^= 1;

Completed in 167 milliseconds