Searched refs:tcfn (Results 1 – 1 of 1) sorted by relevance
253 const struct csr_func *tcfn, *cfn = NULL; in csr_insn() local298 tcfn = &csr_funcs[i]; in csr_insn()299 if ((tcfn->base <= csr_num) && in csr_insn()300 (csr_num < (tcfn->base + tcfn->count))) { in csr_insn()301 cfn = tcfn; in csr_insn()