Home
last modified time | relevance | path

Searched refs:seqprog (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/dev/microcode/aic7xxx/
Daic79xx_seq.h9 static const uint8_t seqprog[] = { variable
Daic7xxx_seq.h9 static const uint8_t seqprog[] = { variable
/openbsd/src/sys/dev/ic/
Daic7xxx.c6142 for (i = 0; i < sizeof(seqprog)/4; i++) { in ahc_loadseq()
6255 instr.integer = aic_le32toh(*(uint32_t*)&seqprog[instrptr * 4]); in ahc_download_instr()
Daic79xx.c8394 for (i = 0; i < sizeof(seqprog)/4; i++) { in ahd_loadseq()
8522 instr.integer = aic_le32toh(*(uint32_t*)&seqprog[instrptr * 4]); in ahd_download_instr()