HomeSort by: relevance | last modified time | path
    Searched refs:seqprog (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic79xx_seq.h 8 static const uint8_t seqprog[] = { variable in typeref:typename:const uint8_t[]
aic7xxx_seq.h 8 static const uint8_t seqprog[] = { variable in typeref:typename:const uint8_t[]
  /src/sys/dev/ic/
aic7xxx.c 6323 for (i = 0; i < sizeof(seqprog)/4; i++) {
6420 instr.integer = ahc_le32toh(*(const uint32_t*)&seqprog[instrptr * 4]);
aic79xx.c 8360 for (i = 0; i < sizeof(seqprog)/4; i++) {
8487 instr.integer = ahd_le32toh(*(const uint32_t*)&seqprog[instrptr * 4]);

Completed in 106 milliseconds