Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_wpi.c269 WPI_WRITE(sc, WPI_INT, 0xffffffff); in wpi_attach()
1604 r1 = WPI_READ(sc, WPI_INT); in wpi_intr()
1616 WPI_WRITE(sc, WPI_INT, r1); in wpi_intr()
3091 WPI_WRITE(sc, WPI_INT, 0xffffffff); in wpi_hw_init()
3170 WPI_WRITE(sc, WPI_INT, 0xffffffff); in wpi_hw_init()
3202 WPI_WRITE(sc, WPI_INT, 0xffffffff); in wpi_hw_stop()
H A Dif_wpireg.h42 #define WPI_INT 0x008 macro