Searched refs:RIONumHosts (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/char/rio/ |
D | rioinit.c | 144 p->RIOHosts[p->RIONumHosts].Ivec = info->vector; 145 p->RIOHosts[p->RIONumHosts].PaddrP = info->location; 150 if ( p->RIONumHosts >= RIO_HOSTS ) 158 rio_dprintk (RIO_DEBUG_INIT, "initialising card %d (ISA)\n", p->RIONumHosts); 163 rio_dprintk (RIO_DEBUG_INIT, "initialising card %d (PCI)\n", p->RIONumHosts); 167 rio_dprintk (RIO_DEBUG_INIT, "Total hosts initialised so far : %d\n", p->RIONumHosts); 193 p->intr_tid = iointset(p->RIOHosts[p->RIONumHosts].Ivec, 194 (int (*)())rio_intr, (char*)p->RIONumHosts); 198 if (RIODoAT(p, p->RIOHosts[p->RIONumHosts].PaddrP, mode)) { 330 p->RIOHosts[p->RIONumHosts].Caddr = virtAddr; [all …]
|
D | rio_linux.c | 1203 hp = &p->RIOHosts[p->RIONumHosts]; in rio_init() 1208 hp->Caddr = ioremap(p->RIOHosts[p->RIONumHosts].PaddrP, RIO_WINDOW_LEN); in rio_init() 1218 (void *)p->RIOHosts[p->RIONumHosts].PaddrP, in rio_init() 1219 p->RIOHosts[p->RIONumHosts].Caddr); in rio_init() 1220 if (RIOBoardTest( p->RIOHosts[p->RIONumHosts].PaddrP, in rio_init() 1221 p->RIOHosts[p->RIONumHosts].Caddr, in rio_init() 1224 WBYTE(p->RIOHosts[p->RIONumHosts].ResetInt, 0xff); in rio_init() 1225 p->RIOHosts[p->RIONumHosts].UniqueNum = in rio_init() 1226 ((RBYTE(p->RIOHosts[p->RIONumHosts].Unique[0]) &0xFF)<< 0)| in rio_init() 1227 ((RBYTE(p->RIOHosts[p->RIONumHosts].Unique[1]) &0xFF)<< 8)| in rio_init() [all …]
|
D | rioctrl.c | 227 for (host = 0; host < p->RIONumHosts; host++) { 232 } else if (host >= p->RIONumHosts) { 331 if ( SpecialRupCmd.Host >= p->RIONumHosts ) 1025 for (Host=0; Host < p->RIONumHosts; Host++) 1154 if (copyout((caddr_t)&p->RIONumHosts, (int)arg, 1155 sizeof(p->RIONumHosts) )==COPYFAIL ) { 1175 for ( Host=0; Host<p->RIONumHosts; Host++ ) { 1283 if ( HostReq.HostNum >= p->RIONumHosts ) { 1307 if ( HostDpRam.HostNum >= p->RIONumHosts ) { 1390 if (RupReq.HostNum >= p->RIONumHosts) { /* host is unsigned */ [all …]
|
D | riotable.c | 179 for ( Host=0; Host<p->RIONumHosts; Host++ ) { /* (4) */ 191 if ( Host >= p->RIONumHosts ) { 383 for ( Host=0; Host<p->RIONumHosts; Host++ ) { 407 for ( Host2=0; Host2<p->RIONumHosts; Host2++ ) { 414 if (Host1 >= p->RIONumHosts) 509 for ( host=0; host < p->RIONumHosts; host++ ) { 689 for ( host=0; host < p->RIONumHosts; host++ ) in RIOAssignRta() 1035 for ( host=0; host < p->RIONumHosts; host++ ) {
|
D | riodrvr.h | 53 int RIONumHosts; /* Number of RIO Hosts */ member
|
D | riointr.c | 129 for ( host=0; host<p->RIONumHosts; host++ ) { 271 for ( host=0; host<p->RIONumHosts; host++ ) { 327 for ( host=0; host<RIONumHosts; host++ )
|
D | riocmd.c | 167 for ( Host = 0; Host < p->RIONumHosts; Host++ ) { 212 for ( Host = 0 ; Host < p->RIONumHosts; Host++ ) { 305 for ( Host = 0; Host < p->RIONumHosts; Host++ ) {
|
D | rioboot.c | 263 for ( host=0; host<p->RIONumHosts; host++ ) { 1023 for ( host = 0; !found && (host < p->RIONumHosts); host++ ) in RIOBootComplete()
|