Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/coreboot/
Dtables.c77 info->num_gpios = (gpios->count < SYSINFO_MAX_GPIOS) ? in cb_parse_gpios()
80 for (i = 0; i < info->num_gpios; i++) in cb_parse_gpios()
/external/u-boot/arch/x86/include/asm/arch-coreboot/
Dsysinfo.h45 int num_gpios; member
/external/u-boot/arch/x86/cpu/broadwell/
Dpinctrl_broadwell.c111 int num_gpios) in broadwell_pinctrl_read_pins() argument
134 if (gpio >= num_gpios) { in broadwell_pinctrl_read_pins()