| /linux/drivers/pnp/ |
| H A D | quirks.c | 330 /* Device IDs of parts that have 32KB MCH space */ 357 struct resource mch; in quirk_intel_mch() local 366 * MCHBAR is not an architected PCI BAR, so MCH space is usually in quirk_intel_mch() 367 * reported as a PNP0C02 resource. The MCH space was originally in quirk_intel_mch() 370 * MCH space is consumed but unreported. in quirk_intel_mch() 384 memset(&mch, 0, sizeof(mch)); in quirk_intel_mch() 385 mch.flags = IORESOURCE_MEM; in quirk_intel_mch() 386 pcibios_bus_to_resource(host->bus, &mch, ®ion); in quirk_intel_mch() 390 if (res->end < mch.start || res->start > mch.end) in quirk_intel_mch() 392 if (res->start == mch.start && res->end == mch.end) in quirk_intel_mch() [all …]
|
| /linux/arch/microblaze/boot/dts/ |
| H A D | system.dts | 125 compatible = "xlnx,xps-mch-emc-2.00.a", "cfi-flash"; 136 xlnx,mch-native-dwidth = <0x20>; 137 xlnx,mch-plb-clk-period-ps = <0x1f40>; 138 xlnx,mch-splb-awidth = <0x20>;
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | ampdu.c | 617 u16 mch; in brcms_c_ampdu_finalize() local 742 mch = le16_to_cpu(txh->MacTxControlHigh); in brcms_c_ampdu_finalize() 747 if ((mch & TXC_PREAMBLE_RTS_MAIN_SHORT) == in brcms_c_ampdu_finalize() 751 if ((mch & TXC_PREAMBLE_RTS_FB_SHORT) == in brcms_c_ampdu_finalize() 775 mch |= TXC_AMPDU_FBR; in brcms_c_ampdu_finalize() 776 txh->MacTxControlHigh = cpu_to_le16(mch); in brcms_c_ampdu_finalize()
|
| H A D | main.c | 6160 u16 mch, phyctl, xfts, mainrates; in brcms_c_d11hdrs_mac80211() local 6491 mch = 0; in brcms_c_d11hdrs_mac80211() 6497 mch |= TXC_PREAMBLE_DATA_FB_SHORT; in brcms_c_d11hdrs_mac80211() 6544 mch |= TXC_PREAMBLE_RTS_MAIN_SHORT; in brcms_c_d11hdrs_mac80211() 6551 mch |= TXC_PREAMBLE_RTS_FB_SHORT; in brcms_c_d11hdrs_mac80211() 6631 txh->MacTxControlHigh = cpu_to_le16(mch); in brcms_c_d11hdrs_mac80211()
|
| /linux/drivers/edac/ |
| H A D | i3000_edac.c | 27 #define I3000_MCHBAR 0x44 /* MCH Memory Mapped Register BAR */ 76 * 11 MCH Thermal Sensor Event 92 * 11 SERR on MCH Thermal Sensor Event
|
| H A D | x38_edac.c | 31 #define X38_MCHBAR_LOW 0x48 /* MCH Memory Mapped Register BAR */ 52 * 11 MCH Thermal Sensor Event
|
| H A D | i3200_edac.c | 31 #define I3200_MCHBAR_LOW 0x48 /* MCH Memory Mapped Register BAR */ 52 * 11 MCH Thermal Sensor Event
|
| H A D | i82875p_edac.c | 68 * 5 MCH detects unimplemented cycle
|
| H A D | i5100_edac.c | 9 * Intel 5100X Chipset Memory Controller Hub (MCH) - Datasheet
|
| H A D | e752x_edac.c | 1360 e752x_get_error_info(mci, &discard); /* clear other MCH errors */ in e752x_probe1()
|
| H A D | i7core_edac.c | 1297 * i7core_get_all_devices Find and perform 'get' operation on the MCH's
|
| H A D | sb_edac.c | 2565 * sbridge_get_all_devices - Find and perform 'get' operation on the MCH's
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | mediatek,mt6397-regulator.yaml | 53 "^(ldo_)?v(cama|emc3v3|gp[123456]|ibr|mc|mch)$":
|
| H A D | mediatek,mt6358-regulator.yaml | 127 "^(ldo_)?v(cama[12]|camd|cn33|dram2|efuse|emc|ibr|ldo28|m18|mc|mch|mddr|sim[12])$":
|
| H A D | mediatek,mt6357-regulator.yaml | 46 "^ldo-v(efuse|ibr|ldo28|mch|cama|camd|cn33-bt|cn33-wifi)$":
|
| /linux/drivers/platform/x86/ |
| H A D | intel_ips.c | 323 /* Optional MCH interfaces for if i915 is in use */ 652 * Check the MCH temp & power against their maximums. 853 return 0; /* MCH temp reporting buggy */ in read_mgtv() 1070 /* MCH */ in ips_monitor()
|
| /linux/arch/s390/kernel/ |
| H A D | nmi.c | 244 * So we just stop listening for the WARNING MCH and avoid continuously in s390_handle_mcck()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_ggtt_fencing.c | 543 * is called "Channel XOR Randomization" in the MCH documentation. The result
|
| /linux/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_sli.h | 279 struct ocrdma_mbx_hdr mch; member
|
| H A D | ocrdma_hw.c | 366 ocrdma_init_mch(&mqe->u.emb_req.mch, opcode, OCRDMA_SUBSYS_ROCE, in ocrdma_init_emb_mqe()
|
| /linux/drivers/pci/ |
| H A D | quirks.c | 2690 pci_info(dev, "Enabling MCH 'Overflow' Device\n"); in quirk_unhide_mch_dev6()
|
| /linux/sound/hda/codecs/ |
| H A D | ca0132.c | 7900 * Param3 in the 8051's memory is represented by the ascii string 'mch' in ae5_post_dsp_param_setup()
|