Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dhpsa_cmd.h661 __le32 misc_fw_support; /* offset 0x78 */ member
Dhpsa.c7180 u32 misc_fw_support; in hpsa_kdump_hard_reset_controller() local
7238 misc_fw_support = readl(&cfgtable->misc_fw_support); in hpsa_kdump_hard_reset_controller()
7239 use_doorbell = misc_fw_support & MISC_FW_DOORBELL_RESET2; in hpsa_kdump_hard_reset_controller()
7243 use_doorbell = misc_fw_support & MISC_FW_DOORBELL_RESET; in hpsa_kdump_hard_reset_controller()
7599 h->fw_support = readl(&(h->cfgtable->misc_fw_support)); in hpsa_find_board_params()