lkml.org 
[lkml]   [2019]   [Mar]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH V2 08/10] mmc: cqhci: add CQHCI_SSC1 register CBC field mask
    Date
    This patch adds define for CBC field mask of the register
    CQHCI_SSC1.

    Tested-by: Jon Hunter <jonathanh@nvidia.com>
    Acked-by: Adrian Hunter <adrian.hunter@intel.com>
    Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com>
    ---
    drivers/mmc/host/cqhci.h | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/mmc/host/cqhci.h b/drivers/mmc/host/cqhci.h
    index 981158da3326..9fb2bb638884 100644
    --- a/drivers/mmc/host/cqhci.h
    +++ b/drivers/mmc/host/cqhci.h
    @@ -88,6 +88,7 @@

    /* send status config 1 */
    #define CQHCI_SSC1 0x40
    +#define CQHCI_SSC1_CBC_MASK GENMASK(19, 16)

    /* send status config 2 */
    #define CQHCI_SSC2 0x44
    --
    2.7.4
    \
     
     \ /
      Last update: 2019-03-11 19:03    [W:5.954 / U:0.120 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site