Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/cpu/broadwell/
H A Dpinctrl_broadwell.c111 struct pin_info *conf, int conf_count, int gpio_conf[], in broadwell_pinctrl_read_pins() argument
147 gpio_conf[gpio] = val | in broadwell_pinctrl_read_pins()
157 int gpio_conf[], int count) in broadwell_pinctrl_commit() argument
167 int confnum = gpio_conf[gpio] & CONF_MASK; in broadwell_pinctrl_commit()
192 pirq2apic |= gpio_conf[gpio] >> PIRQ_SHIFT; in broadwell_pinctrl_commit()
212 int gpio_conf[MAX_GPIOS]; in broadwell_pinctrl_probe() local
252 ret = broadwell_pinctrl_read_pins(dev, conf, conf_count, gpio_conf, in broadwell_pinctrl_probe()
260 broadwell_pinctrl_commit(regs, conf, gpio_conf, ARRAY_SIZE(conf)); in broadwell_pinctrl_probe()