Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/
A Dncr53c8xx.c1216 /*3*/ u_char minsync; member
1222 /*0*/ u_char minsync; member
3785 np->minsync = 25; in ncr_prepare_setting()
3951 np->minsync < 12 ? 40 : (np->minsync < 25 ? 20 : 10), in ncr_prepare_setting()
5231 if (minsync < 12) minsync = 12; in ncr_negotiate()
5238 if (minsync < np->minsync) in ncr_negotiate()
5239 minsync = np->minsync; in ncr_negotiate()
5246 minsync = 255; in ncr_negotiate()
5251 tp->minsync = minsync; in ncr_negotiate()
6746 tp->minsync = 0; in ncr_int_sir()
[all …]
/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/
A Dsym_hipd.c739 if (np->minsync < 25 &&
741 np->minsync = 25;
742 else if (np->minsync < 12 &&
744 np->minsync = 12;
1392 if (goal->period < np->minsync)
1393 goal->period = np->minsync;
3970 if (per < np->minsync)
3971 {chg = 1; per = np->minsync;}
4099 unsigned char minsync = dt ? np->minsync_dt : np->minsync; local
4100 if (per < minsync) {
[all …]
A Dsym_glue.c930 if (uc->data < np->minsync) in sym_exec_user_command()
931 uc->data = np->minsync; in sym_exec_user_command()
1166 (int) (np->minsync_dt ? np->minsync_dt : np->minsync), in sym_show_info()
1898 if (period <= np->minsync && spi_width(starget)) in sym2_set_period()
A Dsym_nvram.c63 np->minsync = nvram->data.parisc.factor; in sym_nvram_setup_host()
A Dsym_hipd.h914 u_char minsync; /* Min sync period factor (ST) */ member

Completed in 28 milliseconds