HomeSort by: relevance | last modified time | path
    Searched refs:instrptr (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aicasm.c 535 int instrptr; local in function:output_listing
541 instrptr = 0;
628 fprintf(listfile, "%03x %02x%02x%02x%02x", instrptr,
643 instrptr++;
  /src/sys/dev/ic/
aic7xxx.c 238 u_int instrptr, uint8_t *dconsts);
6410 ahc_download_instr(struct ahc_softc *ahc, u_int instrptr, uint8_t *dconsts)
6420 instr.integer = ahc_le32toh(*(const uint32_t*)&seqprog[instrptr * 4]);
aic79xx.c 230 u_int instrptr, uint8_t *dconsts);
8477 ahd_download_instr(struct ahd_softc *ahd, u_int instrptr, uint8_t *dconsts)
8487 instr.integer = ahd_le32toh(*(const uint32_t*)&seqprog[instrptr * 4]);

Completed in 25 milliseconds