Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/sym53c8xx_2/
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()
Dsym_fw.h179 #define RELOC_MASK 0xf0000000 macro
/linux-5.19.10/drivers/scsi/
Dncr53c8xx.c1975 #define RELOC_MASK 0xf0000000 macro
3528 if ((tmp1 & RELOC_MASK) == RELOC_KVAR) in ncr_script_copy_and_bind()
3533 if ((tmp2 & RELOC_MASK) == RELOC_KVAR) in ncr_script_copy_and_bind()
3585 switch (old & RELOC_MASK) { in ncr_script_copy_and_bind()
3587 new = (old & ~RELOC_MASK) + np->paddr; in ncr_script_copy_and_bind()
3590 new = (old & ~RELOC_MASK) + np->p_script; in ncr_script_copy_and_bind()
3593 new = (old & ~RELOC_MASK) + np->p_scripth; in ncr_script_copy_and_bind()
3596 new = (old & ~RELOC_MASK) + np->p_ncb; in ncr_script_copy_and_bind()
3600 if (((old & ~RELOC_MASK) < in ncr_script_copy_and_bind()
3602 ((old & ~RELOC_MASK) > in ncr_script_copy_and_bind()
[all …]