Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic79xx_seq.h8 static const uint8_t seqprog[] = { variable
H A Daic7xxx_seq.h8 static const uint8_t seqprog[] = { variable
/netbsd-src/sys/dev/ic/
H A Daic7xxx.c6323 for (i = 0; i < sizeof(seqprog)/4; i++) { in ahc_loadseq()
6420 instr.integer = ahc_le32toh(*(const uint32_t*)&seqprog[instrptr * 4]); in ahc_download_instr()
H A Daic79xx.c8360 for (i = 0; i < sizeof(seqprog)/4; i++) { in ahd_loadseq()
8487 instr.integer = ahd_le32toh(*(const uint32_t*)&seqprog[instrptr * 4]); in ahd_download_instr()