Searched refs:intsts (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/amiga/dev/
H A Dif_es.c306 u_short intsts, intact; local
319 intsts = smc->b2.ist;
320 intact = smc->b2.msk & intsts;
328 device_xname(sc->sc_dev), intsts, smc->b2.msk);
349 intsts);
390 intsts);
400 device_xname(sc->sc_dev), intsts);
436 device_xname(sc->sc_dev), intsts);
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_hdmi.c1146 uint32_t intsts;
1148 intsts = HDMI_READ(sc, SUNXI_HDMI_INT_STATUS_REG);
1149 if (!(intsts & 0x73))
1152 HDMI_WRITE(sc, SUNXI_HDMI_INT_STATUS_REG, intsts);
1154 device_printf(sc->sc_dev, "INT_STATUS %08X\n", intsts);
/netbsd-current/sys/dev/hdaudio/
H A Dhdaudio.c985 uint32_t intsts, stream_mask; local
989 intsts = hda_read4(sc, HDAUDIO_MMIO_INTSTS);
990 if (!(intsts & HDAUDIO_INTSTS_GIS))
993 if (intsts & HDAUDIO_INTSTS_CIS) {
1004 if (intsts & HDAUDIO_INTSTS_SIS_MASK) {
1006 stream_mask = intsts & sc->sc_stream_mask;

Completed in 237 milliseconds