Home
last modified time | relevance | path

Searched refs:boot_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/mtd/devices/
Dst_spi_fsm.c1982 uint32_t boot_device; /* Value we read from *boot_device_reg */ in stfsm_fetch_platform_configs() local
2006 ret = regmap_read(regmap, boot_device_reg, &boot_device); in stfsm_fetch_platform_configs()
2010 if (boot_device != boot_device_spi) in stfsm_fetch_platform_configs()
/Linux-v4.19/Documentation/driver-api/
Dslimbus.rst88 Another notification "boot_device" is used to notify the slim_driver when
/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c320 Mpi2BootDeviceSasWwid_t *boot_device) in _scsih_srch_boot_sas_address() argument
322 return (sas_address == le64_to_cpu(boot_device->SASAddress)) ? 1 : 0; in _scsih_srch_boot_sas_address()
334 Mpi2BootDeviceDeviceName_t *boot_device) in _scsih_srch_boot_device_name() argument
336 return (device_name == le64_to_cpu(boot_device->DeviceName)) ? 1 : 0; in _scsih_srch_boot_device_name()
349 Mpi2BootDeviceEnclosureSlot_t *boot_device) in _scsih_srch_boot_encl_slot() argument
351 return (enclosure_logical_id == le64_to_cpu(boot_device-> in _scsih_srch_boot_encl_slot()
352 EnclosureLogicalID) && slot_number == le16_to_cpu(boot_device-> in _scsih_srch_boot_encl_slot()
370 Mpi2BiosPage2BootDevice_t *boot_device) in _scsih_is_boot_device() argument
379 sas_address, &boot_device->SasWwid); in _scsih_is_boot_device()
386 slot, &boot_device->EnclosureSlot); in _scsih_is_boot_device()
[all …]