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

/freebsd-current/sys/dev/sym/
H A Dsym_fw.h196 #define RELOC_MASK 0xf0000000 macro
H A Dsym_hipd.c2132 switch (old & RELOC_MASK) {
2134 new = (old & ~RELOC_MASK) + np->mmio_ba;
2137 new = (old & ~RELOC_MASK) + np->scripta_ba;
2140 new = (old & ~RELOC_MASK) + np->scriptb_ba;
2143 new = (old & ~RELOC_MASK) + np->hcb_ba;

Completed in 130 milliseconds