Searched refs:sc_fw_mcc (Results 1 – 2 of 2) sorted by relevance
466 char sc_fw_mcc[3];465 char sc_fw_mcc[3]; global() member
602 memset(sc->sc_fw_mcc, 0, sizeof(sc->sc_fw_mcc)); in iwm_read_firmware()5453 sc->sc_fw_mcc[0] = (notif->mcc & 0xff00) >> 8; in iwm_handle_rxb()5454 sc->sc_fw_mcc[1] = notif->mcc & 0xff; in iwm_handle_rxb()5455 sc->sc_fw_mcc[2] = '\0'; in iwm_handle_rxb()5458 notif->source_id, sc->sc_fw_mcc); in iwm_handle_rxb()