Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/dwc/
H A Dpcie-spacemit-k1.c91 ret = reset_control_bulk_deassert(ARRAY_SIZE(pci->app_rsts), in k1_pcie_enable_resources()
92 pci->app_rsts); in k1_pcie_enable_resources()
109 reset_control_bulk_assert(ARRAY_SIZE(pci->app_rsts), pci->app_rsts); in k1_pcie_disable_resources()
H A Dpcie-bt1.c358 if (!btpci->dw.app_rsts[bt1_pcie_app_rsts[i]].rstc) { in bt1_pcie_get_resources()
484 ret = reset_control_bulk_reset(DW_PCIE_NUM_APP_RSTS, pci->app_rsts); in bt1_pcie_cold_start_bus()
H A Dpcie-designware.c89 pci->app_rsts[i].id = dw_pcie_app_rsts[i]; in dw_pcie_get_resets()
96 pci->app_rsts); in dw_pcie_get_resets()
H A Dpcie-designware.h547 struct reset_control_bulk_data app_rsts[DW_PCIE_NUM_APP_RSTS]; member