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

/netbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm.c535 int instrptr; local
541 instrptr = 0;
628 fprintf(listfile, "%03x %02x%02x%02x%02x", instrptr,
643 instrptr++;
/netbsd-current/sys/dev/ic/
H A Daic7xxx.c238 u_int instrptr, uint8_t *dconsts);
6410 ahc_download_instr(struct ahc_softc *ahc, u_int instrptr, uint8_t *dconsts) argument
6420 instr.integer = ahc_le32toh(*(const uint32_t*)&seqprog[instrptr * 4]);
H A Daic79xx.c230 u_int instrptr, uint8_t *dconsts);
8477 ahd_download_instr(struct ahd_softc *ahd, u_int instrptr, uint8_t *dconsts) argument
8487 instr.integer = ahd_le32toh(*(const uint32_t*)&seqprog[instrptr * 4]);

Completed in 171 milliseconds