Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/isci/
H A Dprobe_roms.c96 ISCI_ROM_SIG, in isci_request_oprom()
128 if (strncmp(ISCI_ROM_SIG, data->hdr.signature, in isci_request_firmware()
129 strlen(ISCI_ROM_SIG)) != 0) in isci_request_firmware()
223 ISCI_ROM_SIG, in isci_get_efi_var()
H A Dprobe_roms.h184 #define ISCI_ROM_SIG "ISCUOEMB" macro