Home
last modified time | relevance | path

Searched refs:DW_PCIE_NUM_CORE_RSTS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware.h288 DW_PCIE_NUM_CORE_RSTS enumerator
406 struct reset_control_bulk_data core_rsts[DW_PCIE_NUM_CORE_RSTS];
H A Dpcie-designware.c45 static const char * const dw_pcie_core_rsts[DW_PCIE_NUM_CORE_RSTS] = {
81 for (i = 0; i < DW_PCIE_NUM_CORE_RSTS; i++) in dw_pcie_get_resets()
91 DW_PCIE_NUM_CORE_RSTS, in dw_pcie_get_resets()
H A Dpcie-bt1.c388 ret = reset_control_bulk_assert(DW_PCIE_NUM_CORE_RSTS, pci->core_rsts); in bt1_pcie_full_stop_bus()