Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm.c535 int instrptr; in output_listing() local
541 instrptr = 0; in output_listing()
628 fprintf(listfile, "%03x %02x%02x%02x%02x", instrptr, in output_listing()
643 instrptr++; in output_listing()
/netbsd-src/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) in ahc_download_instr() argument
6420 instr.integer = ahc_le32toh(*(const uint32_t*)&seqprog[instrptr * 4]); in ahc_download_instr()
H A Daic79xx.c230 u_int instrptr, uint8_t *dconsts);
8477 ahd_download_instr(struct ahd_softc *ahd, u_int instrptr, uint8_t *dconsts) in ahd_download_instr() argument
8487 instr.integer = ahd_le32toh(*(const uint32_t*)&seqprog[instrptr * 4]); in ahd_download_instr()