Home
last modified time | relevance | path

Searched refs:chunk_max (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Daspeed_udc.h34 u32 chunk_max; member
H A Daspeed_udc.c446 chunk = ep->chunk_max; in aspeed_dma_descriptor_setup()
500 max_req_size = ep->chunk_max * (AST_EP_NUM_OF_DESC - 1); in aspeed_udc_ep_dma_desc_mode()
600 ep->chunk_max = ep->ep.maxpacket; in aspeed_udc_ep_enable()
602 ep->chunk_max <<= 3; in aspeed_udc_ep_enable()
603 while (ep->chunk_max > 4095) in aspeed_udc_ep_enable()
604 ep->chunk_max -= ep->ep.maxpacket; in aspeed_udc_ep_enable()
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_verify.c308 u32 chunk_max; in yaffs_verify_obj() local
328 chunk_max = in yaffs_verify_obj()
332 ((unsigned)(obj->hdr_chunk)) <= chunk_max); in yaffs_verify_obj()