Searched refs:GPIO_MASK2 (Results 1 – 1 of 1) sorted by relevance
23 #define GPIO_MASK2(gpio) (0xc0000000 >> ((gpio) * 2)) macro111 clrbits32(®s->osrl, GPIO_MASK2(gpio)); in ppc4xx_gpio_dir_in()112 clrbits32(®s->tsrl, GPIO_MASK2(gpio)); in ppc4xx_gpio_dir_in()114 clrbits32(®s->osrh, GPIO_MASK2(gpio)); in ppc4xx_gpio_dir_in()115 clrbits32(®s->tsrh, GPIO_MASK2(gpio)); in ppc4xx_gpio_dir_in()144 clrbits32(®s->osrl, GPIO_MASK2(gpio)); in ppc4xx_gpio_dir_out()145 clrbits32(®s->tsrl, GPIO_MASK2(gpio)); in ppc4xx_gpio_dir_out()147 clrbits32(®s->osrh, GPIO_MASK2(gpio)); in ppc4xx_gpio_dir_out()148 clrbits32(®s->tsrh, GPIO_MASK2(gpio)); in ppc4xx_gpio_dir_out()
Completed in 2 milliseconds