Home
last modified time | relevance | path

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

/linux/drivers/soc/mediatek/
H A Dmtk-pmic-wrap.c81 #define PWRAP_CAP_RESET BIT(1) macro
2275 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
2287 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
2313 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
2326 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
2352 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
2365 .caps = PWRAP_CAP_BRIDGE | PWRAP_CAP_RESET | PWRAP_CAP_DCM,
2378 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
2497 if (HAS_CAP(wrp->master->caps, PWRAP_CAP_RESET)) { in pwrap_probe()