Searched refs:count_max (Results 1 – 4 of 4) 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 | 2203 BUILD_BUG_ON(a630_protect.count > a630_protect.count_max); in __build_asserts() 2204 BUILD_BUG_ON(a650_protect.count > a650_protect.count_max); in __build_asserts() 2205 BUILD_BUG_ON(a660_protect.count > a660_protect.count_max); in __build_asserts() 2206 BUILD_BUG_ON(a690_protect.count > a690_protect.count_max); in __build_asserts() 2207 BUILD_BUG_ON(a730_protect.count > a730_protect.count_max); in __build_asserts()
|
| H A D | a8xx_gpu.c | 268 a8xx_write_pipe(gpu, PIPE_BR, REG_A8XX_CP_PROTECT_PIPE(protect->count_max), final_cfg); in a8xx_set_cp_protect() 269 a8xx_write_pipe(gpu, PIPE_BV, REG_A8XX_CP_PROTECT_PIPE(protect->count_max), final_cfg); in a8xx_set_cp_protect()
|