Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/aic7xxx/aicasm/
H A Daicasm.c530 int instrptr; in output_listing() local
536 instrptr = 0; in output_listing()
614 fprintf(listfile, "%04x %02x%02x%02x%02x", instrptr, in output_listing()
638 instrptr++; in output_listing()
/freebsd-13.1/sys/dev/aic7xxx/
H A Daic7xxx.c234 u_int instrptr, uint8_t *dconsts);
6534 ahc_download_instr(struct ahc_softc *ahc, u_int instrptr, uint8_t *dconsts) in ahc_download_instr() argument
6544 instr.integer = aic_le32toh(*(uint32_t*)&seqprog[instrptr * 4]); in ahc_download_instr()
H A Daic79xx.c228 u_int instrptr, uint8_t *dconsts);
8787 ahd_download_instr(struct ahd_softc *ahd, u_int instrptr, uint8_t *dconsts) in ahd_download_instr() argument
8797 instr.integer = aic_le32toh(*(uint32_t*)&seqprog[instrptr * 4]); in ahd_download_instr()