Symbol: CONFIG_SET
drivers/media/platform/amphion/vpu_malone.c
55
#define STREAM_CONFIG_FORMAT_SET(x, y) CONFIG_SET(x, y, 0, 0x0000000F)
drivers/media/platform/amphion/vpu_malone.c
56
#define STREAM_CONFIG_STRBUFIDX_SET(x, y) CONFIG_SET(x, y, 8, 0x00000300)
drivers/media/platform/amphion/vpu_malone.c
57
#define STREAM_CONFIG_NOSEQ_SET(x, y) CONFIG_SET(x, y, 10, 0x00000400)
drivers/media/platform/amphion/vpu_malone.c
58
#define STREAM_CONFIG_DEBLOCK_SET(x, y) CONFIG_SET(x, y, 11, 0x00000800)
drivers/media/platform/amphion/vpu_malone.c
59
#define STREAM_CONFIG_DERING_SET(x, y) CONFIG_SET(x, y, 12, 0x00001000)
drivers/media/platform/amphion/vpu_malone.c
60
#define STREAM_CONFIG_IBWAIT_SET(x, y) CONFIG_SET(x, y, 13, 0x00002000)
drivers/media/platform/amphion/vpu_malone.c
61
#define STREAM_CONFIG_FBC_SET(x, y) CONFIG_SET(x, y, 14, 0x00004000)
drivers/media/platform/amphion/vpu_malone.c
62
#define STREAM_CONFIG_PLAY_MODE_SET(x, y) CONFIG_SET(x, y, 16, 0x00030000)
drivers/media/platform/amphion/vpu_malone.c
63
#define STREAM_CONFIG_ENABLE_DCP_SET(x, y) CONFIG_SET(x, y, 20, 0x00100000)
drivers/media/platform/amphion/vpu_malone.c
64
#define STREAM_CONFIG_NUM_STR_BUF_SET(x, y) CONFIG_SET(x, y, 21, 0x00600000)
drivers/media/platform/amphion/vpu_malone.c
65
#define STREAM_CONFIG_MALONE_USAGE_SET(x, y) CONFIG_SET(x, y, 23, 0x01800000)
drivers/media/platform/amphion/vpu_malone.c
66
#define STREAM_CONFIG_MULTI_VID_SET(x, y) CONFIG_SET(x, y, 25, 0x02000000)
drivers/media/platform/amphion/vpu_malone.c
67
#define STREAM_CONFIG_OBFUSC_EN_SET(x, y) CONFIG_SET(x, y, 26, 0x04000000)
drivers/media/platform/amphion/vpu_malone.c
68
#define STREAM_CONFIG_RC4_EN_SET(x, y) CONFIG_SET(x, y, 27, 0x08000000)
drivers/media/platform/amphion/vpu_malone.c
69
#define STREAM_CONFIG_MCX_SET(x, y) CONFIG_SET(x, y, 28, 0x10000000)
drivers/media/platform/amphion/vpu_malone.c
70
#define STREAM_CONFIG_PES_SET(x, y) CONFIG_SET(x, y, 29, 0x20000000)
drivers/media/platform/amphion/vpu_malone.c
71
#define STREAM_CONFIG_NUM_DBE_SET(x, y) CONFIG_SET(x, y, 30, 0x40000000)
drivers/media/platform/amphion/vpu_malone.c
72
#define STREAM_CONFIG_FS_CTRL_MODE_SET(x, y) CONFIG_SET(x, y, 31, 0x80000000)