Lines Matching refs:GPIO_bit
57 unsigned long gafr, mask = GPIO_bit(gpio); in __mfp_config_gpio()
241 gpio_desc[i].mask = GPIO_bit(i); in pxa25x_mfp_init()
327 if (GPIO_bit(i) & 0x1e4) in pxa27x_mfp_init()
331 gpio_desc[i].mask = GPIO_bit(i); in pxa27x_mfp_init()
361 (GPDR(i) & GPIO_bit(i))) { in pxa2xx_mfp_suspend()
362 if (GPLR(i) & GPIO_bit(i)) in pxa2xx_mfp_suspend()
363 PGSR(gpio_to_bank(i)) |= GPIO_bit(i); in pxa2xx_mfp_suspend()
365 PGSR(gpio_to_bank(i)) &= ~GPIO_bit(i); in pxa2xx_mfp_suspend()
382 if ((gpdr_lpm[gpio_to_bank(i)] & GPIO_bit(i)) || in pxa2xx_mfp_suspend()
384 (saved_gpdr[gpio_to_bank(i)] & GPIO_bit(i)))) in pxa2xx_mfp_suspend()
385 GPDR(i) |= GPIO_bit(i); in pxa2xx_mfp_suspend()
387 GPDR(i) &= ~GPIO_bit(i); in pxa2xx_mfp_suspend()