Searched refs:GPIO_MASK2 (Results 1 – 1 of 1) sorted by relevance
23 #define GPIO_MASK2(gpio) (0xc0000000 >> ((gpio) * 2)) macro110 clrbits32(®s->osrl, GPIO_MASK2(gpio)); in ppc4xx_gpio_dir_in()111 clrbits32(®s->tsrl, GPIO_MASK2(gpio)); in ppc4xx_gpio_dir_in()113 clrbits32(®s->osrh, GPIO_MASK2(gpio)); in ppc4xx_gpio_dir_in()114 clrbits32(®s->tsrh, GPIO_MASK2(gpio)); in ppc4xx_gpio_dir_in()143 clrbits32(®s->osrl, GPIO_MASK2(gpio)); in ppc4xx_gpio_dir_out()144 clrbits32(®s->tsrl, GPIO_MASK2(gpio)); in ppc4xx_gpio_dir_out()146 clrbits32(®s->osrh, GPIO_MASK2(gpio)); in ppc4xx_gpio_dir_out()147 clrbits32(®s->tsrh, GPIO_MASK2(gpio)); in ppc4xx_gpio_dir_out()
Completed in 4 milliseconds