Searched refs:hwmode (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/drm2/ |
H A D | drm_irq.c | 464 dotclock = (u64) crtc->hwmode.clock * 1000; in drm_calc_timestamping_constants() 469 if (crtc->hwmode.flags & DRM_MODE_FLAG_INTERLACE) in drm_calc_timestamping_constants() 479 linedur_ns = (s64) div64_u64(((u64) crtc->hwmode.crtc_htotal * in drm_calc_timestamping_constants() 481 framedur_ns = (s64) crtc->hwmode.crtc_vtotal * linedur_ns; in drm_calc_timestamping_constants() 491 crtc->base.id, crtc->hwmode.crtc_htotal, in drm_calc_timestamping_constants() 492 crtc->hwmode.crtc_vtotal, crtc->hwmode.crtc_vdisplay); in drm_calc_timestamping_constants() 567 mode = &refcrtc->hwmode; in drm_calc_vbltimestamp_from_scanoutpos()
|
H A D | drm_crtc_helper.c | 406 saved_hwmode = crtc->hwmode; in drm_crtc_helper_set_mode() 487 crtc->hwmode = *adjusted_mode; in drm_crtc_helper_set_mode() 499 crtc->hwmode = saved_hwmode; in drm_crtc_helper_set_mode()
|
H A D | drm_crtc.h | 401 struct drm_display_mode hwmode; member
|
/freebsd/contrib/wpa/src/common/ |
H A D | privsep_commands.h | 64 int hwmode; member
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_filter.c | 450 fconf_to_mode(uint16_t hwmode, int vnic_mode) in fconf_to_mode() argument 455 if (hwmode & F_FRAGMENTATION) in fconf_to_mode() 457 if (hwmode & F_MPSHITTYPE) in fconf_to_mode() 459 if (hwmode & F_MACMATCH) in fconf_to_mode() 461 if (hwmode & F_ETHERTYPE) in fconf_to_mode() 463 if (hwmode & F_PROTOCOL) in fconf_to_mode() 465 if (hwmode & F_TOS) in fconf_to_mode() 467 if (hwmode & F_VLAN) in fconf_to_mode() 469 if (hwmode & F_VNIC_ID) in fconf_to_mode() 471 if (hwmode & F_PORT) in fconf_to_mode() [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | p2p_supplicant.c | 1988 struct hostapd_hw_modes *hwmode; in wpas_p2p_freq_to_edmg_channel() local 2000 hwmode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, in wpas_p2p_freq_to_edmg_channel() 2002 if (!hwmode) { in wpas_p2p_freq_to_edmg_channel() 2017 ieee802_edmg_is_allowed(hwmode->edmg, edmg)) { in wpas_p2p_freq_to_edmg_channel() 6695 struct hostapd_hw_modes *hwmode; in wpas_p2p_init_go_params() local 6702 hwmode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, in wpas_p2p_init_go_params() 6704 if (!hwmode || in wpas_p2p_init_go_params() 6705 wpas_p2p_verify_channel(wpa_s, hwmode, op_class, in wpas_p2p_init_go_params() 6724 struct hostapd_hw_modes *hwmode; in wpas_p2p_init_go_params() local 6731 hwmode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, in wpas_p2p_init_go_params() [all …]
|
H A D | wpa_priv.c | 326 params.freq.mode = assoc->hwmode; in wpa_priv_cmd_associate()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_privsep.c | 321 data->hwmode = params->freq.mode; in wpa_driver_privsep_associate()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsAMDGPU.td | 1809 // subtarget. llvm.amdgcn.s.setreg(hwmode, value)
|