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
| Person | Tokens | Prop | Commits | CommitProp |
sudip mukherjee | sudip mukherjee | 54 | 90.00% | 1 | 25.00% |
lorenzo stoakes | lorenzo stoakes | 3 | 5.00% | 1 | 25.00% |
amitoj kaur chawla | amitoj kaur chawla | 2 | 3.33% | 1 | 25.00% |
carlos e. garcia | carlos e. garcia | 1 | 1.67% | 1 | 25.00% |
| Total | 60 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.