Home
last modified time | relevance | path

Searched full:mch (Results 1 – 12 of 12) 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()
/linux/Documentation/devicetree/bindings/regulator/
H A Dmediatek,mt6397-regulator.yaml53 "^(ldo_)?v(cama|emc3v3|gp[123456]|ibr|mc|mch)$":
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/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst946 - 9: MCH (northbridge) to DRAM Bus
958 - 5: MCH (northbridge)
/linux/drivers/hwmon/
H A Dasus_atk0110.c31 /* Old interface has broken MCH temp monitoring */
/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/edac/
H A Dsb_edac.c2556 * sbridge_get_all_devices - Find and perform 'get' operation on the MCH's
/linux/sound/hda/codecs/
H A Dca0132.c7929 * Param3 in the 8051's memory is represented by the ascii string 'mch' in ae5_post_dsp_pll_setup()