Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/can/
Dflexcan.c347 u8 mb_count; member
493 if (WARN_ON(mb_index >= priv->mb_count)) in flexcan_get_mb()
1504 for (i = FLEXCAN_TX_MB_RESERVED_OFF_FIFO; i < priv->mb_count; i++) { in flexcan_chip_start()
1528 for (i = 0; i < priv->mb_count; i++) in flexcan_chip_start()
1673 priv->mb_count = (sizeof(priv->regs->mb[0]) / priv->mb_size) + in flexcan_open()
1682 priv->tx_mb_idx = priv->mb_count - 1; in flexcan_open()
1690 priv->offload.mb_last = priv->mb_count - 2; in flexcan_open()
/Linux-v5.10/drivers/media/usb/go7007/
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()