Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/
H A Ddecomp.sh31 COMPRESS="lzma"
34 … -A arm -O u-boot -T standalone -C ${COMPRESS} -a ${ADDR} -e ${ADDR} -d u-boot.bin.${COMPRESS} u-b…
39 cat u-boot.bin.${COMPRESS}.uImage >> u-boot.bin.decomp
/rk3399_rockchip-uboot/drivers/fpga/
H A Divm_core.c641 g_usDataType |= COMPRESS; in ispVMCode()
643 g_usDataType &= ~COMPRESS; in ispVMCode()
1383 if (g_usDataType & COMPRESS) { in ispVMData()
1472 !getData && !(g_usDataType&COMPRESS)) { in ispVMData()
1737 if (g_usDataType & COMPRESS) { in ispVMAmble()
1738 g_usDataType &= ~(COMPRESS); in ispVMAmble()
1861 g_usDataType |= COMPRESS; in ispVMAmble()
/rk3399_rockchip-uboot/include/
H A Dlattice.h59 #define COMPRESS 0x0008 /* Data is compressed. */ macro