Home
last modified time | relevance | path

Searched refs:uc_index (Results 1 – 7 of 7) sorted by relevance

/drivers/gpu/drm/i915/gt/
Dintel_mocs.c25 u8 uc_index; member
451 table->uc_index = 1; in get_mocs_settings()
462 table->uc_index = 1; in get_mocs_settings()
468 table->uc_index = 2; in get_mocs_settings()
474 table->uc_index = 1; in get_mocs_settings()
476 table->uc_index = 1; in get_mocs_settings()
483 table->uc_index = 3; in get_mocs_settings()
488 table->uc_index = 3; in get_mocs_settings()
652 gt->mocs.uc_index = table.uc_index; in intel_set_mocs_index()
Dintel_gt_types.h260 u8 uc_index; member
Dintel_migrate.c527 int mocs = rq->engine->gt->mocs.uc_index << 1; in emit_copy_ccs()
892 int mocs = rq->engine->gt->mocs.uc_index << 1; in emit_clear()
Dintel_workarounds.c740 mocs = engine->gt->mocs.uc_index; in gen12_ctx_gt_mocs_init()
2075 mocs_r = engine->gt->mocs.uc_index; in engine_fake_wa_init()
2076 mocs_w = engine->gt->mocs.uc_index; in engine_fake_wa_init()
/drivers/net/wireless/realtek/rtlwifi/
Dcam.c164 void rtl_cam_mark_invalid(struct ieee80211_hw *hw, u8 uc_index) in rtl_cam_mark_invalid() argument
189 ul_content = (uc_index & 3) | ((u16) (ul_enc_algo) << 2); in rtl_cam_mark_invalid()
192 ul_command = CAM_CONTENT_COUNT * uc_index; in rtl_cam_mark_invalid()
205 void rtl_cam_empty_entry(struct ieee80211_hw *hw, u8 uc_index) in rtl_cam_empty_entry() argument
235 (uc_index & 0x03) | ((u16) (ul_encalgo) << 2); in rtl_cam_empty_entry()
242 ul_command = CAM_CONTENT_COUNT * uc_index + entry_i; in rtl_cam_empty_entry()
Dcam.h22 void rtl_cam_mark_invalid(struct ieee80211_hw *hw, u8 uc_index);
23 void rtl_cam_empty_entry(struct ieee80211_hw *hw, u8 uc_index);
/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_client_blt.c164 *cs++ = (BLIT_CCTL_SRC_MOCS(gt->mocs.uc_index) | in prepare_blit()
165 BLIT_CCTL_DST_MOCS(gt->mocs.uc_index)); in prepare_blit()