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

  /src/sys/dev/dec/
dz.c 260 int cc, mcc, line; local
277 mcc = CNC_BREAK;
279 mcc = cc;
281 cn_check_magic(tp->t_dev, mcc, dz_cnm_state);
  /src/sys/arch/vax/uba/
qvaux.c 398 int cc, mcc, line; local
430 mcc = CNC_BREAK;
432 mcc = cc;
434 cn_check_magic(tp->t_dev, mcc, qvaux_cnm_state);
  /src/sys/dev/pci/
if_iwmreg.h 655 * @IWM_UCODE_TLV_API_WIFI_MCC_UPDATE: ucode supports MCC updates with source.
726 * sources for the MCC. This TLV bit is a future replacement to
6828 * Location Aware Regulatory (LAR) API - MCC updates
6833 * regulatory profile according to the given MCC (Mobile Country Code).
6834 * The MCC is two letter-code, ascii upper case[A-Z] or '00' for world domain.
6835 * 'ZZ' MCC will be used to switch to NVM default profile; in this case, the
6836 * MCC in the cmd response will be the relevant MCC in the NVM.
6837 * @mcc: given mobile country code
6838 * @source_id: the source from where we got the MCC, see iwm_mcc_sourc
6842 uint16_t mcc; member in struct:iwm_mcc_update_cmd_v1
6860 uint16_t mcc; member in struct:iwm_mcc_update_cmd
6883 uint16_t mcc; member in struct:iwm_mcc_update_resp_v1
6908 uint16_t mcc; member in struct:iwm_mcc_update_resp_v2
6938 uint16_t mcc; member in struct:iwm_mcc_update_resp_v3
6963 uint16_t mcc; member in struct:iwm_mcc_chub_notif
    [all...]
if_iwm.c 6118 (le16toh(notif->mcc) & 0xff00) >> 8, le16toh(notif->mcc) & 0xff);
6122 "(0x%x)\n", DEVNAME(sc), alpha2, le16toh(notif->mcc));
7508 mcc_cmd.mcc = htole16(alpha2[0] << 8 | alpha2[1]);

Completed in 33 milliseconds