Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx_old/
Daic7xxx_proc.c213 size += sprintf(BLS, " BIOS Memory Address: 0x%08x\n", p->bios_address); in aic7xxx_proc_info()
/drivers/scsi/aic7xxx/
Daic7xxx_osm.h367 uint32_t bios_address; member
Daic79xx_osm.h362 uint32_t bios_address; member
/drivers/scsi/
Daic7xxx_old.c975 unsigned int bios_address; member
9345 temp_p->bios_address = 0; in aic7xxx_detect()
9811 temp_p->bios_address = 0xcc000; in aic7xxx_detect()
9812 temp_p->bios_address += (0x4000 * (temp_p->bios_control & 0x07)); in aic7xxx_detect()
9816 temp_p->bios_address = 0xd0000; in aic7xxx_detect()
9817 temp_p->bios_address += (0x8000 * (temp_p->bios_control & 0x06)); in aic7xxx_detect()
9854 temp_p->bios_address = 0xe0000; in aic7xxx_detect()
9857 temp_p->bios_address = 0xc8000; in aic7xxx_detect()
9860 temp_p->bios_address = 0xd0000; in aic7xxx_detect()
9863 temp_p->bios_address = 0xd8000; in aic7xxx_detect()
[all …]