Searched refs:PhbP (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Dlist.h89 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);
H A Driotable.c599 port, PortP->PhbP->destination & 0xff,
600 (PortP->PhbP->destination >> 8) & 0xff,
602 WWORD(PortP->PhbP->destination,
864 ** The PhbP cannot be filled in yet
868 struct PHB *PhbP = PortP->PhbP = &HostP->PhbP[HostPort]; local
869 PortP->TxAdd =(WORD *)RIO_PTR(HostP->Caddr,RWORD(PhbP->tx_add));
870 PortP->TxStart =(WORD *)RIO_PTR(HostP->Caddr,RWORD(PhbP->tx_start));
871 PortP->TxEnd =(WORD *)RIO_PTR(HostP->Caddr,RWORD(PhbP
[all...]
H A Driointr.c450 ( RWORD( PortP->PhbP->handshake )==PHB_HANDSHAKE_SET ) ) {
456 WWORD( PortP->PhbP->handshake,
913 if ((uint)PortP->PhbP < (uint)PortP->Caddr ||
914 (uint)PortP->PhbP >= (uint)PortP->Caddr+SIXTY_FOUR_K ) {
915 rio_dprintk (RIO_DEBUG_INTR, "RIO: NULL or BAD PhbP on sys port %d in proc routine\n",
918 rio_dprintk (RIO_DEBUG_INTR, " PortP->PhbP = 0x%x\n",PortP->PhbP);
919 rio_dprintk (RIO_DEBUG_INTR, " PortP->Caddr = 0x%x\n",PortP->PhbP);
1048 if ( PortP->PhbP->handshake == PHB_HANDSHAKE_SET ) {
1053 PortP->PhbP
[all...]
H A Dhost.h98 struct PHB *PhbP; /* Pointer to the PHB array */ member in struct:Host
H A Drioboot.c568 HostP->PhbP = (PHB*)RIO_PTR(Cad,RWORD(ParmMapP->phb_ptr));
597 struct PHB *PhbP; local
603 PhbP = &HostP->PhbP[PortP->HostPort];
606 PortP->PhbP = PhbP;
608 PortP->TxAdd = (WORD *)RIO_PTR(Cad,RWORD(PhbP->tx_add));
609 PortP->TxStart = (WORD *)RIO_PTR(Cad,RWORD(PhbP->tx_start));
610 PortP->TxEnd = (WORD *)RIO_PTR(Cad,RWORD(PhbP->tx_end));
611 PortP->RxRemove = (WORD *)RIO_PTR(Cad,RWORD(PhbP
[all...]
H A Dport.h151 struct PHB *PhbP; /* pointer to PHB for port */ member in struct:Port
H A Drioroute.c641 link = RWORD(PortP->PhbP->link);
693 RWORD(PortP->PhbP->destination) & 0xff,
694 (RWORD(PortP->PhbP->destination) >> 8) & 0xff,
696 WWORD(PortP->PhbP->destination, dest_unit + (dest_port << 8));
697 WWORD(PortP->PhbP->link, link);
H A Drioparam.c626 WWORD( PortP->PhbP->tx_add , RIO_OFF(PortP->Caddr,PortP->TxAdd) );
701 WWORD( PortP->PhbP->rx_remove , RIO_OFF(PortP->Caddr, PortP->RxRemove) );
H A Driocmd.c1013 if ( RWORD(PortP->PhbP->handshake)==PHB_HANDSHAKE_SET ) {
1019 WWORD(PortP->PhbP->handshake, PHB_HANDSHAKE_SET|PHB_HANDSHAKE_RESET);

Completed in 68 milliseconds