Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dvbox_irq.c43 u32 host_flags = vbox_get_flags(vbox); in vbox_irq_handler() local
45 if (!(host_flags & HGSMIHOSTFLAGS_IRQ)) in vbox_irq_handler()
54 if (host_flags & in vbox_irq_handler()
56 !(host_flags & HGSMIHOSTFLAGS_VSYNC)) in vbox_irq_handler()
H A Dhgsmi_ch_setup.h30 u32 host_flags; member
H A Dvboxvideo.h126 struct vbva_host_flags host_flags; member
H A Dvbva_base.c176 !(vbva_ctx->vbva->host_flags.host_events & VBVA_F_MODE_ENABLED)) in vbva_buffer_begin_update()
/netbsd-src/sys/dev/ic/
H A Dac97.c513 enum ac97_host_flags host_flags; member
929 #define POWER_EAMP_ON(as) ((as->host_flags & AC97_HOST_INVERTED_EAMP) \
931 #define POWER_EAMP_OFF(as) ((as->host_flags & AC97_HOST_INVERTED_EAMP) \
939 if (as->host_flags & AC97_HOST_DONT_READ && in ac97_read()
1273 as->host_flags = host_if->flags(host_if->arg); in ac97_attach_type()
1386 if (as->host_flags & AC97_HOST_INVERTED_EAMP) { in ac97_attach_type()
1774 if (!(as->host_flags & AC97_HOST_SWAPPED_CHANNELS)) { in ac97_mixer_set_port()
1891 if (!(as->host_flags & AC97_HOST_SWAPPED_CHANNELS)) { in ac97_mixer_get_port()
H A Dcacreg.h155 u_int8_t host_flags; member
H A Dbwi.c2385 uint64_t host_flags; in bwi_mac_set_retry_lim()
2390 host_flags = HFLAGS_READ(mac); in bwi_mac_set_retry_lim()
2391 host_flags |= BWI_HFLAG_SYM_WA; in bwi_mac_set_retry_lim()
2395 host_flags |= BWI_HFLAG_GDC_WA; in bwi_mac_set_retry_lim()
2397 host_flags |= BWI_HFLAG_OFDM_PA; in bwi_mac_set_retry_lim()
2400 host_flags &= ~BWI_HFLAG_GDC_WA;
2405 HFLAGS_WRITE(mac, host_flags); in bwi_mac_set_ackrates()
2311 uint64_t host_flags; bwi_mac_hostflags_init() local