Searched refs:pcie_write_config (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/bhnd/cores/pci/ |
H A D | bhnd_pci_hostb.c | 530 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 D | pcivar.h | 691 void pcie_write_config(device_t dev, int reg, uint32_t value, int width);
|
H A D | pci_pci.c | 886 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 D | pci.c | 2284 pcie_write_config(device_t dev, int reg, uint32_t value, int width) in pcie_write_config() function
|