Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pmdomain/qcom/
H A Dcpr.c92 #define RBCPR_RESULT0_BUSY_SHIFT 19 macro
93 #define RBCPR_RESULT0_BUSY_MASK BIT(RBCPR_RESULT0_BUSY_SHIFT)
1599 busy = (reg >> RBCPR_RESULT0_BUSY_SHIFT) & 0x01; in cpr_debug_info_show()