Home
last modified time | relevance | path

Searched refs:platform_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c3777 } __packed platform_type; in mt7996_mcu_set_rro() member
3795 req.platform_type.type = val; in mt7996_mcu_set_rro()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c215 enum wmi_host_platform_type platform_type; in ath10k_mac_ext_resource_config() local
219 platform_type = WMI_HOST_PLATFORM_LOW_PERF; in ath10k_mac_ext_resource_config()
221 platform_type = WMI_HOST_PLATFORM_HIGH_PERF; in ath10k_mac_ext_resource_config()
223 ret = ath10k_wmi_ext_resource_config(ar, platform_type, val); in ath10k_mac_ext_resource_config()