Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/radeon/
Dmkregtable.c558 unsigned offset_max; member
584 t->offset_max = 0; in table_init()
619 t->nentry = ((t->offset_max >> 2) + 31) / 32; in table_build()
699 if (o > t->offset_max) in parser_auth()
700 t->offset_max = o; in parser_auth()
705 if (t->offset_max < last_reg) in parser_auth()
706 t->offset_max = last_reg; in parser_auth()
/linux-2.6.39/arch/s390/lib/
Duaccess_pt.c230 unsigned long offset_from, offset_to, offset_max, pfn_from, pfn_to, in copy_in_user_pt() local
274 offset_max = max(offset_from, offset_to); in copy_in_user_pt()
275 size = min(n - done, PAGE_SIZE - offset_max); in copy_in_user_pt()
/linux-2.6.39/drivers/scsi/
Dzalon.c42 .offset_max = 8,
DNCR_Q720.c29 .offset_max = 8,
Dncr53c8xx.h477 unsigned char offset_max; member
Daic7xxx_old.c3508 unsigned long offset_min, offset_max; in aic7xxx_reset_channel() local
3520 offset_max = 16; in aic7xxx_reset_channel()
3528 offset_max = 8; in aic7xxx_reset_channel()
3535 offset_max = 16; in aic7xxx_reset_channel()
3539 offset_max = 8; in aic7xxx_reset_channel()
3544 while (offset_min < offset_max) in aic7xxx_reset_channel()
Dncr53c8xx.c8352 np->maxoffs = device->chip.offset_max;
/linux-2.6.39/drivers/scsi/sym53c8xx_2/
Dsym_defs.h54 u_char offset_max; member
Dsym_glue.c1375 np->maxoffs = dev->chip.offset_max; in sym_attach()