Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhpsa_cmd.h676 __le32 misc_fw_support; /* offset 0x78 */ member
H A Dhpsa.c7298 u32 misc_fw_support; in hpsa_kdump_hard_reset_controller() local
7356 misc_fw_support = readl(&cfgtable->misc_fw_support); in hpsa_kdump_hard_reset_controller()
7357 use_doorbell = misc_fw_support & MISC_FW_DOORBELL_RESET2; in hpsa_kdump_hard_reset_controller()
7361 use_doorbell = misc_fw_support & MISC_FW_DOORBELL_RESET; in hpsa_kdump_hard_reset_controller()
7716 h->fw_support = readl(&(h->cfgtable->misc_fw_support)); in hpsa_find_board_params()