Searched refs:PhbP (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/drivers/char/rio/ |
D | list.h | 89 WWORD(PortP->PhbP->tx_add , RIO_OFF(CaD,PortP->TxAdd)); 108 PortP->PhbP->tx_add = RIO_OFF(CaD,PortP->TxAdd); 145 WWORD(PortP->PhbP->rx_remove , RIO_OFF(CaD,PortP->RxRemove)); 164 PortP->PhbP->rx_remove = RIO_OFF(CaD,PortP->RxRemove);
|
D | riotable.c | 599 port, PortP->PhbP->destination & 0xff, 600 (PortP->PhbP->destination >> 8) & 0xff, 602 WWORD(PortP->PhbP->destination, 871 struct PHB *PhbP = PortP->PhbP = &HostP->PhbP[HostPort]; local 872 PortP->TxAdd =(WORD *)RIO_PTR(HostP->Caddr,RWORD(PhbP->tx_add)); 873 PortP->TxStart =(WORD *)RIO_PTR(HostP->Caddr,RWORD(PhbP->tx_start)); 874 PortP->TxEnd =(WORD *)RIO_PTR(HostP->Caddr,RWORD(PhbP->tx_end)); 876 RWORD(PhbP->rx_remove)); 877 PortP->RxStart =(WORD *)RIO_PTR(HostP->Caddr,RWORD(PhbP->rx_start)); 878 PortP->RxEnd =(WORD *)RIO_PTR(HostP->Caddr,RWORD(PhbP->rx_end)); [all …]
|
D | rioboot.c | 573 HostP->PhbP = (PHB*)RIO_PTR(Cad,RWORD(ParmMapP->phb_ptr)); 602 struct PHB *PhbP; local 608 PhbP = &HostP->PhbP[PortP->HostPort]; 611 PortP->PhbP = PhbP; 613 PortP->TxAdd = (WORD *)RIO_PTR(Cad,RWORD(PhbP->tx_add)); 614 PortP->TxStart = (WORD *)RIO_PTR(Cad,RWORD(PhbP->tx_start)); 615 PortP->TxEnd = (WORD *)RIO_PTR(Cad,RWORD(PhbP->tx_end)); 616 PortP->RxRemove = (WORD *)RIO_PTR(Cad,RWORD(PhbP->rx_remove)); 617 PortP->RxStart = (WORD *)RIO_PTR(Cad,RWORD(PhbP->rx_start)); 618 PortP->RxEnd = (WORD *)RIO_PTR(Cad,RWORD(PhbP->rx_end));
|
D | riointr.c | 447 ( RWORD( PortP->PhbP->handshake )==PHB_HANDSHAKE_SET ) ) { 453 WWORD( PortP->PhbP->handshake, 912 if ((uint)PortP->PhbP < (uint)PortP->Caddr || 913 (uint)PortP->PhbP >= (uint)PortP->Caddr+SIXTY_FOUR_K ) { 917 rio_dprintk (RIO_DEBUG_INTR, " PortP->PhbP = 0x%x\n",PortP->PhbP); 918 rio_dprintk (RIO_DEBUG_INTR, " PortP->Caddr = 0x%x\n",PortP->PhbP); 1047 if ( PortP->PhbP->handshake == PHB_HANDSHAKE_SET ) { 1052 PortP->PhbP->handshake |= PHB_HANDSHAKE_RESET;
|
D | host.h | 98 struct PHB *PhbP; /* Pointer to the PHB array */ member
|
D | rioroute.c | 641 link = RWORD(PortP->PhbP->link); 696 RWORD(PortP->PhbP->destination) & 0xff, 697 (RWORD(PortP->PhbP->destination) >> 8) & 0xff, 699 WWORD(PortP->PhbP->destination, dest_unit + (dest_port << 8)); 700 WWORD(PortP->PhbP->link, link);
|
D | port.h | 151 struct PHB *PhbP; /* pointer to PHB for port */ member
|
D | rioparam.c | 670 WWORD( PortP->PhbP->tx_add , RIO_OFF(PortP->Caddr,PortP->TxAdd) ); 745 WWORD( PortP->PhbP->rx_remove , RIO_OFF(PortP->Caddr, PortP->RxRemove) );
|
D | riocmd.c | 1013 if ( RWORD(PortP->PhbP->handshake)==PHB_HANDSHAKE_SET ) { 1019 WWORD(PortP->PhbP->handshake, PHB_HANDSHAKE_SET|PHB_HANDSHAKE_RESET);
|