Searched defs:in_bytes (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | cros_ec_spi.c | 24 int cros_ec_spi_packet(struct udevice *udev, int out_bytes, int in_bytes) in cros_ec_spi_packet() 88 int in_bytes = din_len + 4; /* status, length, checksum, trailer */ in cros_ec_spi_command() local
|
| H 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
|
| H A D | cros_ec.c | 131 int in_bytes = din_len + sizeof(struct ec_host_response); in prepare_proto3_response_buffer() local 159 int in_bytes; in handle_proto3_response() local 209 int out_bytes, in_bytes; in send_command_proto3() local
|
| H A D | cros_ec_sandbox.c | 471 int cros_ec_sandbox_packet(struct udevice *udev, int out_bytes, int in_bytes) in cros_ec_sandbox_packet()
|
| /rk3399_rockchip-uboot/arch/arm/mach-exynos/ |
| H A D | spl_boot.c | 70 uint out_bytes, in_bytes; in spi_rx_tx() local
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | exynos_spi.c | 103 uint out_bytes, in_bytes; in spi_rx_tx() local
|
| H A D | bcmstb_spi.c | 270 u8 *in_bytes = (u8 *)din; in bcmstb_spi_xfer() local
|