cregit-Linux how code gets into the kernel

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

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

#ifndef CPM_UART_CPM2_H

#define CPM_UART_CPM2_H

#include <asm/cpm2.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, CPMFCR_GBL | CPMFCR_EB); out_8(&sup->scc_genscc.scc_tfcr, CPMFCR_GBL | CPMFCR_EB); }

Contributors

PersonTokensPropCommitsCommitProp
david woodhousedavid woodhouse2972.50%150.00%
scott woodscott wood1127.50%150.00%
Total40100.00%2100.00%


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

Contributors

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

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

Overall Contributors

PersonTokensPropCommitsCommitProp
david woodhousedavid woodhouse8777.68%125.00%
scott woodscott wood2320.54%125.00%
jovi zhangjovi zhang10.89%125.00%
kumar galakumar gala10.89%125.00%
Total112100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}