Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/drivers/pnp/
Dquirks.c331 /* Device IDs of parts that have 32KB MCH space */
358 struct resource mch; in quirk_intel_mch() local
367 * MCHBAR is not an architected PCI BAR, so MCH space is usually in quirk_intel_mch()
368 * reported as a PNP0C02 resource. The MCH space was originally in quirk_intel_mch()
371 * MCH space is consumed but unreported. in quirk_intel_mch()
385 memset(&mch, 0, sizeof(mch)); in quirk_intel_mch()
386 mch.flags = IORESOURCE_MEM; in quirk_intel_mch()
387 pcibios_bus_to_resource(host->bus, &mch, &region); in quirk_intel_mch()
391 if (res->end < mch.start || res->start > mch.end) in quirk_intel_mch()
393 if (res->start == mch.start && res->end == mch.end) in quirk_intel_mch()
[all …]
/kernel/linux/linux-5.10/drivers/pnp/
Dquirks.c340 /* Device IDs of parts that have 32KB MCH space */
367 struct resource mch; in quirk_intel_mch() local
376 * MCHBAR is not an architected PCI BAR, so MCH space is usually in quirk_intel_mch()
377 * reported as a PNP0C02 resource. The MCH space was originally in quirk_intel_mch()
380 * MCH space is consumed but unreported. in quirk_intel_mch()
394 memset(&mch, 0, sizeof(mch)); in quirk_intel_mch()
395 mch.flags = IORESOURCE_MEM; in quirk_intel_mch()
396 pcibios_bus_to_resource(host->bus, &mch, &region); in quirk_intel_mch()
400 if (res->end < mch.start || res->start > mch.end) in quirk_intel_mch()
402 if (res->start == mch.start && res->end == mch.end) in quirk_intel_mch()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
Dintel_mchbar_regs.h31 /* Pineview MCH register contains DDR3 setting */
35 /* 915-945 and GM965 MCH register controlling DRAM channel access */
46 /* 965 MCH register controlling DRAM channel configuration */
139 /* snb MCH registers for reading the DRAM channel configuration */
225 /* snb MCH registers for priority tuning */
/kernel/linux/linux-5.10/drivers/video/fbdev/vermilion/
Dcr_pll.c147 "Could not find Carillo Ranch MCH device.\n"); in cr_pll_init()
154 "Carillo Ranch MCH device was not enabled.\n"); in cr_pll_init()
165 "Carillo Ranch MCH device was not enabled.\n"); in cr_pll_init()
/kernel/linux/linux-6.6/drivers/video/fbdev/vermilion/
Dcr_pll.c147 "Could not find Carillo Ranch MCH device.\n"); in cr_pll_init()
154 "Carillo Ranch MCH device was not enabled.\n"); in cr_pll_init()
165 "Carillo Ranch MCH device was not enabled.\n"); in cr_pll_init()
/kernel/linux/linux-5.10/drivers/edac/
DKconfig186 i5400 MCH chipset (Seaburg).
219 tristate "Intel San Clemente MCH"
223 San Clemente MCH.
226 tristate "Intel Clarksboro MCH"
230 Clarksboro MCH (Intel 7300 chipset).
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
Di7300_edac.c10 * Intel 7300 Chipset Memory Controller Hub (MCH) - Datasheet
258 [31] = "Internal MCH Fatal Error",
274 [15] = "Internal MCH Non-Fatal Error",
924 * i7300_get_devices() - Find and perform 'get' operation on the MCH's
941 /* Attempt to 'get' the MCH register we want */ in i7300_get_devices()
Dx38_edac.c31 #define X38_MCHBAR_LOW 0x48 /* MCH Memory Mapped Register BAR */
52 * 11 MCH Thermal Sensor Event
Di3200_edac.c31 #define I3200_MCHBAR_LOW 0x48 /* MCH Memory Mapped Register BAR */
52 * 11 MCH Thermal Sensor Event
/kernel/linux/linux-5.10/drivers/hwmon/
Dabituguru3.c192 { "MCH & PCIE 1.5V", 4, 0, 10, 1, 0 },
193 { "MCH 2.5V", 5, 0, 20, 1, 0 },
214 { "MCH & PCIE 1.5V", 4, 0, 10, 1, 0 },
215 { "MCH 2.5V", 5, 0, 20, 1, 0 },
243 { "MCH & PCIE 1.5V", 4, 0, 10, 1, 0 },
244 { "MCH 2.5V", 5, 0, 20, 1, 0 },
265 { "MCH & PCIE 1.5V", 4, 0, 10, 1, 0 },
266 { "MCH 2.5V", 5, 0, 20, 1, 0 },
357 { "MCH & PCIE 1.5V", 4, 0, 10, 1, 0 },
358 { "MCH 2.5V", 5, 0, 20, 1, 0 },
[all …]
/kernel/linux/linux-6.6/drivers/hwmon/
Dabituguru3.c192 { "MCH & PCIE 1.5V", 4, 0, 10, 1, 0 },
193 { "MCH 2.5V", 5, 0, 20, 1, 0 },
214 { "MCH & PCIE 1.5V", 4, 0, 10, 1, 0 },
215 { "MCH 2.5V", 5, 0, 20, 1, 0 },
243 { "MCH & PCIE 1.5V", 4, 0, 10, 1, 0 },
244 { "MCH 2.5V", 5, 0, 20, 1, 0 },
265 { "MCH & PCIE 1.5V", 4, 0, 10, 1, 0 },
266 { "MCH 2.5V", 5, 0, 20, 1, 0 },
357 { "MCH & PCIE 1.5V", 4, 0, 10, 1, 0 },
358 { "MCH 2.5V", 5, 0, 20, 1, 0 },
[all …]
/kernel/linux/linux-6.6/drivers/edac/
DKconfig186 i5400 MCH chipset (Seaburg).
220 tristate "Intel San Clemente MCH"
224 San Clemente MCH.
227 tristate "Intel Clarksboro MCH"
231 Clarksboro MCH (Intel 7300 chipset).
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
Dx38_edac.c31 #define X38_MCHBAR_LOW 0x48 /* MCH Memory Mapped Register BAR */
52 * 11 MCH Thermal Sensor Event
Di7300_edac.c10 * Intel 7300 Chipset Memory Controller Hub (MCH) - Datasheet
258 [31] = "Internal MCH Fatal Error",
274 [15] = "Internal MCH Non-Fatal Error",
924 * i7300_get_devices() - Find and perform 'get' operation on the MCH's
941 /* Attempt to 'get' the MCH register we want */ in i7300_get_devices()
Di3200_edac.c31 #define I3200_MCHBAR_LOW 0x48 /* MCH Memory Mapped Register BAR */
52 * 11 MCH Thermal Sensor Event
/kernel/linux/linux-5.10/arch/s390/kernel/
Dnmi.c159 * So we just stop listening for the WARNING MCH and avoid continuously in s390_handle_mcck()
169 __ctl_clear_bit(14, 24); /* Disable WARNING MCH */ in s390_handle_mcck()
480 ctl_set_bit(14, 25); /* enable external damage MCH */ in machine_check_init()
481 ctl_set_bit(14, 27); /* enable system recovery MCH */ in machine_check_init()
482 ctl_set_bit(14, 24); /* enable warning MCH */ in machine_check_init()
/kernel/linux/linux-6.6/arch/s390/kernel/
Dnmi.c178 * So we just stop listening for the WARNING MCH and avoid continuously in s390_handle_mcck()
188 __ctl_clear_bit(14, 24); /* Disable WARNING MCH */ in s390_handle_mcck()
508 ctl_set_bit(14, 25); /* enable external damage MCH */ in machine_check_init()
509 ctl_set_bit(14, 27); /* enable system recovery MCH */ in machine_check_init()
510 ctl_set_bit(14, 24); /* enable warning MCH */ in machine_check_init()
/kernel/linux/linux-6.6/arch/microblaze/boot/dts/
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>;
/kernel/linux/linux-5.10/arch/microblaze/boot/dts/
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>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/
Dmediatek,mt6331-regulator.yaml39 "^ldo-v(dig18|emc33|ibr|mc|mch|mipi|rtc|sram|usb10)$":
45 pattern: "^v(dig18|emc33|ibr|mc|mch|mipi|rtc|sram|usb10)$"
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dampdu.c643 u16 mch; in brcms_c_ampdu_finalize() local
768 mch = le16_to_cpu(txh->MacTxControlHigh); in brcms_c_ampdu_finalize()
773 if ((mch & TXC_PREAMBLE_RTS_MAIN_SHORT) == in brcms_c_ampdu_finalize()
777 if ((mch & TXC_PREAMBLE_RTS_FB_SHORT) == in brcms_c_ampdu_finalize()
801 mch |= TXC_AMPDU_FBR; in brcms_c_ampdu_finalize()
802 txh->MacTxControlHigh = cpu_to_le16(mch); in brcms_c_ampdu_finalize()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dampdu.c649 u16 mch; in brcms_c_ampdu_finalize() local
774 mch = le16_to_cpu(txh->MacTxControlHigh); in brcms_c_ampdu_finalize()
779 if ((mch & TXC_PREAMBLE_RTS_MAIN_SHORT) == in brcms_c_ampdu_finalize()
783 if ((mch & TXC_PREAMBLE_RTS_FB_SHORT) == in brcms_c_ampdu_finalize()
807 mch |= TXC_AMPDU_FBR; in brcms_c_ampdu_finalize()
808 txh->MacTxControlHigh = cpu_to_le16(mch); in brcms_c_ampdu_finalize()
/kernel/linux/linux-6.6/drivers/s390/cio/
Dcrw.c159 ctl_set_bit(14, 28); /* enable channel report MCH */ in crw_machine_check_init()

123