Searched refs:dsps (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/dev/microcode/siop/ |
| D | ncr53cxxx.c | 107 int dsps; variable 447 define_symbol (tokens[0].name, dsps, S_LABEL, F_DEFINED); in main() 646 if (p->offset > dsps) in define_symbol() 649 script[p->offset / 4] += dsps; in define_symbol() 680 p->offset = dsps + 4; in patch_label() 688 if (dsps == 0) in close_script() 692 for (i = 0; i < dsps / 4; i += 2) { in close_script() 699 if ((i + 2) <= dsps / 4) fprintf (outfp, ",\t\t"); in close_script() 706 dsps = 0; in close_script() 848 p->offset = dsps + 4; in lookup() [all …]
|
| /mirbsd/src/sys/dev/microcode/ncr53cxxx/ |
| D | ncr53cxxx.c | 97 int dsps; variable 317 define_symbol (tokens[0].name, dsps, S_LABEL, F_DEFINED); in main() 480 if (p->offset > dsps) in define_symbol() 483 script[p->offset / 4] = dsps - p->offset - 4; in define_symbol() 508 if (dsps == 0) in close_script() 512 for (i = 0; i < dsps / 4; i += 2) { in close_script() 519 if ((i + 2) <= dsps / 4) fprintf (outfp, ",\t\t"); in close_script() 526 dsps = 0; in close_script() 672 p->offset = dsps + 4; in lookup() 687 p->offset = dsps + 4; in lookup() [all …]
|
| /mirbsd/src/sys/dev/ic/ |
| D | oosiop.c | 342 int32_t dsps; in oosiop_relocate_io() local 345 dsps = letoh32(sc->sc_scr[addr / 4 + 1]); in oosiop_relocate_io() 355 dsps <<= 8; in oosiop_relocate_io() 356 dsps >>= 8; in oosiop_relocate_io() 359 dsps += addr + 8; in oosiop_relocate_io() 362 sc->sc_scr[addr / 4 + 1] = htole32(dsps + sc->sc_scrbase); in oosiop_relocate_io() 369 int32_t dsps; in oosiop_relocate_tc() local 372 dsps = letoh32(sc->sc_scr[addr / 4 + 1]); in oosiop_relocate_tc() 383 dsps <<= 8; in oosiop_relocate_tc() 384 dsps >>= 8; in oosiop_relocate_tc() [all …]
|