Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mfd/
Dstw481x.h19 #define STW_CONF1_PDN_VMMC 0x01U macro
/linux-4.1.27/drivers/regulator/
Dstw481x-vmmc.c50 .enable_mask = STW_CONF1_PDN_VMMC,
/linux-4.1.27/drivers/mfd/
Dstw481x.c99 (val & STW_CONF1_PDN_VMMC) ? "ON" : "disabled"); in stw481x_startup()