Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dstw481x-vmmc.c49 .enable_mask = STW_CONF1_PDN_VMMC | STW_CONF1_MMC_LS_STATUS,
50 .enable_val = STW_CONF1_PDN_VMMC,
/openbmc/linux/include/linux/mfd/
H A Dstw481x.h18 #define STW_CONF1_PDN_VMMC 0x01U macro
/openbmc/linux/drivers/mfd/
H A Dstw481x.c100 (val & STW_CONF1_PDN_VMMC) ? "ON" : "disabled"); in stw481x_startup()