Home
last modified time | relevance | path

Searched refs:hw_flags (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/i915/
HDi915_gem_context.c341 u32 hw_flags) in mi_set_context() argument
371 hw_flags); in mi_set_context()
389 u32 hw_flags = 0; in do_switch() local
417 hw_flags |= MI_RESTORE_INHIBIT; in do_switch()
419 hw_flags |= MI_FORCE_RESTORE; in do_switch()
421 ret = mi_set_context(ring, to, hw_flags); in do_switch()
/freebsd-11-stable/sys/dev/ct/
HDbshwvar.h48 u_int hw_flags; member
HDbshw_machdep.c93 if (hw->hw_flags & BSHW_DOUBLE_DMACHAN) in bshw_synch_setup()
126 if ((hw->hw_flags & BSHW_DOUBLE_DMACHAN) != 0) in bshw_bus_reset()
HDct_isa.c326 if ((hw->hw_flags & BSHW_SMFIFO) == 0 || isa_get_maddr(dev) == -1) in ct_space_map()
/freebsd-11-stable/contrib/wpa/src/ap/
HDhostapd.h494 u16 hw_flags; member
HDhw_features.c95 iface->hw_flags = flags; in hostapd_get_hw_features()