Searched defs:shiftValue (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/pm8001/
H A Dpm8001_hwi.c343 * @shiftValue : shifting value in memory bar.
345 int pm8001_bar4_shift(struct pm8001_hba_info *pm8001_ha, u32 shiftValue) argument
351 pm8001_cw32(pm8001_ha, 1, SPC_IBW_AXI_TRANSLATION_LOW, shiftValue);
357 } while ((regVal != shiftValue) && time_before(jiffies, start));
359 if (regVal != shiftValue) {

Completed in 16 milliseconds