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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.c520 switch (old & RELOC_MASK) {
522 new = (old & ~RELOC_MASK) + np->mmio_ba;
525 new = (old & ~RELOC_MASK) + np->scripta_ba;
528 new = (old & ~RELOC_MASK) + np->scriptb_ba;
531 new = (old & ~RELOC_MASK) + np->hcb_ba;
H A Dsym_fw.h192 #define RELOC_MASK 0xf0000000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c1990 #define RELOC_MASK 0xf0000000 macro
3536 if ((tmp1 & RELOC_MASK) == RELOC_KVAR)
3541 if ((tmp2 & RELOC_MASK) == RELOC_KVAR)
3593 switch (old & RELOC_MASK) {
3595 new = (old & ~RELOC_MASK) + np->paddr;
3598 new = (old & ~RELOC_MASK) + np->p_script;
3601 new = (old & ~RELOC_MASK) + np->p_scripth;
3604 new = (old & ~RELOC_MASK) + np->p_ncb;
3608 if (((old & ~RELOC_MASK) <
3610 ((old & ~RELOC_MASK) >
[all...]

Completed in 96 milliseconds