Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/include/asm/arch-coreboot/
H A Dsysinfo.h46 int num_gpios; member
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/
H A Dtables.c78 info->num_gpios = (gpios->count < SYSINFO_MAX_GPIOS) ? in cb_parse_gpios()
81 for (i = 0; i < info->num_gpios; i++) in cb_parse_gpios()
/rk3399_rockchip-uboot/arch/x86/cpu/broadwell/
H A Dpinctrl_broadwell.c112 int num_gpios) in broadwell_pinctrl_read_pins() argument
135 if (gpio >= num_gpios) { in broadwell_pinctrl_read_pins()