Lines Matching refs:first_pin
34 unsigned int first_pin; member
56 unsigned int addr = (offset + exar_gpio->first_pin) / 8 ? in exar_set_direction()
58 unsigned int bit = (offset + exar_gpio->first_pin) % 8; in exar_set_direction()
79 unsigned int addr = (offset + exar_gpio->first_pin) / 8 ? in exar_get_direction()
81 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()
164 exar_gpio->first_pin = first_pin; in gpio_exar_probe()