Searched refs:tcfn (Results 1 – 1 of 1) sorted by relevance
256 const struct csr_func *tcfn, *cfn = NULL; in csr_insn() local301 tcfn = &csr_funcs[i]; in csr_insn()302 if ((tcfn->base <= csr_num) && in csr_insn()303 (csr_num < (tcfn->base + tcfn->count))) { in csr_insn()304 cfn = tcfn; in csr_insn()