/Linux-v4.19/drivers/clk/ti/ |
D | clk-3xxx.c | 308 static int __init omap3xxx_dt_clk_init(int soc_type) in omap3xxx_dt_clk_init() argument 310 if (soc_type == OMAP3_SOC_AM35XX || soc_type == OMAP3_SOC_OMAP3630 || in omap3xxx_dt_clk_init() 311 soc_type == OMAP3_SOC_OMAP3430_ES1 || in omap3xxx_dt_clk_init() 312 soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS) in omap3xxx_dt_clk_init() 315 if (soc_type == OMAP3_SOC_AM35XX) in omap3xxx_dt_clk_init() 318 if (soc_type == OMAP3_SOC_OMAP3630 || soc_type == OMAP3_SOC_AM35XX || in omap3xxx_dt_clk_init() 319 soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS) in omap3xxx_dt_clk_init() 322 if (soc_type == OMAP3_SOC_OMAP3430_ES1) in omap3xxx_dt_clk_init() 325 if (soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS || in omap3xxx_dt_clk_init() 326 soc_type == OMAP3_SOC_OMAP3630) in omap3xxx_dt_clk_init() [all …]
|
D | clk-2xxx.c | 225 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-v4.19/arch/mips/sibyte/sb1250/ |
D | setup.c | 34 unsigned int soc_type; variable 35 EXPORT_SYMBOL(soc_type); 94 switch (soc_type) { in sb1250_m3_workaround_needed() 153 switch (soc_type) { in sys_rev_decode() 173 printk("Unknown SOC type %x\n", soc_type); in sys_rev_decode() 189 soc_type = SYS_SOC_TYPE(sys_rev); in sb1250_setup()
|
/Linux-v4.19/arch/mips/sibyte/bcm1480/ |
D | setup.c | 36 unsigned int soc_type; variable 37 EXPORT_SYMBOL(soc_type); 89 switch (soc_type) { in sys_rev_decode() 126 soc_type = SYS_SOC_TYPE(sys_rev); in bcm1480_setup()
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-xlp.c | 306 u32 soc_type; in xlp_gpio_probe() local 325 soc_type = (uintptr_t)of_device_get_match_data(&pdev->dev); in xlp_gpio_probe() 335 soc_type = (uintptr_t) acpi_id->driver_data; in xlp_gpio_probe() 338 switch (soc_type) { in xlp_gpio_probe() 357 ngpio = (soc_type == XLP_GPIO_VARIANT_XLP208) ? 42 : 57; in xlp_gpio_probe() 369 if (soc_type == XLP_GPIO_VARIANT_XLP980) in xlp_gpio_probe() 371 else if (soc_type == XLP_GPIO_VARIANT_XLP532) in xlp_gpio_probe() 399 if (soc_type != GPIO_VARIANT_VULCAN) { in xlp_gpio_probe()
|
/Linux-v4.19/drivers/bluetooth/ |
D | btqca.h | 141 enum qca_btsoc_type soc_type, u32 soc_ver); 152 enum qca_btsoc_type soc_type, u32 soc_ver) in qca_uart_setup() argument
|
D | btqca.c | 335 enum qca_btsoc_type soc_type, u32 soc_ver) in qca_uart_setup() argument 347 if (soc_type == QCA_WCN3990) { in qca_uart_setup() 368 if (soc_type == QCA_WCN3990) in qca_uart_setup()
|
D | hci_qca.c | 144 enum qca_btsoc_type soc_type; member 1225 .soc_type = QCA_WCN3990, 1350 if (data && data->soc_type == QCA_WCN3990) { in qca_serdev_probe()
|
/Linux-v4.19/arch/mips/include/asm/sibyte/ |
D | sb1250.h | 44 extern unsigned int soc_type;
|
/Linux-v4.19/arch/mips/sibyte/swarm/ |
D | platform.c | 119 switch (soc_type) { in sb1250_device_init()
|
/Linux-v4.19/drivers/thermal/samsung/ |
D | exynos_tmu.c | 141 enum soc_type { enum 192 enum soc_type soc; 908 data->soc = (enum soc_type)of_device_get_match_data(&pdev->dev); in exynos_map_dt_data()
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | fsl_qe_udc.h | 322 unsigned long soc_type; /* QE or CPM soc */ member
|
D | fsl_qe_udc.c | 228 if (ep->udc->soc_type == PORT_CPM) in qe_ep_cmd_stoptx() 240 if (ep->udc->soc_type == PORT_CPM) in qe_ep_cmd_restarttx() 2486 udc->soc_type = (unsigned long)match->data; in qe_udc_probe() 2581 (udc->soc_type == PORT_QE) ? "QE" : "CPM"); in qe_udc_probe()
|
/Linux-v4.19/drivers/mtd/nand/onenand/ |
D | samsung.c | 30 enum soc_type { enum 128 enum soc_type type;
|
/Linux-v4.19/arch/powerpc/platforms/512x/ |
D | clock-commonclk.c | 98 static enum soc_type { enum
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | sb1250-mac.c | 1440 if (soc_type == K_SYS_SOC_TYPE_BCM1250 && periph_rev < 2) in sbmac_channel_start() 1740 if (soc_type == K_SYS_SOC_TYPE_BCM1250 && periph_rev < 2) { in sbmac_set_iphdr_offset()
|
/Linux-v4.19/drivers/tty/serial/ |
D | sb1250-duart.c | 784 switch (soc_type) { in sbd_probe_duarts()
|