Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Dncr53c8xx.c1220 /*3*/ u_char maxoffs; member
1225 /*0*/ u_char maxoffs; member
4051 tp->maxoffs ? tp->minsync : 0, tp->maxoffs); in ncr_prepare_nego()
5248 if (tp->maxoffs > np->maxoffs) in ncr_negotiate()
5249 tp->maxoffs = np->maxoffs; in ncr_negotiate()
5252 tp->maxoffs = (minsync<255 ? tp->maxoffs : 0); in ncr_negotiate()
6727 if (ofs > tp->maxoffs) in ncr_int_sir()
6728 {chg = 1; ofs = tp->maxoffs;} in ncr_int_sir()
8344 if (offset > np->maxoffs)
8345 offset = np->maxoffs;
[all …]
/linux/drivers/scsi/sym53c8xx_2/
A Dsym_hipd.c1390 if (goal->offset > np->maxoffs)
1391 goal->offset = np->maxoffs;
3965 if (ofs > np->maxoffs)
3966 {chg = 1; ofs = np->maxoffs;}
4091 unsigned char maxoffs = dt ? np->maxoffs_dt : np->maxoffs; local
4092 if (ofs > maxoffs) {
4094 ofs = maxoffs;
4333 if (tp->tgoal.offset > np->maxoffs)
4334 tp->tgoal.offset = np->maxoffs;
A Dsym_hipd.h916 u_char maxoffs; /* Max scsi offset (ST) */ member
A Dsym_glue.c988 tp->tgoal.offset = np->maxoffs; in sym_exec_user_command()
1331 np->maxoffs = dev->chip.offset_max; in sym_attach()
/linux/drivers/video/fbdev/sis/
A Dsis_main.c3087 u32 maxoffs = ivideo->video_size - ivideo->hwcursor_size - ivideo->cmdQueueSize; in sisfb_getheapstart() local
3120 def = maxoffs - 0x8000; in sisfb_getheapstart()
3124 if((!ret) || (ret > maxoffs) || (ivideo->cardnumber != 0)) in sisfb_getheapstart()

Completed in 48 milliseconds