Searched defs:gpio_bank (Results 1 – 9 of 9) sorted by relevance
72 struct gpio_bank { struct74 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 …]
452 struct gpio_bank { struct453 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;
353 struct gpio_bank { struct354 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;
10 struct gpio_bank { struct11 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];
363 struct gpio_bank { struct364 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;
154 uint8_t gpio_bank, gpio_num; in sch5545_get_gpio() local
18 uint8_t gpio_bank, gpio_num; in sch5545_get_gpio() local
739 int gpio_bank = gpio / 8; in pc8736x_gpio_set() local