Home
last modified time | relevance | path

Searched refs:pci_bus_clrset_config32 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c77 pci_bus_clrset_config32(bus, bdf, 0xf4, 0x60, 0); in broadwell_pch_early_init()
78 pci_bus_clrset_config32(bus, bdf, 0xf4, 0x80, 0x80); in broadwell_pch_early_init()
79 pci_bus_clrset_config32(bus, bdf, 0xe2, 0x30, 0x30); in broadwell_pch_early_init()
/openbmc/u-boot/include/
H A Dpci.h1067 int pci_bus_clrset_config32(struct udevice *bus, pci_dev_t bdf, int offset,
/openbmc/u-boot/drivers/pci/
H A Dpci-uclass.c270 int pci_bus_clrset_config32(struct udevice *bus, pci_dev_t bdf, int offset, in pci_bus_clrset_config32() function