/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | nvm.c | 421 .mcc = cpu_to_le16(alpha2[0] << 8 | alpha2[1]), in iwl_mvm_update_mcc() 435 u16 mcc; in iwl_mvm_update_mcc() 471 resp_cp->mcc = mcc_resp_v8->mcc; in iwl_mvm_update_mcc() 497 resp_cp->mcc = mcc_resp_v4->mcc; in iwl_mvm_update_mcc() 522 resp_cp->mcc = mcc_resp_v3->mcc; in iwl_mvm_update_mcc() 534 mcc = le16_to_cpu(resp_cp->mcc); in iwl_mvm_update_mcc() 428 u16 mcc; iwl_mvm_update_mcc() local 550 char mcc[3]; iwl_mvm_init_mcc() local 606 char mcc[3]; iwl_mvm_rx_chub_update_mcc() local [all...] |
H A D | fw.c | 1077 static bool iwl_mvm_add_to_tas_block_list(__le32 *list, __le32 *le_size, unsigned int mcc) 1087 if (list[i] == cpu_to_le32(mcc)) 1091 list[size++] = cpu_to_le32(mcc); 1106 iwl_mvm_add_to_tas_block_list(__le32 * list,__le32 * le_size,unsigned int mcc) iwl_mvm_add_to_tas_block_list() argument
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | nvm-reg.h | 283 * @mcc: given mobile country code 290 __le16 mcc; 314 * @mcc: the new applied MCC 326 __le16 mcc; 341 * @mcc: the new applied MCC 354 __le16 mcc; 370 * @mcc: the new applied MCC 384 __le16 mcc; 396 * struct iwl_mcc_chub_notif - chub notifies of mcc change 399 * the cellular and connectivity cores that gets updates of the mcc, an 279 __le16 mcc; global() member 315 __le16 mcc; global() member 343 __le16 mcc; global() member 373 __le16 mcc; global() member 400 __le16 mcc; global() member [all...] |
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | acpi.h | 117 * @mcc: output buffer (3 bytes) that will get the MCC 121 int iwl_acpi_get_mcc(struct iwl_fw_runtime *fwrt, char *mcc); 164 static inline int iwl_acpi_get_mcc(struct iwl_fw_runtime *fwrt, char *mcc) 254 iwl_acpi_get_mcc(struct device * dev,char * mcc) iwl_acpi_get_mcc() argument
|
H A D | acpi.c | 335 int iwl_acpi_get_mcc(struct iwl_fw_runtime *fwrt, char *mcc) in iwl_acpi_get_tas() 361 mcc[0] = (mcc_val >> 8) & 0xff; in iwl_acpi_get_tas() 362 mcc[1] = mcc_val & 0xff; in iwl_acpi_get_tas() 363 mcc[2] = '\0'; in iwl_acpi_get_tas() 403 iwl_acpi_get_mcc(struct device * dev,char * mcc) iwl_acpi_get_mcc() argument
|
/freebsd/sys/contrib/dev/iwlwifi/mei/ |
H A D | iwl-mei.h | 102 iwl_mei_set_country_code(uint16_t mcc __unused) in iwl_mei_set_country_code()
|
/freebsd/sys/contrib/ncsw/Peripherals/BM/ |
H A D | bm_portal.c | 410 struct bm_mc_command *mcc; in BmPortalAcquire() local 416 mcc = bm_mc_start(p_BmPortal->p_BmPortalLow); in BmPortalAcquire() 417 mcc->acquire.bpid = bpid; in BmPortalAcquire()
|
/freebsd/sys/contrib/device-tree/src/arm64/arm/ |
H A D | vexpress-v2m-rs1.dtsi | 419 mcc { 459 temp-mcc {
|
H A D | rtsm_ve-motherboard.dtsi | 40 mcc {
|
H A D | juno-motherboard.dtsi | 39 mb_fixed_3v3: mcc-sb-3v3 {
|
/freebsd/sys/contrib/device-tree/src/arm/arm/ |
H A D | vexpress-v2m.dtsi | 435 mcc { 475 temp-mcc {
|
H A D | vexpress-v2m-rs1.dtsi | 419 mcc { 459 temp-mcc {
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | vexpress-sysreg.txt | 90 mcc {
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwm.c | 4617 uint16_t mcc; in iwm_send_update_mcc_cmd() local 4628 mcc_cmd.mcc = htole16(alpha2[0] << 8 | alpha2[1]); in iwm_send_update_mcc_cmd() 4653 mcc = mcc_resp->mcc; in iwm_send_update_mcc_cmd() 4657 mcc = mcc_resp_v1->mcc; in iwm_send_update_mcc_cmd() 4662 if (mcc == 0) in iwm_send_update_mcc_cmd() 4663 mcc = 0x3030; /* "00" - world */ in iwm_send_update_mcc_cmd() 4667 mcc >> 8, mcc & 0xff, n_channels); in iwm_send_update_mcc_cmd() 5402 sc->sc_fw_mcc[0] = (notif->mcc & 0xff00) >> 8; in iwm_handle_rxb() 5403 sc->sc_fw_mcc[1] = notif->mcc & 0xff; in iwm_handle_rxb()
|
H A D | if_iwmreg.h | 6637 uint16_t mcc; member 6655 uint16_t mcc; member 6678 uint16_t mcc; member 6703 uint16_t mcc; member 6733 uint16_t mcc; member 6758 uint16_t mcc; member
|
/freebsd/sys/dev/igc/ |
H A D | igc_hw.h | 275 u64 mcc; member
|
H A D | if_igc.c | 2470 sc->stats.mcc += IGC_READ_REG(&sc->hw, IGC_MCC); in igc_update_stats_counters() 2738 CTLFLAG_RD, &stats->mcc, in igc_add_hw_stats()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | fw.c | 6936 struct rtw89_wait_info *wait = &rtwdev->mcc.wait; 6943 "failed to alloc skb for add mcc\n"); 6983 struct rtw89_wait_info *wait = &rtwdev->mcc.wait; 6990 "failed to alloc skb for start mcc\n"); 7019 struct rtw89_wait_info *wait = &rtwdev->mcc.wait; 7026 "failed to alloc skb for stop mcc\n"); 7049 struct rtw89_wait_info *wait = &rtwdev->mcc.wait; 7056 "failed to alloc skb for del mcc group\n"); 7077 struct rtw89_wait_info *wait = &rtwdev->mcc.wait; 7084 "failed to alloc skb for reset mcc grou [all...] |
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap.c | 1534 unsigned int mcc; in mnc_len_from_imsi() local 1538 mcc = atoi(mcc_str); in mnc_len_from_imsi() 1540 if (mcc == 228) in mnc_len_from_imsi() 1542 if (mcc == 244) in mnc_len_from_imsi()
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_fw.c | 628 !MLX5_CAP_MCAM_REG(dev, mcc) || in mlx5_firmware_flash()
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_hw.h | 580 u64 mcc; member
|
/freebsd/contrib/wpa/hostapd/ |
H A D | config_file.c | 1451 char *mcc, *mnc; in parse_3gpp_cell_net() local 1454 mcc = pos; in parse_3gpp_cell_net() 1464 if (os_strlen(mcc) != 3 || (mnc_len != 2 && mnc_len != 3)) in parse_3gpp_cell_net() 1469 *ipos++ = ((mcc[1] - '0') << 4) | (mcc[0] - '0'); in parse_3gpp_cell_net() 1472 (mcc[2] - '0'); in parse_3gpp_cell_net()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | compress | 50 !:ext mcc/mcd/fnt
|
/freebsd/sys/contrib/device-tree/src/arm64/apple/ |
H A D | t8103-pmgr.dtsi | 557 label = "mcc";
|
H A D | t8112-pmgr.dtsi | 520 label = "mcc";
|