!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-headers-5.4.0-216/include/linux/platform_data/gpio/   drwxr-xr-x
Free 13.12 GB of 57.97 GB (22.64%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     gpio-amd-fch.h (1.2 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0+ */

/*
 * AMD FCH gpio driver platform-data
 *
 * Copyright (C) 2018 metux IT consult
 * Author: Enrico Weigelt <info@metux.net>
 *
 */

#ifndef __LINUX_PLATFORM_DATA_GPIO_AMD_FCH_H
#define __LINUX_PLATFORM_DATA_GPIO_AMD_FCH_H

#define AMD_FCH_GPIO_DRIVER_NAME "gpio_amd_fch"

/*
 * gpio register index definitions
 */
#define AMD_FCH_GPIO_REG_GPIO49        0x40
#define AMD_FCH_GPIO_REG_GPIO50        0x41
#define AMD_FCH_GPIO_REG_GPIO51        0x42
#define AMD_FCH_GPIO_REG_GPIO59_DEVSLP0    0x43
#define AMD_FCH_GPIO_REG_GPIO57        0x44
#define AMD_FCH_GPIO_REG_GPIO58        0x45
#define AMD_FCH_GPIO_REG_GPIO59_DEVSLP1    0x46
#define AMD_FCH_GPIO_REG_GPIO64        0x47
#define AMD_FCH_GPIO_REG_GPIO68        0x48
#define AMD_FCH_GPIO_REG_GPIO66_SPKR    0x5B
#define AMD_FCH_GPIO_REG_GPIO71        0x4D
#define AMD_FCH_GPIO_REG_GPIO32_GE1    0x59
#define AMD_FCH_GPIO_REG_GPIO33_GE2    0x5A
#define AMT_FCH_GPIO_REG_GEVT22        0x09

/*
 * struct amd_fch_gpio_pdata - GPIO chip platform data
 * @gpio_num: number of entries
 * @gpio_reg: array of gpio registers
 * @gpio_names: array of gpio names
 */
struct amd_fch_gpio_pdata {
    int            gpio_num;
    int            *gpio_reg;
    const char * const    *gpio_names;
};

#endif /* __LINUX_PLATFORM_DATA_GPIO_AMD_FCH_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0268 ]--