Home
last modified time | relevance | path

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

/drivers/clk/ti/
Dclk-3xxx.c300 static int __init omap3xxx_dt_clk_init(int soc_type) in omap3xxx_dt_clk_init() argument
302 if (soc_type == OMAP3_SOC_AM35XX || soc_type == OMAP3_SOC_OMAP3630 || in omap3xxx_dt_clk_init()
303 soc_type == OMAP3_SOC_OMAP3430_ES1 || in omap3xxx_dt_clk_init()
304 soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS) in omap3xxx_dt_clk_init()
307 if (soc_type == OMAP3_SOC_AM35XX) in omap3xxx_dt_clk_init()
310 if (soc_type == OMAP3_SOC_OMAP3630 || soc_type == OMAP3_SOC_AM35XX || in omap3xxx_dt_clk_init()
311 soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS) in omap3xxx_dt_clk_init()
314 if (soc_type == OMAP3_SOC_OMAP3430_ES1) in omap3xxx_dt_clk_init()
317 if (soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS || in omap3xxx_dt_clk_init()
318 soc_type == OMAP3_SOC_OMAP3630) in omap3xxx_dt_clk_init()
[all …]
Dclk-2xxx.c217 static int __init omap2xxx_dt_clk_init(int soc_type) in omap2xxx_dt_clk_init() argument
221 if (soc_type == OMAP2_SOC_OMAP2420) in omap2xxx_dt_clk_init()
/drivers/bluetooth/
Dbtqca.c19 enum qca_btsoc_type soc_type) in qca_read_soc_version() argument
35 if (soc_type >= QCA_WCN3991) { in qca_read_soc_version()
72 if (soc_type >= QCA_WCN3991) in qca_read_soc_version()
232 u8 *fw_data, enum qca_btsoc_type soc_type) in qca_tlv_check_data() argument
321 if (soc_type >= QCA_WCN3991) in qca_tlv_check_data()
349 enum qca_btsoc_type soc_type) in qca_tlv_send_segment() argument
372 if (soc_type >= QCA_WCN3991) { in qca_tlv_send_segment()
405 if (soc_type >= QCA_WCN3991) in qca_tlv_send_segment()
447 enum qca_btsoc_type soc_type, in qca_download_firmware() argument
462 if (soc_type == QCA_WCN6750 && config->type == ELF_TYPE_PATCH) { in qca_download_firmware()
[all …]
Dbtqca.h156 enum qca_btsoc_type soc_type, struct qca_btsoc_version ver,
162 static inline bool qca_is_wcn399x(enum qca_btsoc_type soc_type) in qca_is_wcn399x() argument
164 return soc_type == QCA_WCN3990 || soc_type == QCA_WCN3991 || in qca_is_wcn399x()
165 soc_type == QCA_WCN3998; in qca_is_wcn399x()
167 static inline bool qca_is_wcn6750(enum qca_btsoc_type soc_type) in qca_is_wcn6750() argument
169 return soc_type == QCA_WCN6750; in qca_is_wcn6750()
180 enum qca_btsoc_type soc_type, in qca_uart_setup() argument
199 static inline bool qca_is_wcn399x(enum qca_btsoc_type soc_type) in qca_is_wcn399x() argument
204 static inline bool qca_is_wcn6750(enum qca_btsoc_type soc_type) in qca_is_wcn6750() argument
Dhci_qca.c203 enum qca_btsoc_type soc_type; member
239 enum qca_btsoc_type soc_type; in qca_soc_type() local
244 soc_type = qsd->btsoc_type; in qca_soc_type()
246 soc_type = QCA_ROME; in qca_soc_type()
249 return soc_type; in qca_soc_type()
991 enum qca_btsoc_type soc_type = qca_soc_type(hu); in qca_controller_memdump() local
1079 (soc_type != QCA_QCA6390) && in qca_controller_memdump()
1419 enum qca_btsoc_type soc_type = qca_soc_type(hu); in qca_set_speed() local
1428 if (qca_is_wcn399x(soc_type) || in qca_set_speed()
1429 qca_is_wcn6750(soc_type)) in qca_set_speed()
[all …]
/drivers/thermal/samsung/
Dexynos_tmu.c127 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()
/drivers/usb/gadget/udc/
Dfsl_qe_udc.h322 unsigned long soc_type; /* QE or CPM soc */ member
Dfsl_qe_udc.c228 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()
2498 udc->soc_type = (unsigned long)match->data; in qe_udc_probe()
2592 (udc->soc_type == PORT_QE) ? "QE" : "CPM"); in qe_udc_probe()
/drivers/mtd/nand/onenand/
Donenand_samsung.c27 enum soc_type { enum
125 enum soc_type type;
/drivers/net/ethernet/broadcom/
Dsb1250-mac.c1427 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()
/drivers/tty/serial/
Dsb1250-duart.c779 switch (soc_type) { in sbd_probe_duarts()