Re: [PATCH v4 09/16] ufs: core: mcq: Configure operation and runtime interface

From: Bart Van Assche
Date: Wed Nov 09 2022 - 16:39:58 EST


On 11/9/22 11:41, Asutosh Das wrote:
Runtime and operation registers are defined per Submission
and Completion queue.
The location of these registers is not defined in the spec;
meaning the offsets and stride may vary for different
HC vendors. Establish the stride, base address and doorbell
address offsets from vendor host driver and program it.

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>