• Home
  • Raw
  • Download

Lines Matching refs:readw

410 …tk(RIO_DEBUG_CMD, "PACKET information: Check	   0x%x (%d)\n", readw(&PacketP->csum), readw(&Packet…  in RIOCommandRup()
433 …, "Memory dump cmd (0x%x) from addr 0x%x\n", readb(&PktCmdP->SubCommand), readw(&PktCmdP->SubAddr)… in RIOCommandRup()
436 rio_dprintk(RIO_DEBUG_CMD, "Read register (0x%x)\n", readw(&PktCmdP->SubAddr)); in RIOCommandRup()
592 …if ((UnixRupP->CmdsWaitingP == NULL) && (UnixRupP->CmdPendingP == NULL) && (readw(&UnixRupP->RupP-… in RIOQueueCmdBlk()
599 …HostP->Copy(&CmdBlkP->Packet, RIO_PTR(HostP->Caddr, readw(&UnixRupP->RupP->txpkt)), sizeof(struct … in RIOQueueCmdBlk()
621 if (readw(&UnixRupP->RupP->txcontrol) != TX_RUP_INACTIVE) in RIOQueueCmdBlk()
671 if (readw(&UnixRupP->RupP->rxcontrol) != RX_RUP_INACTIVE) { in RIOPollHostCommands()
674 PacketP = (struct PKT __iomem *) RIO_PTR(HostP->Caddr, readw(&UnixRupP->RupP->rxpkt)); in RIOPollHostCommands()
693 rio_dprintk(RIO_DEBUG_CMD, "Memdump from 0x%x complete\n", readw(&(PacketP->data[6]))); in RIOPollHostCommands()
717 if (readw(&UnixRupP->RupP->handshake) == PHB_HANDSHAKE_SET) { in RIOPollHostCommands()
729 (readw(&UnixRupP->RupP->txcontrol) == TX_RUP_INACTIVE)) { in RIOPollHostCommands()
767 (UnixRupP->CmdPendingP == NULL) && (readw(&UnixRupP->RupP->txcontrol) == TX_RUP_INACTIVE)) { in RIOPollHostCommands()
780 …HostP->Copy(&CmdBlkP->Packet, RIO_PTR(HostP->Caddr, readw(&UnixRupP->RupP->txpkt)), sizeof(struct … in RIOPollHostCommands()
832 if (readw(&PortP->PhbP->handshake) == PHB_HANDSHAKE_SET) { in RIORFlushEnable()