Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dhpsa_cmd.h663 __le32 misc_fw_support; /* offset 0x78 */ member
H A Dhpsa.c7270 u32 misc_fw_support; in hpsa_kdump_hard_reset_controller() local
7328 misc_fw_support = readl(&cfgtable->misc_fw_support); in hpsa_kdump_hard_reset_controller()
7329 use_doorbell = misc_fw_support & MISC_FW_DOORBELL_RESET2; in hpsa_kdump_hard_reset_controller()
7333 use_doorbell = misc_fw_support & MISC_FW_DOORBELL_RESET; in hpsa_kdump_hard_reset_controller()
7689 h->fw_support = readl(&(h->cfgtable->misc_fw_support)); in hpsa_find_board_params()