Searched refs:bios_low (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/scsi/ |
D | ips.c | 2061 if (ha->nvram->bios_low[3] == 0) { in ips_host_info() 2066 ha->nvram->bios_low[0], ha->nvram->bios_low[1], in ips_host_info() 2067 ha->nvram->bios_low[2]); in ips_host_info() 2074 ha->nvram->bios_low[0], ha->nvram->bios_low[1], in ips_host_info() 2075 ha->nvram->bios_low[2], ha->nvram->bios_low[3]); in ips_host_info() 5617 ha->nvram->bios_high[3], ha->nvram->bios_low[0], in ips_write_driver_status() 5618 ha->nvram->bios_low[1], ha->nvram->bios_low[2], in ips_write_driver_status() 5619 ha->nvram->bios_low[3]); in ips_write_driver_status() 5629 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
|