cregit-Linux how code gets into the kernel

Release 4.7 drivers/staging/sm750fb/ddk750_help.h

#ifndef DDK750_HELP_H__

#define DDK750_HELP_H__
#include "ddk750_chip.h"
#ifndef USE_INTERNAL_REGISTER_ACCESS

#include <linux/ioport.h>
#include <linux/io.h>
#include <linux/uaccess.h>

/* software control endianness */

#define PEEK32(addr) readl(addr + mmio750)

#define POKE32(addr, data) writel(data, addr + mmio750)

extern void __iomem *mmio750;
extern char revId750;
extern unsigned short devId750;
#else
/* implement if you want use it*/
#endif

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
sudip mukherjeesudip mukherjee5490.00%125.00%
lorenzo stoakeslorenzo stoakes35.00%125.00%
amitoj kaur chawlaamitoj kaur chawla23.33%125.00%
carlos e. garciacarlos e. garcia11.67%125.00%
Total60100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}