Searched refs:offset_max (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/drivers/gpu/drm/radeon/ |
D | mkregtable.c | 558 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/ |
D | uaccess_pt.c | 230 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/ |
D | zalon.c | 42 .offset_max = 8,
|
D | NCR_Q720.c | 29 .offset_max = 8,
|
D | ncr53c8xx.h | 477 unsigned char offset_max; member
|
D | aic7xxx_old.c | 3508 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()
|
D | ncr53c8xx.c | 8352 np->maxoffs = device->chip.offset_max;
|
/linux-2.6.39/drivers/scsi/sym53c8xx_2/ |
D | sym_defs.h | 54 u_char offset_max; member
|
D | sym_glue.c | 1375 np->maxoffs = dev->chip.offset_max; in sym_attach()
|