cregit-Linux how code gets into the kernel

Release 4.14 arch/mips/include/asm/mach-loongson64/cs5536/cs5536_mfgpt.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * cs5536 mfgpt header file
 */

#ifndef _CS5536_MFGPT_H

#define _CS5536_MFGPT_H

#include <cs5536/cs5536.h>
#include <cs5536/cs5536_pci.h>

#ifdef CONFIG_CS5536_MFGPT
extern void setup_mfgpt0_timer(void);
extern void disable_mfgpt0_counter(void);
extern void enable_mfgpt0_counter(void);
#else

static inline void __maybe_unused setup_mfgpt0_timer(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Wu Zhangjin9100.00%1100.00%
Total9100.00%1100.00%


static inline void __maybe_unused disable_mfgpt0_counter(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Wu Zhangjin9100.00%1100.00%
Total9100.00%1100.00%


static inline void __maybe_unused enable_mfgpt0_counter(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Wu Zhangjin9100.00%1100.00%
Total9100.00%1100.00%

#endif #define MFGPT_TICK_RATE 14318000 #define COMPARE ((MFGPT_TICK_RATE + HZ/2) / HZ) #define MFGPT_BASE mfgpt_base #define MFGPT0_CMP2 (MFGPT_BASE + 2) #define MFGPT0_CNT (MFGPT_BASE + 4) #define MFGPT0_SETUP (MFGPT_BASE + 6) #endif /*!_CS5536_MFGPT_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Wu Zhangjin9598.96%150.00%
Greg Kroah-Hartman11.04%150.00%
Total96100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.