Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/modules/5.15.0-136-generic/build/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