Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/drivers/net/fjes/
Dfjes_hw.c164 info->v1i.count_max = in fjes_hw_setup_epbuf()
923 if (info->v1i.count_max == 0) in fjes_hw_epbuf_rx_is_empty()
927 info->v1i.count_max); in fjes_hw_epbuf_rx_is_empty()
939 info->v1i.count_max) * in fjes_hw_epbuf_rx_curpkt_get_addr()
956 EP_RING_INDEX_INC(epbh->info->v1i.head, info->v1i.count_max); in fjes_hw_epbuf_rx_curpkt_drop()
965 if (EP_RING_FULL(info->v1i.head, info->v1i.tail, info->v1i.count_max)) in fjes_hw_epbuf_tx_pkt_send()
970 info->v1i.count_max) * in fjes_hw_epbuf_tx_pkt_send()
976 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.c1110 info->v1i.count_max)) { in fjes_tx_stall_task()
/linux-6.12.1/drivers/gpu/drm/msm/adreno/
Da6xx_catalog.c1391 BUILD_BUG_ON(a630_protect.count > a630_protect.count_max); in __build_asserts()
1392 BUILD_BUG_ON(a650_protect.count > a650_protect.count_max); in __build_asserts()
1393 BUILD_BUG_ON(a660_protect.count > a660_protect.count_max); in __build_asserts()
1394 BUILD_BUG_ON(a690_protect.count > a690_protect.count_max); in __build_asserts()
1395 BUILD_BUG_ON(a730_protect.count > a730_protect.count_max); in __build_asserts()
Dadreno_gpu.h149 uint32_t count_max; member
156 .count_max = __count_max, \
Da6xx_gpu.c501 gpu_write(gpu, REG_A6XX_CP_PROTECT(protect->count_max - 1), protect->regs[i]); in a6xx_set_cp_protect()