/linux/drivers/clk/ti/ |
A 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 …]
|
A 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/drivers/bluetooth/ |
A D | btqca.c | 18 enum qca_btsoc_type soc_type) in qca_read_soc_version() argument 34 if (soc_type >= QCA_WCN3991) { in qca_read_soc_version() 71 if (soc_type >= QCA_WCN3991) in qca_read_soc_version() 276 if (soc_type >= QCA_WCN3991) in qca_tlv_check_data() 304 enum qca_btsoc_type soc_type) in qca_tlv_send_segment() argument 327 if (soc_type >= QCA_WCN3991) { in qca_tlv_send_segment() 360 if (soc_type >= QCA_WCN3991) in qca_tlv_send_segment() 556 if (qca_is_wcn399x(soc_type)) { in qca_uart_setup() 613 if (soc_type >= QCA_WCN3991) { in qca_uart_setup() 622 switch (soc_type) { in qca_uart_setup() [all …]
|
A D | btqca.h | 154 enum qca_btsoc_type soc_type, struct qca_btsoc_version ver, 160 static inline bool qca_is_wcn399x(enum qca_btsoc_type soc_type) in qca_is_wcn399x() argument 162 return soc_type == QCA_WCN3990 || soc_type == QCA_WCN3991 || in qca_is_wcn399x() 163 soc_type == QCA_WCN3998; in qca_is_wcn399x() 165 static inline bool qca_is_wcn6750(enum qca_btsoc_type soc_type) in qca_is_wcn6750() argument 167 return soc_type == QCA_WCN6750; in qca_is_wcn6750() 178 enum qca_btsoc_type soc_type, in qca_uart_setup() argument 197 static inline bool qca_is_wcn399x(enum qca_btsoc_type soc_type) in qca_is_wcn399x() argument 202 static inline bool qca_is_wcn6750(enum qca_btsoc_type soc_type) in qca_is_wcn6750() argument
|
A D | hci_qca.c | 202 enum qca_btsoc_type soc_type; member 243 soc_type = qsd->btsoc_type; in qca_soc_type() 245 soc_type = QCA_ROME; in qca_soc_type() 248 return soc_type; in qca_soc_type() 1799 if (soc_type == QCA_ROME) in qca_setup() 1823 .soc_type = QCA_WCN3990, 1834 .soc_type = QCA_WCN3991, 1846 .soc_type = QCA_WCN3998, 1857 .soc_type = QCA_QCA6390, 1862 .soc_type = QCA_WCN6750, [all …]
|
/linux/arch/mips/sibyte/sb1250/ |
A D | setup.c | 21 unsigned int soc_type; variable 22 EXPORT_SYMBOL(soc_type); 81 switch (soc_type) { in sb1250_m3_workaround_needed() 140 switch (soc_type) { in sys_rev_decode() 160 printk("Unknown SOC type %x\n", soc_type); in sys_rev_decode() 176 soc_type = SYS_SOC_TYPE(sys_rev); in sb1250_setup()
|
/linux/arch/mips/sibyte/bcm1480/ |
A D | setup.c | 23 unsigned int soc_type; variable 24 EXPORT_SYMBOL(soc_type); 76 switch (soc_type) { in sys_rev_decode() 113 soc_type = SYS_SOC_TYPE(sys_rev); in bcm1480_setup()
|
/linux/drivers/gpio/ |
A D | gpio-xlp.c | 297 u32 soc_type; in xlp_gpio_probe() local 312 soc_type = (uintptr_t)of_device_get_match_data(&pdev->dev); in xlp_gpio_probe() 322 soc_type = (uintptr_t) acpi_id->driver_data; in xlp_gpio_probe() 325 switch (soc_type) { in xlp_gpio_probe() 344 ngpio = (soc_type == XLP_GPIO_VARIANT_XLP208) ? 42 : 57; in xlp_gpio_probe() 356 if (soc_type == XLP_GPIO_VARIANT_XLP980) in xlp_gpio_probe() 358 else if (soc_type == XLP_GPIO_VARIANT_XLP532) in xlp_gpio_probe() 386 if (soc_type != GPIO_VARIANT_VULCAN) { in xlp_gpio_probe()
|
/linux/arch/mips/include/asm/sibyte/ |
A D | sb1250.h | 31 extern unsigned int soc_type;
|
/linux/arch/mips/sibyte/swarm/ |
A D | platform.c | 119 switch (soc_type) { in sb1250_device_init()
|
/linux/drivers/thermal/samsung/ |
A D | exynos_tmu.c | 127 enum soc_type { enum 181 enum soc_type soc; 897 data->soc = (enum soc_type)of_device_get_match_data(&pdev->dev); in exynos_map_dt_data()
|
/linux/drivers/usb/gadget/udc/ |
A D | fsl_qe_udc.h | 322 unsigned long soc_type; /* QE or CPM soc */ member
|
A 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() 2492 udc->soc_type = (unsigned long)match->data; in qe_udc_probe() 2586 (udc->soc_type == PORT_QE) ? "QE" : "CPM"); in qe_udc_probe()
|
/linux/drivers/mtd/nand/onenand/ |
A D | onenand_samsung.c | 27 enum soc_type { enum 125 enum soc_type type;
|
/linux/drivers/net/ethernet/broadcom/ |
A D | sb1250-mac.c | 1427 if (soc_type == K_SYS_SOC_TYPE_BCM1250 && periph_rev < 2) in sbmac_channel_start() 1727 if (soc_type == K_SYS_SOC_TYPE_BCM1250 && periph_rev < 2) { in sbmac_set_iphdr_offset()
|
/linux/arch/powerpc/platforms/512x/ |
A D | clock-commonclk.c | 94 static enum soc_type { enum
|
/linux/drivers/tty/serial/ |
A D | sb1250-duart.c | 779 switch (soc_type) { in sbd_probe_duarts()
|