Searched refs:seltime (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx.h1076 int seltime; member in struct:ahc_softc
H A Daic79xx.h1234 int seltime; member in struct:ahd_softc
H A Daic7xxx_osm.c355 " seltime:<int> Selection Timeout\n"
363 " options aic7xxx 'aic7xxx=probe_eisa_vl.tag_info:{{}.{.10}}.seltime:1'\n"
1043 { "seltime", &aic7xxx_seltime },
1219 ahc->seltime = (aic7xxx_seltime & 0x3) << 4;
H A Daic79xx_core.c7238 && (ahd->seltime != STIMESEL_MIN)) {
7244 sxfrctl1 |= ahd->seltime + STIMESEL_BUG_ADJ;
7246 sxfrctl1 |= ahd->seltime;
7250 ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN);
H A Daic79xx_osm.c335 " seltime:<int> Selection Timeout:\n"
344 " options aic79xx 'aic79xx=verbose.tag_info:{{}.{}.{..10}}.seltime:1'\n"
1139 { "seltime", &aic79xx_seltime },
1307 ahd->seltime = (aic79xx_seltime & 0x3) << 4;
H A Daic7xxx_core.c5072 |term|ahc->seltime

Completed in 79 milliseconds