HomeSort by: relevance | last modified time | path
    Searched defs:gpioconf (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/arm/xscale/
pxa2x0_com.c 77 struct pxa2x0_gpioconf *gpioconf; local in function:pxauart_match
85 gpioconf = CPU_IS_PXA250 ? pxa25x_com_ffuart_gpioconf :
92 gpioconf = CPU_IS_PXA250 ? pxa25x_com_stuart_gpioconf :
99 gpioconf = CPU_IS_PXA250 ? pxa25x_com_btuart_gpioconf :
108 gpioconf = pxa25x_com_hwuart_gpioconf;
114 for (i = 0; gpioconf[i].pin != -1; i++) {
115 gpio = pxa2x0_gpio_get_function(gpioconf[i].pin);
116 if (GPIO_FN(gpio) != GPIO_FN(gpioconf[i].value) ||
117 GPIO_FN_IS_OUT(gpio) != GPIO_FN_IS_OUT(gpioconf[i].value))
pxa2x0_ac97.c 233 struct pxa2x0_gpioconf *gpioconf; local in function:pxaacu_match
241 gpioconf = CPU_IS_PXA250 ? pxa25x_pxaacu_gpioconf :
243 for (i = 0; gpioconf[i].pin != -1; i++) {
244 gpio = pxa2x0_gpio_get_function(gpioconf[i].pin);
245 if (GPIO_FN(gpio) != GPIO_FN(gpioconf[i].value) ||
246 GPIO_FN_IS_OUT(gpio) != GPIO_FN_IS_OUT(gpioconf[i].value))
  /src/sys/arch/evbarm/gumstix/
gxmci.c 76 struct pxa2x0_gpioconf *gpioconf; local in function:pxamci_match
87 gpioconf =
89 for (i = 0; gpioconf[i].pin != -1; i++) {
90 reg = pxa2x0_gpio_get_function(gpioconf[i].pin);
91 if (GPIO_FN(reg) != GPIO_FN(gpioconf[i].value) ||
92 GPIO_FN_IS_OUT(reg) != GPIO_FN_IS_OUT(gpioconf[i].value))
gxpcic.c 129 struct pxa2x0_gpioconf *gpioconf; local in function:gxpcic_match
140 gpioconf = CPU_IS_PXA250 ? pxa25x_pcic_gpioconf :
142 for (i = 0; gpioconf[i].pin != -1; i++) {
143 reg = pxa2x0_gpio_get_function(gpioconf[i].pin);
144 if (GPIO_FN(reg) != GPIO_FN(gpioconf[i].value) ||
145 GPIO_FN_IS_OUT(reg) != GPIO_FN_IS_OUT(gpioconf[i].value)) {
146 if (!CPU_IS_PXA250 && gpioconf[i].pin == 111)
  /src/sys/arch/evbarm/g42xxeb/
g42xxeb_mci.c 126 struct pxa2x0_gpioconf *gpioconf[] = { local in function:pxamci_attach
135 pxa2x0_gpio_config(gpioconf);

Completed in 14 milliseconds