Lines Matching refs:pcc_set
80 static void pcc_set(u_short, unsigned int , unsigned int );
124 pcc_set(sock, PCCR, 0); in pcc_iorw()
130 pcc_set(sock, PCMOD, PCMOD_AS_IO | cbsz | need_ex); in pcc_iorw()
131 pcc_set(sock, PCADR, addr & 0x1ff00000); in pcc_iorw()
136 pcc_set(sock, PCCR, 1); in pcc_iorw()
217 pcc_set(sock, PCIRC, addr); in pcc_iorw()
267 static void pcc_set(u_short sock, unsigned int reg, unsigned int data) in pcc_set() function
448 pcc_set(sock,PCCSIGCR,reg); in _pcc_set_socket()
526 pcc_set(sock, PCCR, 0);
538 pcc_set(sock, PCMOD, mode);
544 pcc_set(sock, PCADR, addr);
551 pcc_set(sock, PCCR, 1);