Lines Matching refs:first_pin
31 unsigned int first_pin; member
53 unsigned int addr = (offset + exar_gpio->first_pin) / 8 ? in exar_set_direction()
55 unsigned int bit = (offset + exar_gpio->first_pin) % 8; in exar_set_direction()
76 unsigned int addr = (offset + exar_gpio->first_pin) / 8 ? in exar_get_direction()
78 unsigned int bit = (offset + exar_gpio->first_pin) % 8; in exar_get_direction()
89 unsigned int addr = (offset + exar_gpio->first_pin) / 8 ? in exar_get_value()
91 unsigned int bit = (offset + exar_gpio->first_pin) % 8; in exar_get_value()
100 unsigned int addr = (offset + exar_gpio->first_pin) / 8 ? in exar_set_value()
102 unsigned int bit = (offset + exar_gpio->first_pin) % 8; in exar_set_value()
123 u32 first_pin, ngpios; in gpio_exar_probe() local
136 &first_pin); in gpio_exar_probe()
168 exar_gpio->first_pin = first_pin; in gpio_exar_probe()