Searched refs:dm_pci_clrset_config32 (Results 1 – 4 of 4) sorted by relevance
| /u-boot/drivers/sound/ |
| A D | ivybridge_sound.c | 52 dm_pci_clrset_config32(dev, 0x120, 7 << 24 | 0xfe, in bd82x6x_azalia_probe() 60 dm_pci_clrset_config32(dev, 0x114, 0xfe, 0); in bd82x6x_azalia_probe() 63 dm_pci_clrset_config32(dev, 0x120, 0, 1U << 31); in bd82x6x_azalia_probe() 66 dm_pci_clrset_config32(dev, 0xc4, 0, 1 << 1); in bd82x6x_azalia_probe() 70 dm_pci_clrset_config32(dev, 0xc4, 0, 1 << 13); in bd82x6x_azalia_probe() 71 dm_pci_clrset_config32(dev, 0xc4, 0, 1 << 10); in bd82x6x_azalia_probe() 72 dm_pci_clrset_config32(dev, 0xd0, 1U << 31, 0); in bd82x6x_azalia_probe() 77 dm_pci_clrset_config32(dev, 0xc4, 0, 1 << 17); in bd82x6x_azalia_probe()
|
| /u-boot/arch/x86/cpu/broadwell/ |
| A D | pch.c | 244 dm_pci_clrset_config32(dev, 0xac, 0x00200000, 0); in pch_pm_init_magic()
|
| /u-boot/include/ |
| A D | pci.h | 1172 int dm_pci_clrset_config32(struct udevice *dev, int offset, u32 clr, u32 set);
|
| /u-boot/drivers/pci/ |
| A D | pci-uclass.c | 499 int dm_pci_clrset_config32(struct udevice *dev, int offset, u32 clr, u32 set) in dm_pci_clrset_config32() function
|
Completed in 15 milliseconds