Home
last modified time | relevance | path

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

/linux/arch/mips/mm/
H A Dtlbex.c1638 unsigned int hwmode = mode & (_PAGE_VALID | _PAGE_DIRTY); in iPTE_SW() local
1639 unsigned int swmode = mode & ~hwmode; in iPTE_SW()
1666 uasm_i_ori(p, pte, pte, hwmode); in iPTE_SW()
1667 BUG_ON(hwmode & ~0xffff); in iPTE_SW()
1688 uasm_i_ori(p, pte, pte, hwmode); in iPTE_SW()
1689 BUG_ON(hwmode & ~0xffff); in iPTE_SW()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c4023 NULL, &pcrtc->hwmode) in amdgpu_dm_commit_planes()
4568 crtc->hwmode = new_crtc_state->mode; in amdgpu_dm_commit_streams()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c5365 enum ath12k_hw_mode hwmode) in ath12k_wmi_all_phy_range_updated() argument
5372 mac_range = &hw_mode_info->freq_range_caps[hwmode][phy_id]; in ath12k_wmi_all_phy_range_updated()