if_wpi.c | 127 static int wpi_intr(void *); 277 IPL_NET, wpi_intr, sc, device_xname(self)); 1816 wpi_intr(void *arg) function in typeref:typename:int 1821 r = WPI_READ(sc, WPI_INTR); 1841 r = WPI_READ(sc, WPI_INTR); 1846 WPI_WRITE(sc, WPI_INTR, r); 3128 WPI_WRITE(sc, WPI_INTR, 0xffffffff); 3246 WPI_WRITE(sc, WPI_INTR, 0xffffffff); 3330 WPI_WRITE(sc, WPI_INTR, WPI_INTR_MASK);
|