Home
last modified time | relevance | path

Searched refs:ngpio (Results 1 – 6 of 6) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/gpio/
Dgpio-mockup-sysfs.sh109 ngpio=`cat $chip/ngpio`
110 printf "%-10s %-5s %-5s\n" $name $base $ngpio
111 if [ $ngpio = "0" ]; then
115 test_one_pin $(($base + $ngpio - 1))
116 test_one_pin $((( RANDOM % $ngpio ) + $base ))
/external/u-boot/drivers/gpio/
Dzynq_gpio.c113 u16 ngpio; member
121 .ngpio = ZYNQMP_GPIO_NR_GPIOS,
139 .ngpio = ZYNQ_GPIO_NR_GPIOS,
191 return gpio < priv->p_data->ngpio; in gpio_is_valid()
368 uc_priv->gpio_count = priv->p_data->ngpio; in zynq_gpio_probe()
Dpca953x.c31 uint8_t ngpio; member
47 return pca953x_chip_ngpios[i].ngpio; in pca953x_ngpio()
/external/u-boot/arch/arm/dts/
Dkeystone.dtsi262 ti,ngpio = <32>;
Dda850.dtsi540 ti,ngpio = <144>;
/external/u-boot/
DREADME835 chip-ngpio pairs that tell the PCA953X driver the number of