Lines Matching refs:pcc_sockets
61 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()
719 pcc_sockets = 0; in init_m32r_pcc()
739 if (pcc_sockets == 0) { in init_m32r_pcc()
748 for (i = 0 ; i < pcc_sockets ; i++) { in init_m32r_pcc()
775 for (i = 0; i < pcc_sockets; i++) in exit_m32r_pcc()