RELOC_MASK       3556 drivers/scsi/ncr53c8xx.c 			if ((tmp1 & RELOC_MASK) == RELOC_KVAR)
RELOC_MASK       3561 drivers/scsi/ncr53c8xx.c 			if ((tmp2 & RELOC_MASK) == RELOC_KVAR)
RELOC_MASK       3613 drivers/scsi/ncr53c8xx.c 				switch (old & RELOC_MASK) {
RELOC_MASK       3615 drivers/scsi/ncr53c8xx.c 					new = (old & ~RELOC_MASK) + np->paddr;
RELOC_MASK       3618 drivers/scsi/ncr53c8xx.c 					new = (old & ~RELOC_MASK) + np->p_script;
RELOC_MASK       3621 drivers/scsi/ncr53c8xx.c 					new = (old & ~RELOC_MASK) + np->p_scripth;
RELOC_MASK       3624 drivers/scsi/ncr53c8xx.c 					new = (old & ~RELOC_MASK) + np->p_ncb;
RELOC_MASK       3628 drivers/scsi/ncr53c8xx.c 					if (((old & ~RELOC_MASK) <
RELOC_MASK       3630 drivers/scsi/ncr53c8xx.c 					    ((old & ~RELOC_MASK) >
RELOC_MASK       3634 drivers/scsi/ncr53c8xx.c 					    ~RELOC_MASK]);
RELOC_MASK        503 drivers/scsi/sym53c8xx_2/sym_fw.c 			switch (old & RELOC_MASK) {
RELOC_MASK        505 drivers/scsi/sym53c8xx_2/sym_fw.c 				new = (old & ~RELOC_MASK) + np->mmio_ba;
RELOC_MASK        508 drivers/scsi/sym53c8xx_2/sym_fw.c 				new = (old & ~RELOC_MASK) + np->scripta_ba;
RELOC_MASK        511 drivers/scsi/sym53c8xx_2/sym_fw.c 				new = (old & ~RELOC_MASK) + np->scriptb_ba;
RELOC_MASK        514 drivers/scsi/sym53c8xx_2/sym_fw.c 				new = (old & ~RELOC_MASK) + np->hcb_ba;