Searched defs:in_bytes (Results 1 – 8 of 8) sorted by relevance
/u-boot/drivers/misc/ |
A D | cros_ec_spi.c | 22 int cros_ec_spi_packet(struct udevice *udev, int out_bytes, int in_bytes) in cros_ec_spi_packet() 86 int in_bytes = din_len + 4; /* status, length, checksum, trailer */ in cros_ec_spi_command() local
|
A D | cros_ec_i2c.c | 52 static int cros_ec_i2c_packet(struct udevice *udev, int out_bytes, int in_bytes) in cros_ec_i2c_packet() 120 int in_bytes = din_len + 3; in cros_ec_i2c_command() local
|
A D | cros_ec_lpc.c | 47 int cros_ec_lpc_packet(struct udevice *udev, int out_bytes, int in_bytes) in cros_ec_lpc_packet()
|
A D | cros_ec.c | 185 int in_bytes = din_len + sizeof(struct ec_host_response); in prepare_proto3_response_buffer() local 213 int in_bytes; in handle_proto3_response() local 263 int out_bytes, in_bytes; in send_command_proto3() local
|
A D | cros_ec_sandbox.c | 561 int cros_ec_sandbox_packet(struct udevice *udev, int out_bytes, int in_bytes) in cros_ec_sandbox_packet()
|
/u-boot/arch/arm/mach-exynos/ |
A D | spl_boot.c | 73 uint out_bytes, in_bytes; in spi_rx_tx() local
|
/u-boot/drivers/spi/ |
A D | exynos_spi.c | 106 uint out_bytes, in_bytes; in spi_rx_tx() local
|
A D | bcmstb_spi.c | 271 u8 *in_bytes = (u8 *)din; in bcmstb_spi_xfer() local
|
Completed in 12 milliseconds