Home
last modified time | relevance | path

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

/system/fidl/fuchsia-hardware-i2c/
A Di2c.fidl9 const uint32 MAX_TRANSFER_SIZE = 8196; // More than enough for I2C
31 1: SlaveTransfer(vector<uint8>:MAX_TRANSFER_SIZE in) -> (zx.status s,
32 vector<uint8>:MAX_TRANSFER_SIZE out);
/system/dev/block/ramdisk/
A Dramdisk.c28 #define MAX_TRANSFER_SIZE (1 << 19) macro
120 if (length > MAX_TRANSFER_SIZE) { in worker_thread()
213 info->max_transfer_size = MAX_TRANSFER_SIZE; in ramdisk_get_info()
/system/dev/i2c/intel-i2c/
A Dintel-i2c-controller.c49 #define MAX_TRANSFER_SIZE (UINT16_MAX - 1) macro
61 uint8_t* read_buffer = malloc(MAX_TRANSFER_SIZE); in intel_i2c_transact()
73 if (p_reads - read_buffer > MAX_TRANSFER_SIZE) { in intel_i2c_transact()
108 *out_size = MAX_TRANSFER_SIZE; in intel_i2c_get_max_transfer_size()

Completed in 10 milliseconds