HomeSort by: relevance | last modified time | path
    Searched defs:cs_count (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 8262 u_int cs_count; local in function:ahd_loadseq
8284 cs_count = 0;
8374 if (begin_set[cs_count] == TRUE
8375 && end_set[cs_count] == FALSE) {
8376 cs_table[cs_count].end = downloaded;
8377 end_set[cs_count] = TRUE;
8378 cs_count++;
8383 && begin_set[cs_count] == FALSE) {
8384 cs_table[cs_count].begin = downloaded;
8385 begin_set[cs_count] = TRUE
    [all...]
aic7xxx.c 6285 u_int cs_count; local in function:ahc_loadseq
6297 cs_count = 0;
6337 if (begin_set[cs_count] == TRUE
6338 && end_set[cs_count] == FALSE) {
6339 cs_table[cs_count].end = downloaded;
6340 end_set[cs_count] = TRUE;
6341 cs_count++;
6346 && begin_set[cs_count] == FALSE) {
6347 cs_table[cs_count].begin = downloaded;
6348 begin_set[cs_count] = TRUE
    [all...]

Completed in 41 milliseconds