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

/freebsd-13-stable/sys/dev/sym/
H A Dsym_fw.h197 #define RELOC_MASK 0xf0000000 macro
H A Dsym_hipd.c2133 switch (old & RELOC_MASK) {
2135 new = (old & ~RELOC_MASK) + np->mmio_ba;
2138 new = (old & ~RELOC_MASK) + np->scripta_ba;
2141 new = (old & ~RELOC_MASK) + np->scriptb_ba;
2144 new = (old & ~RELOC_MASK) + np->hcb_ba;

Completed in 123 milliseconds