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

/freebsd-10.2-release/sys/dev/sym/
H A Dsym_fw.h195 #define RELOC_MASK 0xf0000000 macro
H A Dsym_hipd.c2144 switch (old & RELOC_MASK) {
2146 new = (old & ~RELOC_MASK) + np->mmio_ba;
2149 new = (old & ~RELOC_MASK) + np->scripta_ba;
2152 new = (old & ~RELOC_MASK) + np->scriptb_ba;
2155 new = (old & ~RELOC_MASK) + np->hcb_ba;
/freebsd-10.2-release/sys/pci/
H A Dncr.c1369 #define RELOC_MASK 0xf0000000 macro
3040 if ((tmp1 & RELOC_MASK) == RELOC_KVAR)
3043 if ((tmp2 & RELOC_MASK) == RELOC_KVAR)
3093 switch (old & RELOC_MASK) {
3095 new = (old & ~RELOC_MASK) + rman_get_start(np->reg_res);
3098 new = (old & ~RELOC_MASK) + np->p_script;
3101 new = (old & ~RELOC_MASK) + np->p_scripth;
3104 new = (old & ~RELOC_MASK) + vtophys(np);
3107 if (((old & ~RELOC_MASK) <
3109 ((old & ~RELOC_MASK) >
[all...]

Completed in 98 milliseconds