Searched refs:count_max (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsigfuz.c59 static int count_max = COUNT_MAX; variable
221 while (i < count_max) {
313 count_max = atoi(optarg);
314 printf("Running for %d interactions\n", count_max);
/linux-master/drivers/net/fjes/
H A Dfjes_hw.c164 info->v1i.count_max =
923 if (info->v1i.count_max == 0)
927 info->v1i.count_max);
939 info->v1i.count_max) *
956 EP_RING_INDEX_INC(epbh->info->v1i.head, info->v1i.count_max);
965 if (EP_RING_FULL(info->v1i.head, info->v1i.tail, info->v1i.count_max))
970 info->v1i.count_max) *
976 EP_RING_INDEX_INC(epbh->info->v1i.tail, info->v1i.count_max);
H A Dfjes_hw.h205 u16 count_max; member in struct:ep_buffer_info::_ep_buffer_info_v1_t
H A Dfjes_main.c1112 info->v1i.count_max)) {
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu.c1305 unsigned i, count, count_max; local
1310 count_max = 48;
1315 count_max = 48;
1320 count_max = 48;
1327 count_max = 48;
1332 count_max = 32;
1352 gpu_write(gpu, REG_A6XX_CP_PROTECT(count_max - 1), regs[i]);

Completed in 134 milliseconds