Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_amd_ibs.c53 int offset_max; member
486 .offset_max = MSR_AMD64_IBSFETCH_REG_COUNT,
510 .offset_max = MSR_AMD64_IBSOP_REG_COUNT,
525 int offset, size, check_rip, offset_max, throttle = 0; in perf_ibs_handle_irq() local
556 offset_max = perf_ibs->offset_max; in perf_ibs_handle_irq()
558 offset_max = 2; in perf_ibs_handle_irq()
560 offset_max = 1; in perf_ibs_handle_irq()
565 perf_ibs->offset_max, in perf_ibs_handle_irq()
567 } while (offset < offset_max); in perf_ibs_handle_irq()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dmkregtable.c545 unsigned offset_max; member
571 t->offset_max = 0; in table_init()
606 t->nentry = ((t->offset_max >> 2) + 31) / 32; in table_build()
686 if (o > t->offset_max) in parser_auth()
687 t->offset_max = o; in parser_auth()
692 if (t->offset_max < last_reg) in parser_auth()
693 t->offset_max = last_reg; in parser_auth()
/linux-4.1.27/drivers/scsi/
Dzalon.c42 .offset_max = 8,
DNCR_Q720.c29 .offset_max = 8,
Dncr53c8xx.h473 unsigned char offset_max; member
Dncr53c8xx.c8348 np->maxoffs = device->chip.offset_max;
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
Dsym_defs.h54 u_char offset_max; member
Dsym_glue.c1300 np->maxoffs = dev->chip.offset_max; in sym_attach()