Lines Matching defs:regno
1466 fas_reg_tracing(struct fas *fas, int type, int regno, uint32_t what)
1469 fas->f_reg_trace[fas->f_reg_trace_index++] = regno;
1482 int regno = (uintptr_t)&fasreg->fas_cmd - (uintptr_t)fasreg;
1488 fas_reg_tracing(fas, 0, regno, cmd);
1496 int regno = (uintptr_t)p - (uintptr_t)fas->f_reg;
1500 EPRINTF2("writing reg%x = %x\n", regno, what);
1501 fas_reg_tracing(fas, 1, regno, what);
1510 int regno = (uintptr_t)p - (uintptr_t)fas->f_reg;
1514 EPRINTF2("reading reg%x => %x\n", regno, what);
1515 fas_reg_tracing(fas, 2, regno, what);
1533 int regno = (uintptr_t)p - (uintptr_t)fas->f_dma;
1534 EPRINTF2("writing dma reg%x = %x\n", regno, what);
1535 fas_reg_tracing(fas, 3, regno, what);
1548 int regno = (uintptr_t)p - (uintptr_t)fas->f_dma;
1549 EPRINTF2("reading dma reg%x => %x\n", regno, what);
1550 fas_reg_tracing(fas, 4, regno, what);