Home
last modified time | relevance | path

Searched full:mch (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/pnp/
H A Dquirks.c330 /* 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, &region); 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 Dsystem.dts125 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 Dampdu.c617 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 Dmain.c6160 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 Di3000_edac.c27 #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 Dx38_edac.c31 #define X38_MCHBAR_LOW 0x48 /* MCH Memory Mapped Register BAR */
52 * 11 MCH Thermal Sensor Event
H A Di3200_edac.c31 #define I3200_MCHBAR_LOW 0x48 /* MCH Memory Mapped Register BAR */
52 * 11 MCH Thermal Sensor Event
H A Di82875p_edac.c68 * 5 MCH detects unimplemented cycle
H A Di5100_edac.c9 * Intel 5100X Chipset Memory Controller Hub (MCH) - Datasheet
H A De752x_edac.c1360 e752x_get_error_info(mci, &discard); /* clear other MCH errors */ in e752x_probe1()
H A Di7core_edac.c1297 * i7core_get_all_devices Find and perform 'get' operation on the MCH's
H A Dsb_edac.c2565 * sbridge_get_all_devices - Find and perform 'get' operation on the MCH's
/linux/Documentation/devicetree/bindings/regulator/
H A Dmediatek,mt6397-regulator.yaml53 "^(ldo_)?v(cama|emc3v3|gp[123456]|ibr|mc|mch)$":
H A Dmediatek,mt6358-regulator.yaml127 "^(ldo_)?v(cama[12]|camd|cn33|dram2|efuse|emc|ibr|ldo28|m18|mc|mch|mddr|sim[12])$":
H A Dmediatek,mt6357-regulator.yaml46 "^ldo-v(efuse|ibr|ldo28|mch|cama|camd|cn33-bt|cn33-wifi)$":
/linux/drivers/platform/x86/
H A Dintel_ips.c323 /* 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 Dnmi.c244 * So we just stop listening for the WARNING MCH and avoid continuously in s390_handle_mcck()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt_fencing.c543 * is called "Channel XOR Randomization" in the MCH documentation. The result
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_sli.h279 struct ocrdma_mbx_hdr mch; member
H A Docrdma_hw.c366 ocrdma_init_mch(&mqe->u.emb_req.mch, opcode, OCRDMA_SUBSYS_ROCE, in ocrdma_init_emb_mqe()
/linux/drivers/pci/
H A Dquirks.c2690 pci_info(dev, "Enabling MCH 'Overflow' Device\n"); in quirk_unhide_mch_dev6()
/linux/sound/hda/codecs/
H A Dca0132.c7900 * Param3 in the 8051's memory is represented by the ascii string 'mch' in ae5_post_dsp_param_setup()