Home
last modified time | relevance | path

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

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