Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm.c528 int instrptr; in output_listing() local
534 instrptr = 0; in output_listing()
612 fprintf(listfile, "%04x %02x%02x%02x%02x", instrptr, in output_listing()
636 instrptr++; in output_listing()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.c226 u_int instrptr, uint8_t *dconsts);
6510 ahc_download_instr(struct ahc_softc *ahc, u_int instrptr, uint8_t *dconsts) in ahc_download_instr() argument
6520 instr.integer = aic_le32toh(*(uint32_t*)&seqprog[instrptr * 4]); in ahc_download_instr()
H A Daic79xx.c220 u_int instrptr, uint8_t *dconsts);
8760 ahd_download_instr(struct ahd_softc *ahd, u_int instrptr, uint8_t *dconsts) in ahd_download_instr() argument
8770 instr.integer = aic_le32toh(*(uint32_t*)&seqprog[instrptr * 4]); in ahd_download_instr()