Home
last modified time | relevance | path

Searched refs:RELOC_MASK (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.c503 switch (old & RELOC_MASK) { in sym_fw_bind_script()
505 new = (old & ~RELOC_MASK) + np->mmio_ba; in sym_fw_bind_script()
508 new = (old & ~RELOC_MASK) + np->scripta_ba; in sym_fw_bind_script()
511 new = (old & ~RELOC_MASK) + np->scriptb_ba; in sym_fw_bind_script()
514 new = (old & ~RELOC_MASK) + np->hcb_ba; in sym_fw_bind_script()
H A Dsym_fw.h179 #define RELOC_MASK 0xf0000000 macro