Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_wpi.c115 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) in wpi_load_microcode() function
1364 if ((error = wpi_load_microcode(sc, boot_text, boot_textsz)) != 0) { in wpi_load_firmware()