Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/soc/mediatek/
Dmtk-pmic-wrap.c74 #define PWRAP_CAP_DCM BIT(2) macro
1769 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
1781 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
1794 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
1807 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
1820 .caps = PWRAP_CAP_BRIDGE | PWRAP_CAP_RESET | PWRAP_CAP_DCM,
1833 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
1858 .caps = PWRAP_CAP_DCM,
1974 if (HAS_CAP(wrp->master->caps, PWRAP_CAP_DCM)) { in pwrap_probe()