Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/sys/dev/aic7xxx/
H A Daic7xxx.c233 u_int instrptr, uint8_t *dconsts);
6526 ahc_download_instr(struct ahc_softc *ahc, u_int instrptr, uint8_t *dconsts) in ahc_download_instr() argument
6536 instr.integer = aic_le32toh(*(uint32_t*)&seqprog[instrptr * 4]); in ahc_download_instr()
H A Daic79xx.c227 u_int instrptr, uint8_t *dconsts);
8777 ahd_download_instr(struct ahd_softc *ahd, u_int instrptr, uint8_t *dconsts) in ahd_download_instr() argument
8787 instr.integer = aic_le32toh(*(uint32_t*)&seqprog[instrptr * 4]); in ahd_download_instr()