Home
last modified time | relevance | path

Searched refs:nr_gpio (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/spi/
Dtle62x0.c31 unsigned int nr_gpio; member
47 if (st->nr_gpio == 16) { in tle62x0_write()
57 return spi_write(st->us, buff, (st->nr_gpio == 16) ? 3 : 2); in tle62x0_write()
66 .len = (st->nr_gpio * 2) / 8, in tle62x0_read()
117 for (ptr = 0; ptr < (st->nr_gpio * 2)/8; ptr += 1) { in tle62x0_status_show()
124 for (ptr = 0; ptr < st->nr_gpio; ptr++) { in tle62x0_status_show()
262 st->nr_gpio = pdata->gpio_count; in tle62x0_probe()
301 for (ptr = 0; ptr < st->nr_gpio; ptr++) in tle62x0_remove()
/linux-2.6.39/arch/arm/mach-w90x900/
Dgpio.c35 #define NUC900_GPIO_CHIP(name, base_gpio, nr_gpio) \ argument
44 .ngpio = nr_gpio, \
/linux-2.6.39/arch/arm/mach-at91/
Dgpio.c48 #define AT91_GPIO_CHIP(name, base_gpio, nr_gpio) \ argument
58 .ngpio = nr_gpio, \