Home
last modified time | relevance | path

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

/openbmc/u-boot/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()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dtda1004x.c1185 int gpio_conf; in tda1004x_sleep() local
1196 gpio_conf = state->config->gpio_config; in tda1004x_sleep()
1197 if (gpio_conf >= TDA10046_GP00_I) in tda1004x_sleep()
1199 (gpio_conf & 0x0f) ^ 0x0a); in tda1004x_sleep()