Lines Matching refs:pcc_sockets
76 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()
734 pcc_sockets = 0; in init_m32r_pcc()
754 if (pcc_sockets == 0) { in init_m32r_pcc()
763 for (i = 0 ; i < pcc_sockets ; i++) { in init_m32r_pcc()
797 for (i = 0; i < pcc_sockets; i++) in exit_m32r_pcc()