| /openbmc/u-boot/arch/x86/cpu/ivybridge/ |
| H A D | lpc.c | 29 static int pch_enable_apic(struct udevice *pch) in pch_enable_apic() argument 35 dm_pci_write_config8(pch, ACPI_CNTL, 0x80); in pch_enable_apic() 71 static void pch_enable_serial_irqs(struct udevice *pch) in pch_enable_serial_irqs() argument 78 dm_pci_write_config8(pch, SERIRQ_CNTL, value); in pch_enable_serial_irqs() 80 dm_pci_write_config8(pch, SERIRQ_CNTL, value | (1 << 6)); in pch_enable_serial_irqs() 84 static int pch_pirq_init(struct udevice *pch) in pch_pirq_init() argument 88 if (fdtdec_get_byte_array(gd->fdt_blob, dev_of_offset(pch), in pch_pirq_init() 92 dm_pci_write_config8(pch, PIRQA_ROUT, *ptr++); in pch_pirq_init() 93 dm_pci_write_config8(pch, PIRQB_ROUT, *ptr++); in pch_pirq_init() 94 dm_pci_write_config8(pch, PIRQC_ROUT, *ptr++); in pch_pirq_init() [all …]
|
| H A D | sata.c | 38 static void bd82x6x_sata_init(struct udevice *dev, struct udevice *pch) in bd82x6x_sata_init() argument 157 pch_iobp_update(pch, SATA_IOBP_SP0G3IR, 0, port_tx); in bd82x6x_sata_init() 161 pch_iobp_update(pch, SATA_IOBP_SP1G3IR, 0, port_tx); in bd82x6x_sata_init() 186 pch_iobp_update(pch, 0xea004001, 0x3fffffff, 0xc0000000); in bd82x6x_sata_init() 187 pch_iobp_update(pch, 0xea00408a, 0xfffffcff, 0x00000100); in bd82x6x_sata_init() 227 struct udevice *pch; in bd82x6x_sata_probe() local 230 ret = uclass_first_device_err(UCLASS_PCH, &pch); in bd82x6x_sata_probe() 237 bd82x6x_sata_init(dev, pch); in bd82x6x_sata_probe()
|
| /openbmc/u-boot/arch/x86/cpu/intel_common/ |
| H A D | lpc.c | 19 static void enable_spi_prefetch(struct udevice *pch) in enable_spi_prefetch() argument 23 dm_pci_read_config8(pch, 0xdc, ®8); in enable_spi_prefetch() 26 dm_pci_write_config8(pch, 0xdc, reg8); in enable_spi_prefetch() 29 static void enable_port80_on_lpc(struct udevice *pch) in enable_port80_on_lpc() argument 32 dm_pci_write_config32(pch, PCH_RCBA_BASE, RCB_BASE_ADDRESS | 1); in enable_port80_on_lpc() 44 struct udevice *pch = dev->parent; in lpc_common_early_init() local 59 dm_pci_write_config16(pch, LPC_IO_DEC, 0x0010); in lpc_common_early_init() 62 dm_pci_write_config16(pch, LPC_EN, KBC_LPC_EN | MC_LPC_EN | in lpc_common_early_init() 72 dm_pci_write_config32(pch, LPC_GENX_DEC(i), reg); in lpc_common_early_init() 75 enable_spi_prefetch(pch); in lpc_common_early_init() [all …]
|
| H A D | Makefile | 16 obj-y += pch.o
|
| /openbmc/u-boot/board/intel/cougarcanyon2/ |
| H A D | cougarcanyon2.c | 20 struct udevice *pch; in board_early_init_f() local 23 ret = uclass_first_device(UCLASS_PCH, &pch); in board_early_init_f() 26 if (!pch) in board_early_init_f() 30 dm_pci_write_config16(pch, LPC_IO_DEC, COMA_DEC_RANGE | COMB_DEC_RANGE); in board_early_init_f() 31 dm_pci_write_config16(pch, LPC_EN, KBC_LPC_EN | COMA_LPC_EN); in board_early_init_f() 32 dm_pci_write_config32(pch, LPC_GEN1_DEC, GEN_DEC_RANGE_256B | in board_early_init_f() 34 dm_pci_write_config32(pch, LPC_GEN2_DEC, GEN_DEC_RANGE_16B | in board_early_init_f()
|
| /openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/ |
| H A D | bios-version.bb | 16 file://pch-standby.service \ 17 file://pch-standby-check.sh \ 23 install -m 0755 ${UNPACKDIR}/pch-standby-check.sh ${D}${libexecdir}/ 27 install -m 0644 ${UNPACKDIR}/pch-standby.service ${D}${systemd_system_unitdir}/ 31 SYSTEMD_SERVICE:${PN} += "pch-standby.service" 34 FILES:${PN} += "${systemd_system_unitdir}/pch-standby.service ${libexecdir}/pch-standby-check.sh"
|
| /openbmc/qemu/monitor/ |
| H A D | hmp.c | 311 static const char *pch; variable 327 if (*pch != '\0') { in next() 328 pch++; in next() 329 while (qemu_isspace(*pch)) { in next() 330 pch++; in next() 343 switch (*pch) { in expr_unary() 359 if (*pch != ')') { in expr_unary() 365 pch++; in expr_unary() 366 if (*pch == '\0') { in expr_unary() 369 n = *pch; in expr_unary() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-support/boost/boost/ |
| H A D | boost-math-disable-pch-for-gcc.patch | 4 Subject: [PATCH] boost-math: disable pch for gcc 22 #<toolset>intel-linux:<pch>off 23 <toolset>intel-darwin:<pch>off 24 - <toolset>gcc,<target-os>windows:<pch>off 25 + <toolset>gcc:<pch>off
|
| /openbmc/u-boot/drivers/sound/ |
| H A D | ivybridge_sound.c | 25 struct udevice *pch; in bd82x6x_azalia_probe() local 41 ret = uclass_first_device_err(UCLASS_PCH, &pch); in bd82x6x_azalia_probe() 42 log_debug("PCH %p %s\n", pch, pch->name); in bd82x6x_azalia_probe() 46 conf = pch_ioctl(pch, PCH_REQ_HDA_CONFIG, NULL, 0); in bd82x6x_azalia_probe()
|
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | pinctrl_ich6.c | 154 struct udevice *pch; in ich6_pinctrl_probe() local 161 ret = uclass_first_device(UCLASS_PCH, &pch); in ich6_pinctrl_probe() 164 if (!pch) in ich6_pinctrl_probe() 172 ret = pch_get_gpio_base(pch, &gpiobase); in ich6_pinctrl_probe() 183 ret = pch_get_io_base(pch, &iobase); in ich6_pinctrl_probe()
|
| /openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/phosphor-software-manager/ |
| H A D | obmc-flash-host-bios@.service | 3 Wants=pch-standby.service 4 After=pch-standby.service
|
| /openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version/ |
| H A D | bios-version.service | 5 Wants=pch-standby.service 6 After=pch-standby.service
|
| H A D | pch-standby.service | 6 ExecStart=/usr/libexec/pch-standby-check.sh
|
| /openbmc/u-boot/arch/x86/cpu/broadwell/ |
| H A D | pinctrl_broadwell.c | 213 struct udevice *pch; in broadwell_pinctrl_probe() local 218 ret = uclass_find_first_device(UCLASS_PCH, &pch); in broadwell_pinctrl_probe() 221 if (!pch) in broadwell_pinctrl_probe() 234 ret = pch_get_gpio_base(pch, &gpiobase); in broadwell_pinctrl_probe()
|
| H A D | Makefile | 11 obj-y += pch.o
|
| /openbmc/u-boot/doc/device-tree-bindings/video/ |
| H A D | intel-gma.txt | 24 - intel,pch-backlight : Value for PCH Backlight PWM 39 intel,pch-backlight = <0x04000000>;
|
| /openbmc/u-boot/drivers/pch/ |
| H A D | Makefile | 3 obj-y += pch-uclass.o
|
| H A D | pch-uclass.c | 64 UCLASS_DRIVER(pch) = {
|
| /openbmc/openbmc/poky/meta/recipes-support/boost/ |
| H A D | boost_1.88.0.bb | 4 SRC_URI += "file://boost-math-disable-pch-for-gcc.patch \
|
| /openbmc/u-boot/drivers/ |
| H A D | Makefile | 13 obj-$(CONFIG_$(SPL_TPL_)PCH_SUPPORT) += pch/ 90 obj-$(CONFIG_PCH) += pch/
|
| /openbmc/u-boot/arch/x86/dts/ |
| H A D | chromebox_panther.dts | 35 pch@1f,0 {
|
| H A D | qemu-x86_i440fx.dts | 56 pch@1,0 {
|
| H A D | qemu-x86_q35.dts | 67 pch@1f,0 {
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
| H A D | acinclude.m4 | 478 dnl we consider than if -Winvalid-pch is accepted pch will works ... 479 CXXFLAGS=-Winvalid-pch 480 dnl but we don't want -Winvalid-pch else compilation will fail due -Werror and 481 dnl the fact than some pch will be invalid for the given compilation option
|
| /openbmc/u-boot/test/dm/ |
| H A D | Makefile | 34 obj-$(CONFIG_PCH) += pch.o
|