Searched refs:HBA_RST (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/mvsas/
H A Dmv_64xx.c155 if (!(tmp & HBA_RST)) {
174 if (!(tmp & HBA_RST)) {
176 mw32_f(MVS_GBL_CTL, HBA_RST);
184 if (!(mr32(MVS_GBL_CTL) & HBA_RST))
187 if (mr32(MVS_GBL_CTL) & HBA_RST) {
259 /* make sure RST is set; HBA_RST /should/ have done that for us */
H A Dmv_defs.h73 HBA_RST = (1U << 0), /* HBA reset */ enumerator in enum:hw_register_bits

Completed in 359 milliseconds