Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/microcode/aic7xxx/
Daic79xx_seq.h1190 #define NUM_CRITICAL_SECTIONS (sizeof(critical_sections) / sizeof(*critical_sections)) macro
Daic7xxx_seq.h1310 #define NUM_CRITICAL_SECTIONS (sizeof(critical_sections) / sizeof(*critical_sections)) macro
/openbsd/src/sys/dev/ic/
Daic7xxx.c6100 struct cs cs_table[NUM_CRITICAL_SECTIONS]; in ahc_loadseq()
6101 u_int begin_set[NUM_CRITICAL_SECTIONS]; in ahc_loadseq()
6102 u_int end_set[NUM_CRITICAL_SECTIONS]; in ahc_loadseq()
6167 for (; cur_cs < NUM_CRITICAL_SECTIONS; cur_cs++) { in ahc_loadseq()
Daic79xx.c8288 struct cs cs_table[NUM_CRITICAL_SECTIONS]; in ahd_loadseq()
8289 u_int begin_set[NUM_CRITICAL_SECTIONS]; in ahd_loadseq()
8290 u_int end_set[NUM_CRITICAL_SECTIONS]; in ahd_loadseq()
8406 for (; cur_cs < NUM_CRITICAL_SECTIONS; cur_cs++) { in ahd_loadseq()