Searched refs:soc_type (Results 1 - 15 of 15) sorted by relevance

/linux-4.4.14/arch/mips/sibyte/sb1250/
H A Dsetup.c34 unsigned int soc_type; variable
35 EXPORT_SYMBOL(soc_type); variable
93 switch (soc_type) { sb1250_m3_workaround_needed()
152 switch (soc_type) { sys_rev_decode()
172 printk("Unknown SOC type %x\n", soc_type); sys_rev_decode()
188 soc_type = SYS_SOC_TYPE(sys_rev); sb1250_setup()
/linux-4.4.14/arch/mips/sibyte/bcm1480/
H A Dsetup.c36 unsigned int soc_type; variable
37 EXPORT_SYMBOL(soc_type); variable
88 switch (soc_type) { sys_rev_decode()
125 soc_type = SYS_SOC_TYPE(sys_rev); bcm1480_setup()
/linux-4.4.14/drivers/clk/ti/
H A Dclk-3xxx.c562 static int __init omap3xxx_dt_clk_init(int soc_type) omap3xxx_dt_clk_init() argument
564 if (soc_type == OMAP3_SOC_AM35XX || soc_type == OMAP3_SOC_OMAP3630 || omap3xxx_dt_clk_init()
565 soc_type == OMAP3_SOC_OMAP3430_ES1 || omap3xxx_dt_clk_init()
566 soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS) omap3xxx_dt_clk_init()
569 if (soc_type == OMAP3_SOC_AM35XX) omap3xxx_dt_clk_init()
572 if (soc_type == OMAP3_SOC_OMAP3630 || soc_type == OMAP3_SOC_AM35XX || omap3xxx_dt_clk_init()
573 soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS) omap3xxx_dt_clk_init()
576 if (soc_type == OMAP3_SOC_OMAP3430_ES1) omap3xxx_dt_clk_init()
579 if (soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS || omap3xxx_dt_clk_init()
580 soc_type == OMAP3_SOC_OMAP3630) omap3xxx_dt_clk_init()
583 if (soc_type == OMAP3_SOC_OMAP3430_ES1 || omap3xxx_dt_clk_init()
584 soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS || omap3xxx_dt_clk_init()
585 soc_type == OMAP3_SOC_OMAP3630) omap3xxx_dt_clk_init()
588 if (soc_type == OMAP3_SOC_OMAP3630) omap3xxx_dt_clk_init()
602 if (soc_type != OMAP3_SOC_OMAP3430_ES1) omap3xxx_dt_clk_init()
H A Dclk-2xxx.c225 static int __init omap2xxx_dt_clk_init(int soc_type) omap2xxx_dt_clk_init() argument
229 if (soc_type == OMAP2_SOC_OMAP2420) omap2xxx_dt_clk_init()
/linux-4.4.14/drivers/thermal/samsung/
H A Dexynos_tmu.h28 enum soc_type { enum
71 enum soc_type type;
H A Dexynos_tmu.c199 enum soc_type soc;
/linux-4.4.14/arch/mips/include/asm/sibyte/
H A Dsb1250.h44 extern unsigned int soc_type;
/linux-4.4.14/drivers/gpio/
H A Dgpio-xlp.c306 u32 soc_type; xlp_gpio_probe() local
330 soc_type = (uintptr_t) of_id->data; xlp_gpio_probe()
332 switch (soc_type) { xlp_gpio_probe()
351 ngpio = (soc_type == XLP_GPIO_VARIANT_XLP208) ? 42 : 57; xlp_gpio_probe()
362 ngpio = (soc_type == XLP_GPIO_VARIANT_XLP980) ? 66 : 67; xlp_gpio_probe()
/linux-4.4.14/arch/mips/sibyte/swarm/
H A Dplatform.c118 switch (soc_type) { sb1250_device_init()
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h326 unsigned long soc_type; /* QE or CPM soc */ member in struct:qe_udc
H A Dfsl_qe_udc.c232 if (ep->udc->soc_type == PORT_CPM) qe_ep_cmd_stoptx()
244 if (ep->udc->soc_type == PORT_CPM) qe_ep_cmd_restarttx()
2501 udc->soc_type = (unsigned long)match->data; qe_udc_probe()
2596 (udc->soc_type == PORT_QE) ? "QE" : "CPM"); qe_udc_probe()
/linux-4.4.14/drivers/mtd/onenand/
H A Dsamsung.c32 enum soc_type { enum
130 enum soc_type type;
/linux-4.4.14/drivers/tty/serial/
H A Dsb1250-duart.c792 switch (soc_type) { sbd_probe_duarts()
/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Dsb1250-mac.c1445 if (soc_type == K_SYS_SOC_TYPE_BCM1250 && periph_rev < 2) sbmac_channel_start()
1745 if (soc_type == K_SYS_SOC_TYPE_BCM1250 && periph_rev < 2) { sbmac_set_iphdr_offset()
/linux-4.4.14/arch/powerpc/platforms/512x/
H A Dclock-commonclk.c98 static enum soc_type { enum

Completed in 696 milliseconds