Searched refs:packet_size (Results 1 – 7 of 7) sorted by relevance
| /u-boot/cmd/ |
| A D | usb.c | 154 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 D | fastboot_udp.c | 30 static const unsigned short packet_size = PACKET_SIZE; variable 157 tmp = htons(packet_size); in fastboot_send()
|
| /u-boot/drivers/spi/ |
| A D | mtk_spim.c | 307 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 D | f_thor.c | 149 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 D | keystone_nav.h | 50 u32 packet_size; member
|
| /u-boot/drivers/net/ |
| A D | cortina_ni.c | 745 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 D | cortina_ni.h | 82 u32 packet_size : 14; /* bits 13:0 */ member
|
Completed in 19 milliseconds