Release 4.14 arch/powerpc/platforms/8xx/pic.h
#ifndef _PPC_KERNEL_MPC8xx_H
#define _PPC_KERNEL_MPC8xx_H
#include <linux/irq.h>
#include <linux/interrupt.h>
int mpc8xx_pic_init(void);
unsigned int mpc8xx_get_irq(void);
/*
* Some internal interrupt registers use an 8-bit mask for the interrupt
* level instead of a number.
*/
static inline uint mk_int_int_mask(uint mask)
{
return (1 << (7 - (mask/2)));
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Vitaly Bordug | 25 | 100.00% | 1 | 100.00% |
Total | 25 | 100.00% | 1 | 100.00% |
#endif /* _PPC_KERNEL_PPC8xx_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Vitaly Bordug | 54 | 100.00% | 2 | 100.00% |
Total | 54 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.