Home
last modified time | relevance | path

Searched refs:mbs (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.c139 u32 mps, mbs, mul, si; in bdc_config_ep() local
144 cmd_sc = mul = mbs = param2 = 0; in bdc_config_ep()
170 mbs = comp_desc->bMaxBurst; in bdc_config_ep()
171 param2 |= mbs << MB_SHIFT; in bdc_config_ep()
179 mbs = usb_endpoint_maxp_mult(desc); in bdc_config_ep()
180 param2 |= mbs << MB_SHIFT; in bdc_config_ep()
/linux/drivers/media/platform/qcom/venus/
H A Dvenc.c1002 u32 mbs; in venc_set_properties() local
1004 mbs = ALIGN(inst->width, 16) * ALIGN(inst->height, 16); in venc_set_properties()
1005 mbs /= 16 * 16; in venc_set_properties()
1006 if (mbs % ctr->intra_refresh_period) in venc_set_properties()
1007 mbs++; in venc_set_properties()
1008 mbs /= ctr->intra_refresh_period; in venc_set_properties()
1010 intra_refresh.cir_mbs = mbs; in venc_set_properties()
H A Dhfi_helper.h702 u32 mbs; member
H A Dhfi_cmds.c1173 intra->mbs = in->cir_mbs; in pkt_session_set_property_3xx()