Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dmisc.h164 #define DCOMP_FLG_IRQ_ONESHOT BIT(0) macro
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit_misc.c103 flags |= DCOMP_FLG_IRQ_ONESHOT; in fit_decomp_image()
/rk3399_rockchip-uboot/drivers/misc/
H A Drockchip_decompress.c149 if (param->flags && DCOMP_FLG_IRQ_ONESHOT) in rockchip_decom_start()