Home
last modified time | relevance | path

Searched defs:gpio_bank (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra/
H A Dgpio.h72 struct gpio_bank { struct
74 u32 config[GPIO_PORTS_PER_BANK];
75 u32 out_enable[GPIO_PORTS_PER_BANK];
76 u32 out_value[GPIO_PORTS_PER_BANK];
77 u32 in_value[GPIO_PORTS_PER_BANK];
78 u32 int_status[GPIO_PORTS_PER_BANK];
79 u32 int_enable[GPIO_PORTS_PER_BANK];
80 u32 int_level[GPIO_PORTS_PER_BANK];
81 u32 int_clear[GPIO_PORTS_PER_BANK];
84 u32 config_mask[GPIO_PORTS_PER_BANK];
[all …]
/aosp_15_r20/external/coreboot/util/inteltool/
H A Dgpio.c452 struct gpio_bank { struct
453 const uint32_t gpio_count;
454 const u8* gpio_to_pad;
455 const unsigned long pad_base_offset;
456 const char* gpio_name;
457 const char ** func_names;
/aosp_15_r20/external/coreboot/src/soc/intel/baytrail/include/soc/
H A Dgpio.h353 struct gpio_bank { struct
354 const int gpio_count;
355 const u8 *gpio_to_pad;
356 const int legacy_base;
357 const unsigned long pad_base;
358 const u8 has_wake_en :1;
359 const u8 gpio_f1_range_start;
360 const u8 gpio_f1_range_end;
/aosp_15_r20/external/coreboot/src/soc/samsung/exynos5420/include/soc/
H A Dgpio.h10 struct gpio_bank { struct
11 unsigned int con;
12 unsigned int dat;
13 unsigned int pull;
14 unsigned int drv;
15 unsigned int pdn_con;
16 unsigned int pdn_pull;
17 unsigned char res1[8];
/aosp_15_r20/external/coreboot/src/soc/samsung/exynos5250/include/soc/
H A Dgpio.h10 struct gpio_bank { struct
11 unsigned int con;
12 unsigned int dat;
13 unsigned int pull;
14 unsigned int drv;
15 unsigned int pdn_con;
16 unsigned int pdn_pull;
17 unsigned char res1[8];
/aosp_15_r20/external/coreboot/src/soc/intel/braswell/include/soc/
H A Dgpio.h363 struct gpio_bank { struct
364 const int gpio_count;
365 const u8 *gpio_to_pad;
366 const unsigned long pad_base;
367 const u8 has_gpe_en:1;
368 const u8 has_wake_en:1;
/aosp_15_r20/external/coreboot/src/superio/smsc/sch5545/
H A Dsch5545_early_init.c154 uint8_t gpio_bank, gpio_num; in sch5545_get_gpio() local
H A Dsuperio.c18 uint8_t gpio_bank, gpio_num; in sch5545_get_gpio() local
/aosp_15_r20/external/flashrom/
H A Dboard_enable.c739 int gpio_bank = gpio / 8; in pc8736x_gpio_set() local