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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/rio/
H A Dcmdpkt.h160 #define PhbNum U1.S1.CmdHdr.U0.PcPhbNum macro
H A Driocmd.c386 ** translates to PktCmdP->PhbNum) set to the host port number for the
388 ** we can use PhbNum to get the rup number for the appropriate 8 port
391 rup = readb(&PktCmdP->PhbNum) / (unsigned short) PORTS_PER_RTA;
393 SysPort = UnixRupP->BaseSysPort + (readb(&PktCmdP->PhbNum) % (unsigned short) PORTS_PER_RTA);
412 rio_dprintk(RIO_DEBUG_CMD, "COMMAND information: Host Port Number 0x%x, " "Command Code 0x%x\n", readb(&PktCmdP->PhbNum), readb(&PktCmdP->Command));
430 rio_dprintk(RIO_DEBUG_CMD, "Command complete on phb %d host %Zd\n", readb(&PktCmdP->PhbNum), HostP - p->RIOHosts);
H A Driointr.c437 writeb(p, &PktCmdP->PhbNum);
H A Drioctrl.c1433 PktCmdP->PhbNum = port;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rio/
H A Dcmdpkt.h160 #define PhbNum U1.S1.CmdHdr.U0.PcPhbNum macro
H A Driocmd.c386 ** translates to PktCmdP->PhbNum) set to the host port number for the
388 ** we can use PhbNum to get the rup number for the appropriate 8 port
391 rup = readb(&PktCmdP->PhbNum) / (unsigned short) PORTS_PER_RTA;
393 SysPort = UnixRupP->BaseSysPort + (readb(&PktCmdP->PhbNum) % (unsigned short) PORTS_PER_RTA);
412 rio_dprintk(RIO_DEBUG_CMD, "COMMAND information: Host Port Number 0x%x, " "Command Code 0x%x\n", readb(&PktCmdP->PhbNum), readb(&PktCmdP->Command));
430 rio_dprintk(RIO_DEBUG_CMD, "Command complete on phb %d host %Zd\n", readb(&PktCmdP->PhbNum), HostP - p->RIOHosts);
H A Driointr.c437 writeb(p, &PktCmdP->PhbNum);
H A Drioctrl.c1433 PktCmdP->PhbNum = port;

Completed in 126 milliseconds