Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dhpsa_cmd.h662 __le32 misc_fw_support; /* offset 0x78 */ member
Dhpsa.c7248 u32 misc_fw_support; in hpsa_kdump_hard_reset_controller() local
7306 misc_fw_support = readl(&cfgtable->misc_fw_support); in hpsa_kdump_hard_reset_controller()
7307 use_doorbell = misc_fw_support & MISC_FW_DOORBELL_RESET2; in hpsa_kdump_hard_reset_controller()
7311 use_doorbell = misc_fw_support & MISC_FW_DOORBELL_RESET; in hpsa_kdump_hard_reset_controller()
7667 h->fw_support = readl(&(h->cfgtable->misc_fw_support)); in hpsa_find_board_params()