Searched refs:sc_fw_h (Results 1 – 2 of 2) sorted by relevance
458 if (sc->sc_fw_h == NULL) { in cmalo_fw_alloc()460 error = loadfirmware(name_h, &sc->sc_fw_h, &sc->sc_fw_h_size); in cmalo_fw_alloc()484 if (sc->sc_fw_h != NULL) { in cmalo_fw_free()485 free(sc->sc_fw_h, M_DEVBUF, 0); in cmalo_fw_free()486 sc->sc_fw_h = NULL; in cmalo_fw_free()525 uc = (uint16_t *)(sc->sc_fw_h + offset); in cmalo_fw_load_helper()
356 uint8_t *sc_fw_h; member