Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/mspi/
Dmspi_dw.c742 uint32_t packet_frames; in start_next_packet() local
777 packet_frames = packet->num_bytes >> dev_data->bytes_per_frame_exp; in start_next_packet()
779 if (packet_frames > UINT16_MAX + 1) { in start_next_packet()
828 rx_fifo_threshold = MIN(packet_frames - 1, in start_next_packet()
858 write_ctrlr1(dev, packet_frames > 0 in start_next_packet()
859 ? FIELD_PREP(CTRLR1_NDF_MASK, packet_frames - 1) in start_next_packet()