Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci_hostb.c530 pcie_write_config(sc->pci_dev, PCIER_LINK_CTL, cfg, 2); in bhnd_pci_wars_hwup()
638 pcie_write_config(sc->pci_dev, PCIER_LINK_CTL, lcreg, 2); in bhnd_pci_wars_hwdown()
/freebsd/sys/dev/pci/
H A Dpcivar.h691 void pcie_write_config(device_t dev, int reg, uint32_t value, int width);
H A Dpci_pci.c886 pcie_write_config(dev, PCIER_SLOT_CTL, new, 2); in pcib_pcie_hotplug_command()
1058 pcie_write_config(dev, PCIER_SLOT_STA, sc->pcie_slot_sta, 2); in pcib_pcie_intr_hotplug()
1290 pcie_write_config(dev, PCIER_SLOT_STA, sc->pcie_slot_sta, 2); in pcib_setup_hotplug()
H A Dpci.c2284 pcie_write_config(device_t dev, int reg, uint32_t value, int width) in pcie_write_config() function