Home
last modified time | relevance | path

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

/external/coreboot/util/inteltool/
Dgpio.c7 typedef struct { uint16_t addr; uint32_t def; } gpio_default_t; typedef
246 static const gpio_default_t ip_pch_desktop_defaults[] = {
265 static const gpio_default_t ip_pch_mobile_defaults[] = {
336 static const gpio_default_t cp_pch_desktop_defaults[] = {
354 static const gpio_default_t cp_pch_mobile_defaults[] = {
372 static const gpio_default_t pp_pch_desktop_defaults[] = {
390 static const gpio_default_t pp_pch_mobile_defaults[] = {
831 const gpio_default_t *gpio_defaults = NULL; in print_gpios()