Home
last modified time | relevance | path

Searched refs:pcc_sockets (Results 1 – 2 of 2) sorted by relevance

/drivers/pcmcia/
Dm32r_cfc.c76 static int pcc_sockets = 0; variable
304 pcc_socket_t *t = &socket[pcc_sockets]; in add_pcc_socket()
325 if (is_alive(pcc_sockets)) in add_pcc_socket()
336 reg_base |= pcc_sockets << 8; in add_pcc_socket()
340 printk(KERN_INFO " %s ", pcc[pcc_sockets].name); in add_pcc_socket()
351 t->socket.pci_irq = PLD_IRQ_CF0 + pcc_sockets; in add_pcc_socket()
362 pcc_set(pcc_sockets, (unsigned int)PLD_CFIMASK, 0x01); in add_pcc_socket()
365 pcc_set(pcc_sockets, (unsigned int)PLD_CFCR1, 0x0200); in add_pcc_socket()
367 pcc_sockets++; in add_pcc_socket()
382 for (i = 0; i < pcc_sockets; i++) { in pcc_interrupt()
[all …]
Dm32r_pcc.c86 static int pcc_sockets = 0; variable
316 pcc_socket_t *t = &socket[pcc_sockets]; in add_pcc_socket()
327 if (is_alive(pcc_sockets)) in add_pcc_socket()
335 printk(KERN_INFO " %s ", pcc[pcc_sockets].name); in add_pcc_socket()
343 t->socket.pci_irq = 2 + pcc_sockets; /* XXX */ in add_pcc_socket()
347 pcc_sockets++; in add_pcc_socket()
365 for (i = 0; i < pcc_sockets; i++) { in pcc_interrupt()
707 pcc_sockets = 0;
715 if (pcc_sockets == 0) {
724 for (i = 0 ; i < pcc_sockets ; i++) {
[all …]