Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmvmfp.h84 #define MFP_PULL_NONE MFP(0x0000, 0, 0, 0, 0, 0, 0) macro
/openbmc/linux/include/linux/soc/pxa/
H A Dmfp.h394 #define MFP_PULL_NONE (0x0 << 21) macro
403 MFP_LPM_EDGE_NONE | MFP_PULL_NONE)
/openbmc/linux/drivers/soc/pxa/
H A Dmfp.c189 if (likely(pull == MFP_PULL_NONE)) { in mfp_config()