Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/src/kernels/5.14.0-570.el9.x86_64/include/dt-bindings/reset/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright Intel Corporation (C) 2017. All Rights Reserved * * Reset binding definitions for Altera Arria10 MAX5 System Resource Chip * * Adapted from altr,rst-mgr-a10.h */ #ifndef _DT_BINDINGS_RESET_ALTR_RST_MGR_A10SR_H #define _DT_BINDINGS_RESET_ALTR_RST_MGR_A10SR_H /* Peripheral PHY resets */ #define A10SR_RESET_ENET_HPS 0 #define A10SR_RESET_PCIE 1 #define A10SR_RESET_FILE 2 #define A10SR_RESET_BQSPI 3 #define A10SR_RESET_USB 4 #define A10SR_RESET_NUM 5 #endif