Searched refs:soc_type (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sibyte/sb1250/
H A Dsetup.c33 unsigned int soc_type; variable
34 EXPORT_SYMBOL(soc_type); variable
92 switch (soc_type) {
151 switch (soc_type) {
171 printk("Unknown SOC type %x\n", soc_type);
187 soc_type = SYS_SOC_TYPE(sys_rev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sibyte/bcm1480/
H A Dsetup.c35 unsigned int soc_type; variable
36 EXPORT_SYMBOL(soc_type); variable
87 switch (soc_type) {
124 soc_type = SYS_SOC_TYPE(sys_rev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/sibyte/
H A Dsb1250.h44 extern unsigned int soc_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sibyte/swarm/
H A Dplatform.c118 switch (soc_type) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfsl_qe_udc.h327 unsigned long soc_type; /* QE or CPM soc */ member in struct:qe_udc
H A Dfsl_qe_udc.c238 if (ep->udc->soc_type == PORT_CPM)
250 if (ep->udc->soc_type == PORT_CPM)
2546 udc_controller->soc_type = (unsigned long)match->data;
2644 (udc_controller->soc_type == PORT_QE) ? "QE" : "CPM");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/onenand/
H A Dsamsung.c31 enum soc_type { enum
124 enum soc_type type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsb1250-mac.c1446 if (soc_type == K_SYS_SOC_TYPE_BCM1250 && periph_rev < 2)
1754 if (soc_type == K_SYS_SOC_TYPE_BCM1250 && periph_rev < 2) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsb1250-duart.c777 switch (soc_type) {

Completed in 102 milliseconds