Searched refs:payload (Results 26 - 32 of 32) sorted by relevance

12

/u-boot/drivers/video/bridge/
H A Dtc358768.c239 u16 val = packet.payload[i];
242 val |= packet.payload[i + 1] << 8;
/u-boot/
H A DMakefile1009 INPUTS-$(CONFIG_EFI_STUB) += u-boot-payload.efi
1659 u-boot-payload.lds: $(LDSCRIPT_EFI) FORCE
1662 # Rule to link the EFI payload which contains a stub and a U-Boot binary
1665 -T u-boot-payload.lds arch/x86/cpu/call32.o \
1669 u-boot-payload: u-boot.bin.o u-boot-payload.lds FORCE
1672 OBJCOPYFLAGS_u-boot-payload.efi := $(OBJCOPYFLAGS_EFI)
1673 u-boot-payload.efi: u-boot-payload FORCE
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
H A Dstm32prog.c330 u8 *payload; local
332 /* compute checksum on payload */
333 payload = (u8 *)addr;
336 checksum += *(payload++);
1694 /* read header + payload */
/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_lowlevel.c638 writel(tx_data, &mipi_dsim->payload);
/u-boot/drivers/video/
H A Ddw_mipi_dsi.c337 const u8 *tx_buf = packet->payload;
360 "failed to get available write payload FIFO\n");
393 "Read payload FIFO is empty\n");
/u-boot/drivers/video/tegra20/
H A Dtegra-dsi.c272 /* write payload (if any) */
274 tegra_dsi_writesl(misc, packet.payload,
320 * plus the variable-length payload.
/u-boot/include/
H A Dec_commands.h20 * - Px is the optional payload.
23 * - S is the checksum which is the sum of all payload bytes.
4205 uint8_t size_port; /* [7:5] port number [4:0] payload size in bytes */
4206 uint16_t data; /* type-defined data payload */
4207 uint8_t payload[0]; /* optional additional data payload: 0..16 bytes */ member in struct:ec_response_pd_log
4245 * the payload is "struct usb_chg_measures"
4269 * PD_EVENT_VIDEO_CODEC payload is "struct mcdp_info".

Completed in 202 milliseconds

12