Searched refs:RUP (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Dunixrup.h43 struct RUP __iomem *RupP; /* the Rup to send it to */
H A Drup.h53 #define RUP_NO_OWNER 0xff /* RUP not owned by any process */
55 struct RUP { struct
H A Dlink.h77 /* RUP structure for HOST to driver communications */
78 struct RUP rup;
79 struct RUP link_rup; /* RUP for the link (POLL,
H A Dhost.h90 struct RUP __iomem *RupP; /* Sixteen real rups here */
H A Ddaemon.h86 struct RUP __user *RupP;
H A Drioboot.c511 HostP->RupP = (struct RUP __iomem *) RIO_PTR(Cad, readw(&ParmMapP->rups));
650 rio_dprintk(RIO_DEBUG_BOOT, "Unexpected command %d on BOOT RUP %d of host %Zd\n", readb(&PktCmdP->Command), Rup, HostP - p->RIOHosts);
711 * @Rup: RUP being used
H A Drioctrl.c224 printk(KERN_WARNING "rio: FAILED TO QUEUE SPECIAL RUP COMMAND\n");
1034 if (copy_from_io(RupReq.RupP, HostP->UnixRups[RupReq.RupNum].RupP, sizeof(struct RUP))) {

Completed in 29 milliseconds