Home
last modified time | relevance | path

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

/drivers/scsi/
Dfdomain.c389 static int bios_major; variable
522 if (bios_major < 0 && bios_minor < 0) { in print_banner()
528 if (bios_major >= 0) printk("%d.", bios_major); in print_banner()
571 bios_major = bios_minor = -1; /* Use geometry for BIOS version >= 3.4 */ in fdomain_setup()
703 bios_major = signatures[j].major_bios_version; in fdomain_isa_detect()
716 if (bios_major == 2) { in fdomain_isa_detect()
881 bios_major = bios_minor = -1; in fdomain_pci_bios_detect()
950 if (PCI_bus || (bios_major == 3 && bios_minor >= 2) || bios_major < 0) { in __fdomain_16x0_detect()
1650 if (bios_major == 2) { in fdomain_16x0_biosparam()
1671 } else if (bios_major == 3 in fdomain_16x0_biosparam()
Dfd_mcs.c224 #define bios_major (HOSTDATA(shpnt)->_bios_major) macro
/drivers/scsi/aic94xx/
Daic94xx_sds.c113 u8 bios_major; member
255 asd_ha->hw_prof.bios.maj = bc_struct->bios_major; in asd_get_bios_chim()