Home
last modified time | relevance | path

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

/drivers/usb/gadget/
Dfsl_qe_udc.h327 unsigned long soc_type; /* QE or CPM soc */ member
Dfsl_qe_udc.c238 if (ep->udc->soc_type == PORT_CPM) in qe_ep_cmd_stoptx()
250 if (ep->udc->soc_type == PORT_CPM) in qe_ep_cmd_restarttx()
2571 udc_controller->soc_type = (unsigned long)match->data; in qe_udc_probe()
2675 (udc_controller->soc_type == PORT_QE) ? "QE" : "CPM"); in qe_udc_probe()
/drivers/mtd/onenand/
Dsamsung.c32 enum soc_type { enum
136 enum soc_type type;
/drivers/net/ethernet/broadcom/
Dsb1250-mac.c1450 if (soc_type == K_SYS_SOC_TYPE_BCM1250 && periph_rev < 2) in sbmac_channel_start()
1759 if (soc_type == K_SYS_SOC_TYPE_BCM1250 && periph_rev < 2) { in sbmac_set_iphdr_offset()
/drivers/tty/serial/
Dsb1250-duart.c791 switch (soc_type) { in sbd_probe_duarts()