Home
last modified time | relevance | path

Searched refs:LinkNum (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/aic94xx/
Daic94xx_reg_def.h719 #define LmARP2CTL(LinkNum) (LSEQ0_HOST_REG_BASE_ADR + \ argument
720 ((LinkNum)*LmSEQ_HOST_REG_SIZE) + \
723 #define LmARP2INT(LinkNum) (LSEQ0_HOST_REG_BASE_ADR + \ argument
724 ((LinkNum)*LmSEQ_HOST_REG_SIZE) + \
727 #define LmARP2INTEN(LinkNum) (LSEQ0_HOST_REG_BASE_ADR + \ argument
728 ((LinkNum)*LmSEQ_HOST_REG_SIZE) + \
731 #define LmDBGMODE(LinkNum) (LSEQ0_HOST_REG_BASE_ADR + \ argument
732 ((LinkNum)*LmSEQ_HOST_REG_SIZE) + \
735 #define LmCONTROL(LinkNum) (LSEQ0_HOST_REG_BASE_ADR + \ argument
736 ((LinkNum)*LmSEQ_HOST_REG_SIZE) + \
[all …]
/drivers/char/rio/
Drioboot.c748 … %s has booted an RTA(%d) on link %c\n", HostP->Name, 8 * RtaType, readb(&PktCmdP->LinkNum) + 'A'); in RIOBootComplete()
750 …d an RTA(%d) on link %c\n", HostP->Mapping[Rup].Name, 8 * RtaType, readb(&PktCmdP->LinkNum) + 'A'); in RIOBootComplete()
766 MyLink = readb(&PktCmdP->LinkNum); in RIOBootComplete()
844 MyLink = readb(&PktCmdP->LinkNum); in RIOBootComplete()
Dcmdpkt.h163 #define LinkNum U1.S1.CmdHdr.U0.PcLinkNum macro