Home
last modified time | relevance | path

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

/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c210 if (!np->maxwide) in sym_reset_scsi_bus()
677 np->maxwide = (np->features & FE_WIDE) ? 1 : 0;
906 tp->usr_width = np->maxwide;
4078 if (wide > np->maxwide) {
4080 wide = np->maxwide;
4215 if (wide > np->maxwide) {
4217 wide = np->maxwide;
H A Dsym_nvram.c65 np->maxwide = nvram->data.parisc.width; in sym_nvram_setup_host()
H A Dsym_hipd.h913 u_char maxwide; /* Maximum transfer width */ member