Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-th1520.c35 #define TH1520_PADCFG_SL BIT(8) macro
645 enabled = value & TH1520_PADCFG_SL; in th1520_pinconf_get()
724 mask |= TH1520_PADCFG_SL; in th1520_pinconf_set()
726 value |= TH1520_PADCFG_SL; in th1520_pinconf_set()
728 value &= ~TH1520_PADCFG_SL; in th1520_pinconf_set()