Home
last modified time | relevance | path

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

/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()
/drivers/thermal/samsung/
Dexynos_tmu.h28 enum soc_type { enum
71 enum soc_type type;
Dexynos_tmu.c199 enum soc_type soc;
/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()
/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()
2498 udc->soc_type = (unsigned long)match->data; in qe_udc_probe()
2593 (udc->soc_type == PORT_QE) ? "QE" : "CPM"); in qe_udc_probe()
/drivers/mtd/onenand/
Dsamsung.c32 enum soc_type { enum
130 enum soc_type type;
/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()
/drivers/tty/serial/
Dsb1250-duart.c792 switch (soc_type) { in sbd_probe_duarts()