Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.c1232 u_char usrsync; member
3937 tp->usrsync = driver_setup.default_sync; in ncr_prepare_setting()
5181 if (tp->usrsync != 255) { in ncr_init()
5182 if (tp->usrsync <= np->maxsync) { in ncr_init()
5183 if (tp->usrsync < np->minsync) { in ncr_init()
5184 tp->usrsync = np->minsync; in ncr_init()
5188 tp->usrsync = 255; in ncr_init()
5224 u_long minsync = tp->usrsync; in ncr_negotiate()
8333 tp->usrsync = period;