Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-mvebu.c118 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()
796 if (mvchip->soc_variant == MVEBU_GPIO_SOC_VARIANT_A8K) { in mvebu_pwm_probe()
823 if (mvchip->soc_variant == MVEBU_GPIO_SOC_VARIANT_A8K) { in mvebu_pwm_probe()
973 switch (mvchip->soc_variant) { in mvebu_gpio_suspend()
1025 switch (mvchip->soc_variant) { in mvebu_gpio_resume()
1087 if (mvchip->soc_variant == MVEBU_GPIO_SOC_VARIANT_ARMADAXP) { in mvebu_gpio_probe_raw()
1131 int soc_variant; in mvebu_gpio_probe() local
[all …]
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dhwinit-common.c65 u32 soc_variant = (omap_rev & 0xF0000000) >> 28; in omap_rev_string() local
103 if (soc_variant) in omap_rev_string()