Home
last modified time | relevance | path

Searched refs:packet_size (Results 1 – 7 of 7) sorted by relevance

/u-boot/cmd/
A Dusb.c154 uint packet_size = dev->descriptor.bMaxPacketSize0; in usb_display_desc() local
178 packet_size = 1 << packet_size; in usb_display_desc()
180 packet_size, dev->descriptor.bNumConfigurations); in usb_display_desc()
/u-boot/net/
A Dfastboot_udp.c30 static const unsigned short packet_size = PACKET_SIZE; variable
157 tmp = htons(packet_size); in fastboot_send()
/u-boot/drivers/spi/
A Dmtk_spim.c307 u32 packet_size, packet_loop, reg_val; in mtk_spim_setup_packet() local
311 packet_size = min_t(u32, in mtk_spim_setup_packet()
315 packet_size = min_t(u32, in mtk_spim_setup_packet()
320 packet_loop = priv->xfer_len / packet_size; in mtk_spim_setup_packet()
328 reg_val |= (packet_size - 1) << SPI_CFG1_PACKET_LENGTH_OFFSET; in mtk_spim_setup_packet()
/u-boot/drivers/usb/gadget/
A Df_thor.c149 unsigned int packet_size, in download_head() argument
166 while (total - rcv_cnt >= packet_size) { in download_head()
167 thor_set_dma(buf, packet_size); in download_head()
168 buf += packet_size; in download_head()
202 thor_set_dma(buf, packet_size); in download_head()
/u-boot/arch/arm/include/asm/ti-common/
A Dkeystone_nav.h50 u32 packet_size; member
/u-boot/drivers/net/
A Dcortina_ni.c745 if (packet_status.packet_size > 1518) { in cortina_eth_recv()
747 __func__, packet_status.packet_size); in cortina_eth_recv()
762 pktlen = packet_status.packet_size; in cortina_eth_recv()
765 __func__, packet_status.packet_size); in cortina_eth_recv()
A Dcortina_ni.h82 u32 packet_size : 14; /* bits 13:0 */ member

Completed in 19 milliseconds