Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/powerpc/signal/
Dsigfuz.c59 static int count_max = COUNT_MAX; variable
221 while (i < count_max) { in sigfuz_test()
313 count_max = atoi(optarg); in main()
314 printf("Running for %d interactions\n", count_max); in main()
/linux-6.1.9/drivers/net/fjes/
Dfjes_hw.c164 info->v1i.count_max = in fjes_hw_setup_epbuf()
900 if (info->v1i.count_max == 0) in fjes_hw_epbuf_rx_is_empty()
904 info->v1i.count_max); in fjes_hw_epbuf_rx_is_empty()
916 info->v1i.count_max) * in fjes_hw_epbuf_rx_curpkt_get_addr()
933 EP_RING_INDEX_INC(epbh->info->v1i.head, info->v1i.count_max); in fjes_hw_epbuf_rx_curpkt_drop()
942 if (EP_RING_FULL(info->v1i.head, info->v1i.tail, info->v1i.count_max)) in fjes_hw_epbuf_tx_pkt_send()
947 info->v1i.count_max) * in fjes_hw_epbuf_tx_pkt_send()
953 EP_RING_INDEX_INC(epbh->info->v1i.tail, info->v1i.count_max); in fjes_hw_epbuf_tx_pkt_send()
Dfjes_hw.h205 u16 count_max; member
Dfjes_main.c1115 info->v1i.count_max)) { in fjes_tx_stall_task()
/linux-6.1.9/drivers/gpu/drm/msm/adreno/
Da6xx_gpu.c755 unsigned i, count, count_max; in a6xx_set_cp_protect() local
760 count_max = 48; in a6xx_set_cp_protect()
765 count_max = 48; in a6xx_set_cp_protect()
770 count_max = 32; in a6xx_set_cp_protect()
784 gpu_write(gpu, REG_A6XX_CP_PROTECT(count_max - 1), regs[i]); in a6xx_set_cp_protect()