Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/mediatek/
H A Dmtk-pmic-wrap.c82 #define PWRAP_CAP_DCM BIT(2) macro
2279 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
2291 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
2317 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
2330 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
2356 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
2369 .caps = PWRAP_CAP_BRIDGE | PWRAP_CAP_RESET | PWRAP_CAP_DCM,
2382 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
2433 .caps = PWRAP_CAP_DCM,
2569 if (HAS_CAP(wrp->master->caps, PWRAP_CAP_DCM)) { in pwrap_probe()