Home
last modified time | relevance | path

Searched refs:dm_pci_clrset_config16 (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/sound/
Divybridge_sound.c53 dm_pci_clrset_config16(dev, 0x78, 0, 1 << 1); in bd82x6x_azalia_probe()
/third_party/uboot/u-boot-2020.01/drivers/net/
Dfsl_enetc.c248 dm_pci_clrset_config16(dev, PCI_COMMAND, 0, PCI_COMMAND_MEMORY); in enetc_probe()
413 dm_pci_clrset_config16(dev, PCI_COMMAND, 0, in enetc_start()
452 dm_pci_clrset_config16(dev, PCI_COMMAND, 0, PCI_COMMAND_MEMORY); in enetc_stop()
Dfsl_enetc_mdio.c136 dm_pci_clrset_config16(dev, PCI_COMMAND, 0, PCI_COMMAND_MEMORY); in enetc_mdio_probe()
/third_party/uboot/u-boot-2020.01/drivers/pci/
Dpci-uclass.c466 int dm_pci_clrset_config16(struct udevice *dev, int offset, u32 clr, u32 set) in dm_pci_clrset_config16() function
1518 dm_pci_clrset_config16(dev, pcie_off + PCI_EXP_DEVCTL, 0, in dm_pci_flr()
/third_party/uboot/u-boot-2020.01/include/
Dpci.h1115 int dm_pci_clrset_config16(struct udevice *dev, int offset, u32 clr, u32 set);