Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/soc/qcom/
Dcpr.c93 #define RBCPR_RESULT0_BUSY_SHIFT 19 macro
94 #define RBCPR_RESULT0_BUSY_MASK BIT(RBCPR_RESULT0_BUSY_SHIFT)
1600 busy = (reg >> RBCPR_RESULT0_BUSY_SHIFT) & 0x01; in cpr_debug_info_show()