Searched refs:count_max (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/signal/ |
H A D | sigfuz.c | 59 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/signal/ |
H A D | sigfuz.c | 59 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()
|
/kernel/linux/linux-5.10/drivers/net/fjes/ |
H A D | fjes_hw.c | 163 info->v1i.count_max = in fjes_hw_setup_epbuf() 922 if (info->v1i.count_max == 0) in fjes_hw_epbuf_rx_is_empty() 926 info->v1i.count_max); in fjes_hw_epbuf_rx_is_empty() 938 info->v1i.count_max) * in fjes_hw_epbuf_rx_curpkt_get_addr() 955 EP_RING_INDEX_INC(epbh->info->v1i.head, info->v1i.count_max); in fjes_hw_epbuf_rx_curpkt_drop() 964 if (EP_RING_FULL(info->v1i.head, info->v1i.tail, info->v1i.count_max)) in fjes_hw_epbuf_tx_pkt_send() 969 info->v1i.count_max) * in fjes_hw_epbuf_tx_pkt_send() 975 EP_RING_INDEX_INC(epbh->info->v1i.tail, info->v1i.count_max); in fjes_hw_epbuf_tx_pkt_send()
|
H A D | fjes_hw.h | 205 u16 count_max; member
|
H A D | fjes_main.c | 527 info->v1i.count_max)) { in fjes_tx_stall_task()
|
/kernel/linux/linux-6.6/drivers/net/fjes/ |
H A D | fjes_hw.c | 164 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()
|
H A D | fjes_hw.h | 205 u16 count_max; member
|
H A D | fjes_main.c | 1113 info->v1i.count_max)) { in fjes_tx_stall_task()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_gpu.c | 904 unsigned i, count, count_max; in a6xx_set_cp_protect() local 909 count_max = 48; in a6xx_set_cp_protect() 914 count_max = 48; in a6xx_set_cp_protect() 919 count_max = 48; in a6xx_set_cp_protect() 924 count_max = 32; in a6xx_set_cp_protect() 944 gpu_write(gpu, REG_A6XX_CP_PROTECT(count_max - 1), regs[i]); in a6xx_set_cp_protect()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_gpu.c | 545 unsigned i, count = ARRAY_SIZE(a6xx_protect), count_max = 32; in a6xx_set_cp_protect() local 553 count_max = 48; in a6xx_set_cp_protect() 566 gpu_write(gpu, REG_A6XX_CP_PROTECT(count_max - 1), regs[i]); in a6xx_set_cp_protect()
|
Completed in 14 milliseconds