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