Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_wpi.c133 int wpi_load_bootcode(struct wpi_softc *, const uint8_t *, int);
2823 wpi_load_bootcode(struct wpi_softc *sc, const uint8_t *ucode, int size) in wpi_load_bootcode() function
2891 error = wpi_load_bootcode(sc, fw->boot.text, fw->boot.textsz); in wpi_load_firmware()