Lines Matching refs:GPIO_bit
56 unsigned long gafr, mask = GPIO_bit(gpio); in __mfp_config_gpio()
236 gpio_desc[i].mask = GPIO_bit(i); in pxa25x_mfp_init()
322 if (GPIO_bit(i) & 0x1e4) in pxa27x_mfp_init()
326 gpio_desc[i].mask = GPIO_bit(i); in pxa27x_mfp_init()
356 (GPDR(i) & GPIO_bit(i))) { in pxa2xx_mfp_suspend()
357 if (GPLR(i) & GPIO_bit(i)) in pxa2xx_mfp_suspend()
358 PGSR(gpio_to_bank(i)) |= GPIO_bit(i); in pxa2xx_mfp_suspend()
360 PGSR(gpio_to_bank(i)) &= ~GPIO_bit(i); in pxa2xx_mfp_suspend()
377 if ((gpdr_lpm[gpio_to_bank(i)] & GPIO_bit(i)) || in pxa2xx_mfp_suspend()
379 (saved_gpdr[gpio_to_bank(i)] & GPIO_bit(i)))) in pxa2xx_mfp_suspend()
380 GPDR(i) |= GPIO_bit(i); in pxa2xx_mfp_suspend()
382 GPDR(i) &= ~GPIO_bit(i); in pxa2xx_mfp_suspend()