Searched refs:bios_low (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/scsi/ |
D | ips.c | 2043 if (ha->nvram->bios_low[3] == 0) { in ips_host_info() 2048 ha->nvram->bios_low[0], ha->nvram->bios_low[1], in ips_host_info() 2049 ha->nvram->bios_low[2]); in ips_host_info() 2056 ha->nvram->bios_low[0], ha->nvram->bios_low[1], in ips_host_info() 2057 ha->nvram->bios_low[2], ha->nvram->bios_low[3]); in ips_host_info() 5599 ha->nvram->bios_high[3], ha->nvram->bios_low[0], in ips_write_driver_status() 5600 ha->nvram->bios_low[1], ha->nvram->bios_low[2], in ips_write_driver_status() 5601 ha->nvram->bios_low[3]); in ips_write_driver_status() 5611 memcpy((char *) ha->nvram->bios_low, ha->bios_version + 4, 4); in ips_write_driver_status()
|
D | ips.h | 761 uint8_t bios_low[4]; member
|