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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.c516 switch (old & RELOC_MASK) {
518 new = (old & ~RELOC_MASK) + np->mmio_ba;
521 new = (old & ~RELOC_MASK) + np->scripta_ba;
524 new = (old & ~RELOC_MASK) + np->scriptb_ba;
527 new = (old & ~RELOC_MASK) + np->hcb_ba;
H A Dsym_fw.h192 #define RELOC_MASK 0xf0000000 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.c2013 #define RELOC_MASK 0xf0000000 macro
3559 if ((tmp1 & RELOC_MASK) == RELOC_KVAR)
3564 if ((tmp2 & RELOC_MASK) == RELOC_KVAR)
3616 switch (old & RELOC_MASK) {
3618 new = (old & ~RELOC_MASK) + np->paddr;
3621 new = (old & ~RELOC_MASK) + np->p_script;
3624 new = (old & ~RELOC_MASK) + np->p_scripth;
3627 new = (old & ~RELOC_MASK) + np->p_ncb;
3631 if (((old & ~RELOC_MASK) <
3633 ((old & ~RELOC_MASK) >
[all...]

Completed in 72 milliseconds