Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dac97.c313 enum ac97_host_flags host_flags; member
602 if (((as->host_flags & AC97_HOST_DONT_READ) && in ac97_read()
605 (as->host_flags & AC97_HOST_DONT_READANY)) { in ac97_read()
798 as->host_flags = host_if->flags(host_if->arg); in ac97_attach()
1096 if (!(as->host_flags & AC97_HOST_SWAPPED_CHANNELS)) { in ac97_mixer_set_port()
1355 if (!(as->host_flags & AC97_HOST_SWAPPED_CHANNELS)) { in ac97_mixer_get_port()
1448 if (as->host_flags & AC97_HOST_ALC650_PIN47_IS_EAPD) in ac97_alc650_init()
1490 if (as->host_flags & AC97_HOST_VT1616_DYNEX) { in ac97_vt1616_init()
H A Dcacreg.h159 u_int8_t host_flags; member
H A Dbwi.c2152 uint64_t host_flags; in bwi_mac_hostflags_init() local
2157 host_flags = HFLAGS_READ(mac); in bwi_mac_hostflags_init()
2158 host_flags |= BWI_HFLAG_SYM_WA; in bwi_mac_hostflags_init()
2162 host_flags |= BWI_HFLAG_GDC_WA; in bwi_mac_hostflags_init()
2164 host_flags |= BWI_HFLAG_OFDM_PA; in bwi_mac_hostflags_init()
2167 host_flags &= ~BWI_HFLAG_GDC_WA; in bwi_mac_hostflags_init()
2172 HFLAGS_WRITE(mac, host_flags); in bwi_mac_hostflags_init()