Searched refs:PhbNum (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Dcmdpkt.h166 #define PhbNum U1.S1.CmdHdr.U0.PcPhbNum macro
H A Driocmd.c389 ** translates to PktCmdP->PhbNum) set to the host port number for the
391 ** we can use PhbNum to get the rup number for the appropriate 8 port
394 rup = readb(&PktCmdP->PhbNum) / (unsigned short) PORTS_PER_RTA;
396 SysPort = UnixRupP->BaseSysPort + (readb(&PktCmdP->PhbNum) % (unsigned short) PORTS_PER_RTA);
415 rio_dprintk(RIO_DEBUG_CMD, "COMMAND information: Host Port Number 0x%x, " "Command Code 0x%x\n", readb(&PktCmdP->PhbNum), readb(&PktCmdP->Command));
433 rio_dprintk(RIO_DEBUG_CMD, "Command complete on phb %d host %Zd\n", readb(&PktCmdP->PhbNum), HostP - p->RIOHosts);
H A Driointr.c444 writeb(p, &PktCmdP->PhbNum);
H A Drioctrl.c1434 PktCmdP->PhbNum = port;

Completed in 60 milliseconds