Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/soc/mediatek/
Dmtk-pmic-wrap.c80 #define PWRAP_CAP_DCM BIT(2) macro
1986 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
1998 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
2024 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
2050 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
2063 .caps = PWRAP_CAP_BRIDGE | PWRAP_CAP_RESET | PWRAP_CAP_DCM,
2076 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
2114 .caps = PWRAP_CAP_DCM,
2226 if (HAS_CAP(wrp->master->caps, PWRAP_CAP_DCM)) { in pwrap_probe()