Lines Matching refs:GPIO_bit
54 unsigned long gafr, mask = GPIO_bit(gpio); in __mfp_config_gpio()
238 gpio_desc[i].mask = GPIO_bit(i); in pxa25x_mfp_init()
324 if (GPIO_bit(i) & 0x1e4) in pxa27x_mfp_init()
328 gpio_desc[i].mask = GPIO_bit(i); in pxa27x_mfp_init()
358 (GPDR(i) & GPIO_bit(i))) { in pxa2xx_mfp_suspend()
359 if (GPLR(i) & GPIO_bit(i)) in pxa2xx_mfp_suspend()
360 PGSR(gpio_to_bank(i)) |= GPIO_bit(i); in pxa2xx_mfp_suspend()
362 PGSR(gpio_to_bank(i)) &= ~GPIO_bit(i); in pxa2xx_mfp_suspend()
379 if ((gpdr_lpm[gpio_to_bank(i)] & GPIO_bit(i)) || in pxa2xx_mfp_suspend()
381 (saved_gpdr[gpio_to_bank(i)] & GPIO_bit(i)))) in pxa2xx_mfp_suspend()
382 GPDR(i) |= GPIO_bit(i); in pxa2xx_mfp_suspend()
384 GPDR(i) &= ~GPIO_bit(i); in pxa2xx_mfp_suspend()