!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

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

Safe-mode: OFF (not secure)

/usr/src/linux-oracle-5.13-headers-5.13.0-1018/arch/arm/mach-davinci/include/mach/   drwxr-xr-x
Free 83.24 GB of 96.73 GB (86.05%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     pm.h (2.03 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * TI DaVinci platform support for power management.
 *
 * Copyright (C) 2009 Texas Instruments, Inc. https://www.ti.com/
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation version 2.
 *
 * This program is distributed "as is" WITHOUT ANY WARRANTY of any
 * kind, whether express or implied; without even the implied warranty
 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */
#ifndef _MACH_DAVINCI_PM_H
#define _MACH_DAVINCI_PM_H

/*
 * Caution: Assembly code in sleep.S makes assumtion on the order
 * of the members of this structure.
 */
struct davinci_pm_config {
    void __iomem *ddr2_ctlr_base;
    void __iomem *ddrpsc_reg_base;
    int ddrpsc_num;
    void __iomem *ddrpll_reg_base;
    void __iomem *deepsleep_reg;
    void __iomem *cpupll_reg_base;
    /*
     * Note on SLEEPCOUNT:
     * The SLEEPCOUNT feature is mainly intended for cases in which
     * the internal oscillator is used. The internal oscillator is
     * fully disabled in deep sleep mode.  When you exist deep sleep
     * mode, the oscillator will be turned on and will generate very
     * small oscillations which will not be detected by the deep sleep
     * counter.  Eventually those oscillations will grow to an amplitude
     * large enough to start incrementing the deep sleep counter.
     * In this case recommendation from hardware engineers is that the
     * SLEEPCOUNT be set to 4096.  This means that 4096 valid clock cycles
     * must be detected before the clock is passed to the rest of the
     * system.
     * In the case that the internal oscillator is not used and the
     * clock is generated externally, the SLEEPCOUNT value can be very
     * small since the clock input is assumed to be stable before SoC
     * is taken out of deepsleep mode.  A value of 128 would be more than
     * adequate.
     */
    int sleepcount;
};

extern unsigned int davinci_cpu_suspend_sz;
extern void davinci_cpu_suspend(struct davinci_pm_config *);

#endif

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0045 ]--