cregit-Linux how code gets into the kernel

Release 4.14 arch/powerpc/platforms/pasemi/pasemi.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _PASEMI_PASEMI_H

#define _PASEMI_PASEMI_H

extern unsigned long pas_get_boot_time(void);
extern void pas_pci_init(void);
extern void pas_pci_irq_fixup(struct pci_dev *dev);
extern void pas_pci_dma_dev_setup(struct pci_dev *dev);

extern void __iomem *pasemi_pci_getcfgaddr(struct pci_dev *dev, int offset);

extern void __init pasemi_map_registers(void);

/* Power savings modes, implemented in asm */
extern void idle_spin(void);
extern void idle_doze(void);

/* Restore astate to last set */
#ifdef CONFIG_PPC_PASEMI_CPUFREQ
extern int check_astate(void);
extern void restore_astate(int cpu);
#else

static inline int check_astate(void) { /* Always return >0 so we never power save */ return 1; }

Contributors

PersonTokensPropCommitsCommitProp
Olof Johansson13100.00%1100.00%
Total13100.00%1100.00%


static inline void restore_astate(int cpu) { }

Contributors

PersonTokensPropCommitsCommitProp
Olof Johansson9100.00%1100.00%
Total9100.00%1100.00%

#endif extern struct pci_controller_ops pasemi_pci_controller_ops; #endif /* _PASEMI_PASEMI_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Olof Johansson12795.49%880.00%
Daniel Axtens53.76%110.00%
Greg Kroah-Hartman10.75%110.00%
Total133100.00%10100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.