/src/sys/dev/dec/ |
dz.c | 260 int cc, mcc, line; local in function:dzrint 277 mcc = CNC_BREAK; 279 mcc = cc; 281 cn_check_magic(tp->t_dev, mcc, dz_cnm_state);
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/ |
juno-motherboard.dtsi | 39 mb_fixed_3v3: mcc-sb-3v3 {
|
rtsm_ve-motherboard.dtsi | 40 mcc {
|
vexpress-v2m-rs1.dtsi | 419 mcc { 424 /* MCC static memory clock */ 459 temp-mcc { 460 /* MCC internal operating temperature */ 463 label = "MCC";
|
/src/sys/arch/vax/uba/ |
qvaux.c | 398 int cc, mcc, line; local in function:qvauxrint 430 mcc = CNC_BREAK; 432 mcc = cc; 434 cn_check_magic(tp->t_dev, mcc, qvaux_cnm_state);
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
vexpress-v2m-rs1.dtsi | 419 mcc { 424 /* MCC static memory clock */ 459 temp-mcc { 460 /* MCC internal operating temperature */ 463 label = "MCC";
|
vexpress-v2m.dtsi | 435 mcc { 440 /* MCC static memory clock */ 475 temp-mcc { 476 /* MCC internal operating temperature */ 479 label = "MCC";
|
/src/sys/dev/pci/ |
if_iwmreg.h | 655 * @IWM_UCODE_TLV_API_WIFI_MCC_UPDATE: ucode supports MCC updates with source. 707 * sources for the MCC. This TLV bit is a future replacement to 6259 * Location Aware Regulatory (LAR) API - MCC updates 6264 * regulatory profile according to the given MCC (Mobile Country Code). 6265 * The MCC is two letter-code, ascii upper case[A-Z] or '00' for world domain. 6266 * 'ZZ' MCC will be used to switch to NVM default profile; in this case, the 6267 * MCC in the cmd response will be the relevant MCC in the NVM. 6268 * @mcc: given mobile country code 6269 * @source_id: the source from where we got the MCC, see iwm_mcc_sourc 6273 uint16_t mcc; member in struct:iwm_mcc_update_cmd_v1 6291 uint16_t mcc; member in struct:iwm_mcc_update_cmd 6314 uint16_t mcc; member in struct:iwm_mcc_update_resp_v1 6339 uint16_t mcc; member in struct:iwm_mcc_update_resp 6364 uint16_t mcc; member in struct:iwm_mcc_chub_notif [all...] |
if_iwm.c | 6572 mcc_cmd.mcc = htole16(alpha2[0] << 8 | alpha2[1]); 7391 sc->sc_fw_mcc[0] = (notif->mcc & 0xff00) >> 8; 7392 sc->sc_fw_mcc[1] = notif->mcc & 0xff;
|