Home
last modified time | relevance | path

Searched refs:offset_max (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/radeon/
Dmkregtable.c113 unsigned offset_max; member
139 t->offset_max = 0; in table_init()
174 t->nentry = ((t->offset_max >> 2) + 31) / 32; in table_build()
254 if (o > t->offset_max) in parser_auth()
255 t->offset_max = o; in parser_auth()
260 if (t->offset_max < last_reg) in parser_auth()
261 t->offset_max = last_reg; in parser_auth()
/Linux-v5.4/arch/x86/events/amd/
Dibs.c91 int offset_max; member
538 .offset_max = MSR_AMD64_IBSFETCH_REG_COUNT,
563 .offset_max = MSR_AMD64_IBSOP_REG_COUNT,
578 int offset, size, check_rip, offset_max, throttle = 0; in perf_ibs_handle_irq() local
617 offset_max = perf_ibs->offset_max; in perf_ibs_handle_irq()
619 offset_max = 3; in perf_ibs_handle_irq()
621 offset_max = 1; in perf_ibs_handle_irq()
626 perf_ibs->offset_max, in perf_ibs_handle_irq()
628 } while (offset < offset_max); in perf_ibs_handle_irq()
/Linux-v5.4/drivers/scsi/
Dzalon.c43 .offset_max = 8,
Dncr53c8xx.h461 unsigned char offset_max; member
Dncr53c8xx.c8339 np->maxoffs = device->chip.offset_max;
/Linux-v5.4/drivers/scsi/sym53c8xx_2/
Dsym_defs.h41 u_char offset_max; member
Dsym_glue.c1287 np->maxoffs = dev->chip.offset_max; in sym_attach()