Home
last modified time | relevance | path

Searched refs:bios_low (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/scsi/
Dips.c2080 if (ha->nvram->bios_low[3] == 0) { in ips_host_info()
2085 ha->nvram->bios_low[0], ha->nvram->bios_low[1], in ips_host_info()
2086 ha->nvram->bios_low[2]); in ips_host_info()
2093 ha->nvram->bios_low[0], ha->nvram->bios_low[1], in ips_host_info()
2094 ha->nvram->bios_low[2], ha->nvram->bios_low[3]); in ips_host_info()
5707 ha->nvram->bios_high[3], ha->nvram->bios_low[0], in ips_write_driver_status()
5708 ha->nvram->bios_low[1], ha->nvram->bios_low[2], in ips_write_driver_status()
5709 ha->nvram->bios_low[3]); in ips_write_driver_status()
5719 strncpy((char *) ha->nvram->bios_low, ha->bios_version + 4, 4); in ips_write_driver_status()
Dips.h780 uint8_t bios_low[4]; member