Home
last modified time | relevance | path

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

/linux/drivers/soc/mediatek/
H A Dmtk-pmic-wrap.c82 #define PWRAP_CAP_DCM BIT(2) 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,
2429 .caps = PWRAP_CAP_DCM,
2527 if (HAS_CAP(wrp->master->caps, PWRAP_CAP_DCM)) { in pwrap_probe()