Lines Matching refs:value
39 #define LE_CACHEABILITY(value) ((value) << 0) argument
40 #define LE_TGT_CACHE(value) ((value) << 2) argument
41 #define LE_LRUM(value) ((value) << 4) argument
42 #define LE_AOM(value) ((value) << 6) argument
43 #define LE_RSC(value) ((value) << 7) argument
44 #define LE_SCC(value) ((value) << 8) argument
45 #define LE_PFM(value) ((value) << 11) argument
46 #define LE_SCF(value) ((value) << 14) argument
49 #define L3_ESC(value) ((value) << 0) argument
50 #define L3_SCC(value) ((value) << 1) argument
51 #define L3_CACHEABILITY(value) ((value) << 4) argument
235 u32 value; in emit_mocs_l3cc_table() local
253 value = (table->table[count].l3cc_value & 0xffff) | in emit_mocs_l3cc_table()
257 intel_logical_ring_emit(ringbuf, value); in emit_mocs_l3cc_table()
262 value = (table->table[count].l3cc_value & 0xffff) | in emit_mocs_l3cc_table()
265 value = filler; in emit_mocs_l3cc_table()
274 intel_logical_ring_emit(ringbuf, value); in emit_mocs_l3cc_table()
276 value = filler; in emit_mocs_l3cc_table()