Searched refs:GPIO_MASK (Results 1 – 2 of 2) sorted by relevance
22 #define GPIO_MASK(gpio) (0x80000000 >> (gpio)) macro64 return !!(in_be32(®s->ir) & GPIO_MASK(gpio)); in ppc4xx_gpio_get()74 setbits32(®s->or, GPIO_MASK(gpio)); in __ppc4xx_gpio_set()76 clrbits32(®s->or, GPIO_MASK(gpio)); in __ppc4xx_gpio_set()104 clrbits32(®s->odr, GPIO_MASK(gpio)); in ppc4xx_gpio_dir_in()107 clrbits32(®s->tcr, GPIO_MASK(gpio)); in ppc4xx_gpio_dir_in()136 clrbits32(®s->odr, GPIO_MASK(gpio)); in ppc4xx_gpio_dir_out()139 setbits32(®s->tcr, GPIO_MASK(gpio)); in ppc4xx_gpio_dir_out()
2849 GPIO_MASK); in xgbe_phy_sfp_gpio_setup()