Searched refs:pt_buf (Results 1 - 1 of 1) sorted by relevance

/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
H A Dstm32prog_usb.c79 u8 *pt_buf = buf; local
98 *pt_buf++ = (u8)(phase & 0xFF);
99 *pt_buf++ = (u8)(destination);
100 *pt_buf++ = (u8)(destination >> 8);
101 *pt_buf++ = (u8)(destination >> 16);
102 *pt_buf++ = (u8)(destination >> 24);
103 *pt_buf++ = (u8)(dfu_offset);
104 *pt_buf++ = (u8)(dfu_offset >> 8);
105 *pt_buf++ = (u8)(dfu_offset >> 16);
106 *pt_buf
[all...]

Completed in 89 milliseconds