HomeSort by: relevance | last modified time | path
    Searched defs:wpi_reset (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_wpi.c 153 static int wpi_reset(struct wpi_softc *);
290 if ((error = wpi_reset(sc)) != 0) {
1370 WPI_WRITE(sc, WPI_RESET, 0);
3080 tmp = WPI_READ(sc, WPI_RESET);
3081 WPI_WRITE(sc, WPI_RESET, tmp | WPI_STOP_MASTER);
3088 if (WPI_READ(sc, WPI_RESET) & WPI_MASTER_DISABLED)
3122 wpi_reset(struct wpi_softc *sc) function in typeref:typename:int
3200 (void)wpi_reset(sc);
3354 tmp = WPI_READ(sc, WPI_RESET);
3355 WPI_WRITE(sc, WPI_RESET, tmp | WPI_SW_RESET)
    [all...]

Completed in 15 milliseconds