Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.h162 RK_S32 mb_count; member
/OK3568_Linux_fs/kernel/drivers/net/can/
H A Dflexcan.c347 u8 mb_count; member
493 if (WARN_ON(mb_index >= priv->mb_count)) in flexcan_get_mb()
1512 for (i = FLEXCAN_TX_MB_RESERVED_OFF_FIFO; i < priv->mb_count; i++) { in flexcan_chip_start()
1536 for (i = 0; i < priv->mb_count; i++) in flexcan_chip_start()
1681 priv->mb_count = (sizeof(priv->regs->mb[0]) / priv->mb_size) + in flexcan_open()
1690 priv->tx_mb_idx = priv->mb_count - 1; in flexcan_open()
1698 priv->offload.mb_last = priv->mb_count - 2; in flexcan_open()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_vepu1_reg.h241 RK_U32 mb_count : 16; member
H A Dhal_vp8e_vepu2_reg.h455 RK_U32 mb_count : 16; member
/OK3568_Linux_fs/kernel/drivers/media/usb/go7007/
H A Dgo7007-fw.c722 int mb_count = (go->width >> 4) * (go->height >> 4); in mpeg4_frame_header() local
736 for (i = 0; i < mb_count; ++i) { in mpeg4_frame_header()