Lines Matching refs:sockets
114 static int sockets; variable
401 sockets = 0; in init_tcic()
404 socket_table[sockets].psock = i; in init_tcic()
405 socket_table[sockets].id = get_tcic_id(); in init_tcic()
407 socket_table[sockets].socket.owner = THIS_MODULE; in init_tcic()
410 socket_table[sockets].socket.features = SS_CAP_PCCARD | SS_CAP_MEM_ALIGN; in init_tcic()
412 socket_table[sockets].socket.irq_mask = 0x4cf8; in init_tcic()
414 socket_table[sockets].socket.map_size = 0x1000; in init_tcic()
415 sockets++; in init_tcic()
443 printk(KERN_CONT ", %d sockets\n", sockets); in init_tcic()
455 for (i=0;i<sockets;i++) in init_tcic()
483 for (i = 0; i < sockets; i++) { in init_tcic()
493 for (i = 0; i < sockets; i++) { in init_tcic()
521 for (i = 0; i < sockets; i++) { in exit_tcic()
547 for (i = 0; i < sockets; i++) { in tcic_interrupt()