Home
last modified time | relevance | path

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

/drivers/spi/
A Dmtk_spim.c314 u32 packet_size, packet_loop, reg_val; in mtk_spim_setup_packet() local
318 packet_size = min_t(u32, in mtk_spim_setup_packet()
322 packet_size = min_t(u32, in mtk_spim_setup_packet()
327 packet_loop = priv->xfer_len / packet_size; in mtk_spim_setup_packet()
335 reg_val |= (packet_size - 1) << SPI_CFG1_PACKET_LENGTH_OFFSET; in mtk_spim_setup_packet()
/drivers/usb/gadget/
A Df_thor.c152 unsigned int packet_size, in download_head() argument
169 while (total - rcv_cnt >= packet_size) { in download_head()
170 thor_set_dma(buf, packet_size); in download_head()
171 buf += packet_size; in download_head()
205 thor_set_dma(buf, packet_size); in download_head()
/drivers/net/
A Dcortina_ni.c744 if (packet_status.packet_size > 1518) { in cortina_eth_recv()
746 __func__, packet_status.packet_size); in cortina_eth_recv()
761 pktlen = packet_status.packet_size; in cortina_eth_recv()
764 __func__, packet_status.packet_size); in cortina_eth_recv()
A Dcortina_ni.h82 u32 packet_size : 14; /* bits 13:0 */ member

Completed in 14 milliseconds