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

/freebsd-11-stable/sys/dev/sym/
H A Dsym_fw.h195 #define RELOC_MASK 0xf0000000 macro
H A Dsym_hipd.c2142 switch (old & RELOC_MASK) {
2144 new = (old & ~RELOC_MASK) + np->mmio_ba;
2147 new = (old & ~RELOC_MASK) + np->scripta_ba;
2150 new = (old & ~RELOC_MASK) + np->scriptb_ba;
2153 new = (old & ~RELOC_MASK) + np->hcb_ba;
/freebsd-11-stable/sys/dev/ncr/
H A Dncr.c1346 #define RELOC_MASK 0xf0000000 macro
3017 if ((tmp1 & RELOC_MASK) == RELOC_KVAR)
3020 if ((tmp2 & RELOC_MASK) == RELOC_KVAR)
3071 switch (old & RELOC_MASK) {
3073 new = (old & ~RELOC_MASK) + rman_get_start(np->reg_res);
3076 new = (old & ~RELOC_MASK) + np->p_script;
3079 new = (old & ~RELOC_MASK) + np->p_scripth;
3082 new = (old & ~RELOC_MASK) + vtophys(np);
3085 if (((old & ~RELOC_MASK) <
3087 ((old & ~RELOC_MASK) >
[all...]

Completed in 166 milliseconds