Searched refs:dm_pci_clrset_config8 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/ |
| H A D | pch.c | 86 dm_pci_clrset_config8(dev, GEN_PMCON_3, 3 << 4 | 1 << 10, in pch_misc_init() 96 dm_pci_clrset_config8(dev, GEN_PMCON_2, 0, 1 << 7); in pch_misc_init() 105 dm_pci_clrset_config8(dev, SERIRQ_CNTL, 0, 1 << 7 | 1 << 6); in pch_misc_init()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 1073 int dm_pci_clrset_config8(struct udevice *dev, int offset, u32 clr, u32 set);
|
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci-uclass.c | 433 int dm_pci_clrset_config8(struct udevice *dev, int offset, u32 clr, u32 set) in dm_pci_clrset_config8() function
|