Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/nxp/
H A Dpinctrl-s32cc.c35 #define S32_MSCR_PUS BIT(12) 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()
491 *config &= ~S32_MSCR_PUS; in s32_pin_set_pull()
498 *mask |= S32_MSCR_PUS | S32_MSCR_PUE; in s32_pin_set_pull()