Home
last modified time | relevance | path

Searched refs:maxoffs (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dncr53c8xx.c1230 /*3*/ u_char maxoffs; member
1235 /*0*/ u_char maxoffs; member
1691 u_char maxoffs; /* Max scsi offset */ member
4088 tp->maxoffs ? tp->minsync : 0, tp->maxoffs); in ncr_prepare_nego()
5398 if (tp->maxoffs > np->maxoffs) in ncr_negotiate()
5399 tp->maxoffs = np->maxoffs; in ncr_negotiate()
5402 tp->maxoffs = (minsync<255 ? tp->maxoffs : 0); in ncr_negotiate()
6901 if (ofs > tp->maxoffs) in ncr_int_sir()
6902 {chg = 1; ofs = tp->maxoffs;} in ncr_int_sir()
8348 np->maxoffs = device->chip.offset_max;
[all …]
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c1403 if (goal->offset > np->maxoffs)
1404 goal->offset = np->maxoffs;
3978 if (ofs > np->maxoffs)
3979 {chg = 1; ofs = np->maxoffs;}
4104 unsigned char maxoffs = dt ? np->maxoffs_dt : np->maxoffs; local
4105 if (ofs > maxoffs) {
4107 ofs = maxoffs;
4346 if (tp->tgoal.offset > np->maxoffs)
4347 tp->tgoal.offset = np->maxoffs;
Dsym_hipd.h929 u_char maxoffs; /* Max scsi offset (ST) */ member
Dsym_glue.c957 tp->tgoal.offset = np->maxoffs; in sym_exec_user_command()
1300 np->maxoffs = dev->chip.offset_max; in sym_attach()
/linux-4.4.14/drivers/video/fbdev/sis/
Dsis_main.c3063 u32 maxoffs = ivideo->video_size - ivideo->hwcursor_size - ivideo->cmdQueueSize; in sisfb_getheapstart() local
3096 def = maxoffs - 0x8000; in sisfb_getheapstart()
3100 if((!ret) || (ret > maxoffs) || (ivideo->cardnumber != 0)) in sisfb_getheapstart()