Searched refs:PCIE_RESET_EP (Results 1 – 2 of 2) sorted by relevance
21 #define PCIE_RESET_EP "/sys/devices/platform/f8000000.pcie/pcie_reset_ep" macro233 is_pcie = access(PCIE_RESET_EP, R_OK); in npu_suspend()235 sysfs_write(PCIE_RESET_EP, "2"); in npu_suspend()291 is_pcie = access(PCIE_RESET_EP, R_OK); in npu_resume()293 sysfs_write(PCIE_RESET_EP, "1"); in npu_resume()
23 #define PCIE_RESET_EP "sys/devices/platform/f8000000.pcie/pcie_reset_ep" macro261 is_pcie = access(PCIE_RESET_EP, R_OK); in npu_suspend()263 sysfs_write(PCIE_RESET_EP, "2"); in npu_suspend()321 is_pcie = access(PCIE_RESET_EP, R_OK); in npu_resume()323 sysfs_write(PCIE_RESET_EP, "1"); in npu_resume()