Searched refs:count_max (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/fjes/ |
| H A D | fjes_hw.c | 164 info->v1i.count_max = in fjes_hw_setup_epbuf() 928 if (info->v1i.count_max == 0) in fjes_hw_epbuf_rx_is_empty() 932 info->v1i.count_max); in fjes_hw_epbuf_rx_is_empty() 944 info->v1i.count_max) * in fjes_hw_epbuf_rx_curpkt_get_addr() 961 EP_RING_INDEX_INC(epbh->info->v1i.head, info->v1i.count_max); in fjes_hw_epbuf_rx_curpkt_drop() 970 if (EP_RING_FULL(info->v1i.head, info->v1i.tail, info->v1i.count_max)) in fjes_hw_epbuf_tx_pkt_send() 975 info->v1i.count_max) * in fjes_hw_epbuf_tx_pkt_send() 981 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
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_catalog.c | 1964 BUILD_BUG_ON(a630_protect.count > a630_protect.count_max); in __build_asserts() 1965 BUILD_BUG_ON(a650_protect.count > a650_protect.count_max); in __build_asserts() 1966 BUILD_BUG_ON(a660_protect.count > a660_protect.count_max); in __build_asserts() 1967 BUILD_BUG_ON(a690_protect.count > a690_protect.count_max); in __build_asserts() 1968 BUILD_BUG_ON(a730_protect.count > a730_protect.count_max); in __build_asserts()
|
| H A D | adreno_gpu.h | 168 uint32_t count_max; member 175 .count_max = __count_max, \
|
| H A D | a8xx_gpu.c | 258 a8xx_write_pipe(gpu, PIPE_BR, REG_A8XX_CP_PROTECT_PIPE(protect->count_max), final_cfg); in a8xx_set_cp_protect() 259 a8xx_write_pipe(gpu, PIPE_BV, REG_A8XX_CP_PROTECT_PIPE(protect->count_max), final_cfg); in a8xx_set_cp_protect()
|
| H A D | a6xx_gpu.c | 729 gpu_write(gpu, REG_A6XX_CP_PROTECT(protect->count_max - 1), protect->regs[i]); in a6xx_set_cp_protect()
|