Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-mvebu.c116 int soc_variant; member
141 switch (mvchip->soc_variant) { in mvebu_gpioreg_edge_cause()
187 switch (mvchip->soc_variant) { in mvebu_gpioreg_edge_mask()
237 switch (mvchip->soc_variant) { in mvebu_gpioreg_level_mask()
933 switch (mvchip->soc_variant) { in mvebu_gpio_suspend()
985 switch (mvchip->soc_variant) { in mvebu_gpio_resume()
1054 if (mvchip->soc_variant == MVEBU_GPIO_SOC_VARIANT_ARMADAXP) { in mvebu_gpio_probe_raw()
1091 int soc_variant; in mvebu_gpio_probe() local
1097 soc_variant = (unsigned long) match->data; in mvebu_gpio_probe()
1099 soc_variant = MVEBU_GPIO_SOC_VARIANT_ORION; in mvebu_gpio_probe()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dhwinit-common.c64 u32 soc_variant = (omap_rev & 0xF0000000) >> 28; in omap_rev_string() local
88 if (soc_variant) in omap_rev_string()