Searched refs:GPIO_PIN (Results 1 – 5 of 5) sorted by relevance
79 #define GPIO_PIN(gpio) ((gpio & GPIO_PIN_MASK) >> GPIO_PIN_OFFSET) macro81 #define GPIO_PIN_VALID(gpio) (GPIO_PIN(gpio) < GPIO_BANK_PINS)
53 gpio, GPIO_BANK(gpio), GPIO_PIN(gpio)); in gpio_is_valid()
141 #define GPIO_PIN(_bank, _pin) ((_bank << 5) + _pin) macro
74 #define GPIO_PHY_RST GPIO_PIN(3, 7)
29 #define GPIO_PIN 0x00 macro2047 unsigned int val = ingenic_gpio_read_reg(jzgc, GPIO_PIN); in ingenic_gpio_get_value()