Lines Matching defs:data
249 /* program data time out value to the max */
498 * Called only when there is no data transaction activity.
685 * function to setup DMA buffer and data length, calculates block
690 uint8_t *data, uint32_t length, int32_t dir)
711 (uintptr_t)data);
719 * function to write one block data directly to the
722 * It is used in Non-DMA mode for data transmission.
725 uint8_t *data)
749 value = *(uint32_t *)(data + i);
762 * data is submitted???
765 value = ((*(uint32_t *)(data + i)) << (4 - leftOver));
775 * Function to read maximal one block data directly
776 * from the data port of the host controller (FIFO). It is used
777 * in Non-DMA mode for data transmission.
780 uint8_t *data)
807 memcpy((void *)(data + i), &value, sizeof(uint32_t));
821 data[i + j] = (value >> (j * 8)) & 0xFF;
863 * back it's response data.
990 /* in case there still data in the host buffer */