Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dncr53c8xx.c1242 u_char usrsync; member
3974 tp->usrsync = driver_setup.default_sync; in ncr_prepare_setting()
5331 if (tp->usrsync != 255) { in ncr_init()
5332 if (tp->usrsync <= np->maxsync) { in ncr_init()
5333 if (tp->usrsync < np->minsync) { in ncr_init()
5334 tp->usrsync = np->minsync; in ncr_init()
5338 tp->usrsync = 255; in ncr_init()
5374 u_long minsync = tp->usrsync; in ncr_negotiate()
8547 tp->usrsync = period;