Searched refs:seltime (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 1079 int seltime; member
|
H A D | aic79xx.h | 1228 int seltime; member
|
H A D | aic7xxx_osm.c | 350 " seltime:<int> Selection Timeout\n" 358 " options aic7xxx 'aic7xxx=probe_eisa_vl.tag_info:{{}.{.10}}.seltime:1'\n" 1023 { "seltime", &aic7xxx_seltime }, in aic7xxx_setup() 1202 ahc->seltime = (aic7xxx_seltime & 0x3) << 4; in ahc_platform_alloc()
|
H A D | aic79xx_core.c | 7226 && (ahd->seltime != STIMESEL_MIN)) { in ahd_chip_init() 7232 sxfrctl1 |= ahd->seltime + STIMESEL_BUG_ADJ; in ahd_chip_init() 7234 sxfrctl1 |= ahd->seltime; in ahd_chip_init() 7238 ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN); in ahd_chip_init()
|
H A D | aic79xx_osm.c | 340 " seltime:<int> Selection Timeout:\n" 349 " options aic79xx 'aic79xx=verbose.tag_info:{{}.{}.{..10}}.seltime:1'\n" 1147 { "seltime", &aic79xx_seltime }, in aic79xx_setup() 1318 ahd->seltime = (aic79xx_seltime & 0x3) << 4; in ahd_platform_alloc()
|
H A D | aic7xxx_core.c | 5079 |term|ahc->seltime in ahc_chip_init()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 1077 int seltime; member
|
H A D | aic79xx.h | 1228 int seltime; member
|
H A D | aic7xxx_osm.c | 351 " seltime:<int> Selection Timeout\n" 359 " options aic7xxx 'aic7xxx=probe_eisa_vl.tag_info:{{}.{.10}}.seltime:1'\n" 1022 { "seltime", &aic7xxx_seltime }, in aic7xxx_setup() 1201 ahc->seltime = (aic7xxx_seltime & 0x3) << 4; in ahc_platform_alloc()
|
H A D | aic79xx_core.c | 7225 && (ahd->seltime != STIMESEL_MIN)) { in ahd_chip_init() 7231 sxfrctl1 |= ahd->seltime + STIMESEL_BUG_ADJ; in ahd_chip_init() 7233 sxfrctl1 |= ahd->seltime; in ahd_chip_init() 7237 ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN); in ahd_chip_init()
|
H A D | aic79xx_osm.c | 340 " seltime:<int> Selection Timeout:\n" 349 " options aic79xx 'aic79xx=verbose.tag_info:{{}.{}.{..10}}.seltime:1'\n" 1141 { "seltime", &aic79xx_seltime }, in aic79xx_setup() 1312 ahd->seltime = (aic79xx_seltime & 0x3) << 4; in ahd_platform_alloc()
|
H A D | aic7xxx_core.c | 5078 |term|ahc->seltime in ahc_chip_init()
|
Completed in 60 milliseconds