Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-hw.c796 node->ins = BLT_INS_S1_OFF | BLT_INS_S2_MEM | BLT_INS_S3_OFF; in bdisp_hw_build_node()
806 node->ins |= BLT_INS_S2_MEM; in bdisp_hw_build_node()
817 node->ins |= BLT_INS_S2_MEM | BLT_INS_S1_MEM; in bdisp_hw_build_node()
H A Dbdisp-reg.h175 #define BLT_INS_S2_MEM 0x00000008 /* src2 fetched from memory */ macro
H A Dbdisp-debug.c62 case BLT_INS_S2_MEM: in bdisp_dbg_dump_ins()