Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dncr53c8xx.c1226 /*3*/ u_char minsync; member
1232 /*0*/ u_char minsync; member
1689 u_char minsync; /* Minimum sync period factor */ member
3815 if (period <= 250) np->minsync = 10; in ncr_prepare_setting()
3816 else if (period <= 303) np->minsync = 11; in ncr_prepare_setting()
3817 else if (period <= 500) np->minsync = 12; in ncr_prepare_setting()
3818 else np->minsync = (period + 40 - 1) / 40; in ncr_prepare_setting()
3824 if (np->minsync < 25 && !(np->features & FE_ULTRA)) in ncr_prepare_setting()
3825 np->minsync = 25; in ncr_prepare_setting()
3988 np->minsync < 12 ? 40 : (np->minsync < 25 ? 20 : 10), in ncr_prepare_setting()
[all …]
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c744 if (period <= 250) np->minsync = 10;
745 else if (period <= 303) np->minsync = 11;
746 else if (period <= 500) np->minsync = 12;
747 else np->minsync = (period + 40 - 1) / 40;
752 if (np->minsync < 25 &&
754 np->minsync = 25;
755 else if (np->minsync < 12 &&
757 np->minsync = 12;
1405 if (goal->period < np->minsync)
1406 goal->period = np->minsync;
[all …]
Dsym_glue.c952 if (uc->data < np->minsync) in sym_exec_user_command()
953 uc->data = np->minsync; in sym_exec_user_command()
1188 (int) (np->minsync_dt ? np->minsync_dt : np->minsync), in sym_show_info()
1921 if (period <= np->minsync && spi_width(starget)) in sym2_set_period()
Dsym_nvram.c76 np->minsync = nvram->data.parisc.factor; in sym_nvram_setup_host()
Dsym_hipd.h927 u_char minsync; /* Min sync period factor (ST) */ member