Home
last modified time | relevance | path

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

/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v2_hw.c307 #define CMD_HDR_RESET_OFF 7 macro
308 #define CMD_HDR_RESET_MSK (0x1 << CMD_HDR_RESET_OFF)
2539 dw1 |= 1 << CMD_HDR_RESET_OFF; in prep_ata_v2_hw()
H A Dhisi_sas_v3_hw.c371 #define CMD_HDR_RESET_OFF 7 macro
372 #define CMD_HDR_RESET_MSK (0x1 << CMD_HDR_RESET_OFF)
1453 dw1 |= 1 << CMD_HDR_RESET_OFF; in prep_ata_v3_hw()