Searched refs:sc_fw_mcc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmvar.h482 char sc_fw_mcc[3]; member in struct:iwm_softc
H A Dif_iwm.c593 memset(sc->sc_fw_mcc, 0, sizeof(sc->sc_fw_mcc));
5458 sc->sc_fw_mcc[0] = (notif->mcc & 0xff00) >> 8;
5459 sc->sc_fw_mcc[1] = notif->mcc & 0xff;
5460 sc->sc_fw_mcc[2] = '\0';
5463 notif->source_id, sc->sc_fw_mcc);

Completed in 178 milliseconds