cregit-Linux how code gets into the kernel

Release 4.7 drivers/tty/serial/cpm_uart/cpm_uart_cpm1.h

/*
 * Driver for CPM (SCC/SMC) serial ports
 *
 * definitions for cpm1
 *
 */

#ifndef CPM_UART_CPM1_H

#define CPM_UART_CPM1_H

#include <asm/cpm1.h>


static inline void cpm_set_brg(int brg, int baud) { cpm_setbrg(brg, baud); }

Contributors

PersonTokensPropCommitsCommitProp
david woodhousedavid woodhouse1995.00%150.00%
kumar galakumar gala15.00%150.00%
Total20100.00%2100.00%


static inline void cpm_set_scc_fcr(scc_uart_t __iomem * sup) { out_8(&sup->scc_genscc.scc_rfcr, SMC_EB); out_8(&sup->scc_genscc.scc_tfcr, SMC_EB); }

Contributors

PersonTokensPropCommitsCommitProp
david woodhousedavid woodhouse2569.44%150.00%
scott woodscott wood1130.56%150.00%
Total36100.00%2100.00%


static inline void cpm_set_smc_fcr(smc_uart_t __iomem * up) { out_8(&up->smc_rfcr, SMC_EB); out_8(&up->smc_tfcr, SMC_EB); }

Contributors

PersonTokensPropCommitsCommitProp
david woodhousedavid woodhouse2165.62%150.00%
scott woodscott wood1134.38%150.00%
Total32100.00%2100.00%

#define DPRAM_BASE ((u8 __iomem __force *)cpm_dpram_addr(0)) #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
david woodhousedavid woodhouse7875.00%120.00%
scott woodscott wood2322.12%120.00%
jovi zhangjovi zhang10.96%120.00%
jochen friedrichjochen friedrich10.96%120.00%
kumar galakumar gala10.96%120.00%
Total104100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}