Searched refs:part_cfg (Results 1 – 1 of 1) sorted by relevance
159 const struct gpio_pca_series_part_config *part_cfg; /* config of part unmber */ member210 return cfg->part_cfg->regs[reg_type]; in gpio_pca_series_reg_get_addr()276 return gpio_pca_series_reg_size_per_port(dev, reg_type) * cfg->part_cfg->port_no; in gpio_pca_series_reg_size()413 if (cfg->part_cfg->cache_map[reg_type] == PCA_REG_INVALID) { in gpio_pca_series_reg_cache_offset()416 return cfg->part_cfg->cache_map[reg_type] * cfg->part_cfg->port_no; in gpio_pca_series_reg_cache_offset()616 cfg->part_cfg->flags & PCA_HAS_OUT_CONFIG ? in gpio_pca_series_reg_cache_mini_reset()690 if (cfg->part_cfg->flags & PCA_HAS_LATCH) { in gpio_pca_series_reset()695 if (cfg->part_cfg->flags & PCA_HAS_PULL) { in gpio_pca_series_reset()699 if (cfg->part_cfg->flags & PCA_HAS_OUT_CONFIG) { in gpio_pca_series_reset()703 if (cfg->part_cfg->flags & PCA_HAS_INT_MASK) { in gpio_pca_series_reset()[all …]