Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/intel/
H A Dpinctrl-intel.c85 #define PADCFG1_TERM_UP BIT(13) macro
621 if (!term || !(value & PADCFG1_TERM_UP)) in intel_config_get_pull()
647 if (!term || value & PADCFG1_TERM_UP) in intel_config_get_pull()
796 up = PADCFG1_TERM_UP; in intel_config_set_pull()
840 value = (value & ~PADCFG1_TERM_UP) | up; in intel_config_set_pull()