HomeSort by: relevance | last modified time | path
    Searched refs:sc_fw_h (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pcmcia/
if_malo_pcmcia.c 760 if (sc->sc_fw_h == NULL) {
762 error = firmware_load("malo", name_h, &sc->sc_fw_h,
791 if (sc->sc_fw_h != NULL) {
792 firmware_free(sc->sc_fw_h, sc->sc_fw_h_size);
793 sc->sc_fw_h = NULL;
832 uc = (uint16_t *)(sc->sc_fw_h + offset);
if_malo_pcmciavar.h 378 uint8_t *sc_fw_h; member in struct:malo_softc

Completed in 15 milliseconds