Home
last modified time | relevance | path

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

/u-boot/drivers/sound/
A Divybridge_sound.c67 dm_pci_clrset_config8(dev, 0x43, 0, 1 << 6); in bd82x6x_azalia_probe()
82 dm_pci_clrset_config8(dev, 0x40, 0, 1); in bd82x6x_azalia_probe()
83 dm_pci_clrset_config8(dev, 0x4d, 1 << 7, 0); /* Docking not supported */ in bd82x6x_azalia_probe()
96 dm_pci_clrset_config8(dev, 0x43, 7, BIT(2) | BIT(0)); in bd82x6x_azalia_probe()
/u-boot/arch/x86/cpu/intel_common/
A Dlpss.c43 dm_pci_clrset_config8(dev, PME_CTRL_STATUS, POWER_STATE_MASK, state); in lpss_set_power_state()
A Dp2sb.c128 dm_pci_clrset_config8(dev, PCH_P2SB_E0 + 1, HIDE_BIT, in p2sb_set_hide_bit()
/u-boot/arch/x86/cpu/broadwell/
A Dpch.c90 dm_pci_clrset_config8(dev, GEN_PMCON_3, 3 << 4 | 1 << 10, in pch_misc_init()
100 dm_pci_clrset_config8(dev, GEN_PMCON_2, 0, 1 << 7); in pch_misc_init()
109 dm_pci_clrset_config8(dev, SERIRQ_CNTL, 0, 1 << 7 | 1 << 6); in pch_misc_init()
560 dm_pci_clrset_config8(hda, 0x43, 0, 0x6f); in pch_serialio_init()
563 dm_pci_clrset_config8(hda, 0x42, 0, 1 << 7 | 1 << 6); in pch_serialio_init()
/u-boot/include/
A Dpci.h1170 int dm_pci_clrset_config8(struct udevice *dev, int offset, u32 clr, u32 set);
/u-boot/drivers/pci/
A Dpci-uclass.c471 int dm_pci_clrset_config8(struct udevice *dev, int offset, u32 clr, u32 set) in dm_pci_clrset_config8() function

Completed in 621 milliseconds