Home
last modified time | relevance | path

Searched refs:SYSINFO_MAX_GPIOS (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/arch-coreboot/
H A Dsysinfo.h16 #define SYSINFO_MAX_GPIOS 8 macro
46 struct cb_gpio gpios[SYSINFO_MAX_GPIOS];
/openbmc/u-boot/arch/x86/cpu/coreboot/
H A Dtables.c77 info->num_gpios = (gpios->count < SYSINFO_MAX_GPIOS) ? in cb_parse_gpios()
78 (gpios->count) : SYSINFO_MAX_GPIOS; in cb_parse_gpios()