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

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

Completed in 206 milliseconds