Home
last modified time | relevance | path

Searched refs:ALI_INTERRUPTSR (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/pci/
Dauacer.c367 if ((READ4(sc, ALI_INTERRUPTSR) & ALI_INT_GPIO) == 0) in auacer_reset_codec()
394 WRITE4(sc, ALI_INTERRUPTSR, 0x00000000); in auacer_reset()
530 WRITE4(sc, ALI_INTERRUPTSR, ALI_PORT2INTR(port)); in auacer_halt()
661 WRITE4(sc, ALI_INTERRUPTSR, ALI_PORT2INTR(chan->port)); in auacer_upd_chan()
699 intrs = READ4(sc, ALI_INTERRUPTSR); in auacer_intr()
Dauacerreg.h54 #define ALI_INTERRUPTSR 0x18 /* Interrupt Status Register */ macro