Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/mediatek/
H A Dmtk-pmic-wrap.c74 #define PWRAP_CAP_DCM BIT(2) macro
1881 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
1893 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
1919 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
1932 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
1945 .caps = PWRAP_CAP_BRIDGE | PWRAP_CAP_RESET | PWRAP_CAP_DCM,
1958 .caps = PWRAP_CAP_RESET | PWRAP_CAP_DCM,
1983 .caps = PWRAP_CAP_DCM,
2102 if (HAS_CAP(wrp->master->caps, PWRAP_CAP_DCM)) { in pwrap_probe()