Lines Matching refs:soc_variant
118 int soc_variant; member
143 switch (mvchip->soc_variant) { in mvebu_gpioreg_edge_cause()
189 switch (mvchip->soc_variant) { in mvebu_gpioreg_edge_mask()
239 switch (mvchip->soc_variant) { in mvebu_gpioreg_level_mask()
793 if (mvchip->soc_variant == MVEBU_GPIO_SOC_VARIANT_A8K) { in mvebu_pwm_probe()
820 if (mvchip->soc_variant == MVEBU_GPIO_SOC_VARIANT_A8K) { in mvebu_pwm_probe()
970 switch (mvchip->soc_variant) { in mvebu_gpio_suspend()
1022 switch (mvchip->soc_variant) { in mvebu_gpio_resume()
1084 if (mvchip->soc_variant == MVEBU_GPIO_SOC_VARIANT_ARMADAXP) { in mvebu_gpio_probe_raw()
1121 int soc_variant; in mvebu_gpio_probe() local
1127 soc_variant = (unsigned long) match->data; in mvebu_gpio_probe()
1129 soc_variant = MVEBU_GPIO_SOC_VARIANT_ORION; in mvebu_gpio_probe()
1161 mvchip->soc_variant = soc_variant; in mvebu_gpio_probe()
1178 if (soc_variant == MVEBU_GPIO_SOC_VARIANT_A8K) in mvebu_gpio_probe()
1189 switch (soc_variant) { in mvebu_gpio_probe()