Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pcmcia/
Dm32r_cfc.c61 static int pcc_sockets = 0; variable
289 pcc_socket_t *t = &socket[pcc_sockets]; in add_pcc_socket()
310 if (is_alive(pcc_sockets)) in add_pcc_socket()
321 reg_base |= pcc_sockets << 8; in add_pcc_socket()
325 printk(KERN_INFO " %s ", pcc[pcc_sockets].name); in add_pcc_socket()
336 t->socket.pci_irq = PLD_IRQ_CF0 + pcc_sockets; in add_pcc_socket()
347 pcc_set(pcc_sockets, (unsigned int)PLD_CFIMASK, 0x01); in add_pcc_socket()
350 pcc_set(pcc_sockets, (unsigned int)PLD_CFCR1, 0x0200); in add_pcc_socket()
352 pcc_sockets++; in add_pcc_socket()
367 for (i = 0; i < pcc_sockets; i++) { in pcc_interrupt()
[all …]
Dm32r_pcc.c72 static int pcc_sockets = 0; variable
302 pcc_socket_t *t = &socket[pcc_sockets]; in add_pcc_socket()
313 if (is_alive(pcc_sockets)) in add_pcc_socket()
321 printk(KERN_INFO " %s ", pcc[pcc_sockets].name); in add_pcc_socket()
329 t->socket.pci_irq = 2 + pcc_sockets; /* XXX */ in add_pcc_socket()
333 pcc_sockets++; in add_pcc_socket()
351 for (i = 0; i < pcc_sockets; i++) { in pcc_interrupt()
693 pcc_sockets = 0;
701 if (pcc_sockets == 0) {
710 for (i = 0 ; i < pcc_sockets ; i++) {
[all …]