Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pinctrl/nxp/
Dpinctrl-s32cc.c36 #define S32_MSCR_PUE BIT(13) macro
485 *config &= ~(S32_MSCR_PUS | S32_MSCR_PUE); in s32_pin_set_pull()
488 *config |= S32_MSCR_PUS | S32_MSCR_PUE; in s32_pin_set_pull()
492 *config |= S32_MSCR_PUE; in s32_pin_set_pull()
498 *mask |= S32_MSCR_PUS | S32_MSCR_PUE; in s32_pin_set_pull()