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

  /src/sys/dev/pci/
if_wpi.c 115 static int wpi_load_microcode(struct wpi_softc *, const uint8_t *, int);
1142 wpi_load_microcode(struct wpi_softc *sc, const uint8_t *ucode, int size) function in typeref:typename:int
1364 if ((error = wpi_load_microcode(sc, boot_text, boot_textsz)) != 0) {

Completed in 45 milliseconds