Home
last modified time | relevance | path

Searched refs:dm_pci_clrset_config8 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/sound/
H A Divybridge_sound.c64 dm_pci_clrset_config8(dev, 0x43, 0, 1 << 6); in bd82x6x_azalia_probe()
79 dm_pci_clrset_config8(dev, 0x40, 0, 1); in bd82x6x_azalia_probe()
80 dm_pci_clrset_config8(dev, 0x4d, 1 << 7, 0); /* Docking not supported */ in bd82x6x_azalia_probe()
93 dm_pci_clrset_config8(dev, 0x43, 7, BIT(2) | BIT(0)); in bd82x6x_azalia_probe()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c87 dm_pci_clrset_config8(dev, GEN_PMCON_3, 3 << 4 | 1 << 10, in pch_misc_init()
97 dm_pci_clrset_config8(dev, GEN_PMCON_2, 0, 1 << 7); in pch_misc_init()
106 dm_pci_clrset_config8(dev, SERIRQ_CNTL, 0, 1 << 7 | 1 << 6); in pch_misc_init()
557 dm_pci_clrset_config8(hda, 0x43, 0, 0x6f); in pch_serialio_init()
560 dm_pci_clrset_config8(hda, 0x42, 0, 1 << 7 | 1 << 6); in pch_serialio_init()
/openbmc/u-boot/include/
H A Dpci.h1092 int dm_pci_clrset_config8(struct udevice *dev, int offset, u32 clr, u32 set);
/openbmc/u-boot/drivers/pci/
H A Dpci-uclass.c452 int dm_pci_clrset_config8(struct udevice *dev, int offset, u32 clr, u32 set) in dm_pci_clrset_config8() function