Searched refs:sc_ucodebuf (Results 1 – 3 of 3) sorted by relevance
67 u_char *sc_ucodebuf; member939 error = loadfirmware(uc->uname, &sc->sc_ucodebuf, &sc->sc_ucodelen); in psp_load_ucode()951 dlfw.fw_paddr = (uint64_t)sc->sc_ucodebuf; in psp_load_ucode()958 if (sc->sc_ucodebuf) { in psp_load_ucode()959 free(sc->sc_ucodebuf, M_DEVBUF, sc->sc_ucodelen); in psp_load_ucode()960 sc->sc_ucodebuf = NULL; in psp_load_ucode()
146 u_int32_t *sc_ucodebuf; member
1031 if (sc->sc_ucodebuf) in fxp_detach()1032 free(sc->sc_ucodebuf, M_DEVBUF, sc->sc_ucodelen); in fxp_detach()1815 if (sc->sc_ucodebuf) in fxp_load_ucode()1832 error = loadfirmware(uc->uname, (u_char **)&sc->sc_ucodebuf, in fxp_load_ucode()1848 cbp->ucode[i] = sc->sc_ucodebuf[i]; in fxp_load_ucode()