Searched refs:tcfn (Results 1 – 1 of 1) sorted by relevance
279 const struct csr_func *tcfn, *cfn = NULL; in csr_insn() local324 tcfn = &csr_funcs[i]; in csr_insn()325 if ((tcfn->base <= csr_num) && in csr_insn()326 (csr_num < (tcfn->base + tcfn->count))) { in csr_insn()327 cfn = tcfn; in csr_insn()