Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-th1520.c34 #define TH1520_PADCFG_IE BIT(9) macro
637 enabled = value & TH1520_PADCFG_IE; in th1520_pinconf_get()
710 mask |= TH1520_PADCFG_IE; in th1520_pinconf_set()
712 value |= TH1520_PADCFG_IE; in th1520_pinconf_set()
714 value &= ~TH1520_PADCFG_IE; in th1520_pinconf_set()
835 return th1520_padcfg_rmw(thp, offset, TH1520_PADCFG_IE, in th1520_gpio_set_direction()
836 input ? TH1520_PADCFG_IE : 0); in th1520_gpio_set_direction()