Searched refs:port2adr (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-se/770x/
H A Dio.c16 port2adr(unsigned int port) function
41 return (*port2adr(port) >> 8);
43 return (*port2adr(port))&0xff;
51 v = (*port2adr(port) >> 8);
53 v = (*port2adr(port))&0xff;
61 return *port2adr(port);
76 *(port2adr(port)) = value << 8;
78 *(port2adr(port)) = value;
84 *(port2adr(port)) = value << 8;
86 *(port2adr(por
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-se/7206/
H A Dio.c27 port2adr(unsigned int port) function
39 return (*port2adr(port)) & 0xff;
46 v = (*port2adr(port)) & 0xff;
53 return *port2adr(port);
58 *(port2adr(port)) = value;
63 *(port2adr(port)) = value;
69 *port2adr(port) = value;
74 volatile __u16 *p = port2adr(port);
83 volatile __u16 *p = port2adr(port);
91 volatile __u16 *p = port2adr(por
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-snapgear/
H A Dio.c22 static inline volatile __u16 *port2adr(unsigned int port) function
40 return (*port2adr(port)) & 0xff;
50 v = (*port2adr(port))&0xff;
60 return *port2adr(port);
71 return *port2adr(port);
83 *(port2adr(port)) = value;
91 *(port2adr(port)) = value;
100 *port2adr(port) = value;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-se/7751/
H A Dio.c18 static inline volatile u16 *port2adr(unsigned int port) function
38 return (*port2adr(port)) & 0xff;
48 v = (*port2adr(port)) & 0xff;
58 return *port2adr(port);
69 return *port2adr(port);
81 *(port2adr(port)) = value;
89 *(port2adr(port)) = value;
98 *port2adr(port) = value;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-systemh/
H A Dio.c19 port2adr(unsigned int port) function
41 return (*port2adr(port))&0xff;
53 v = (*port2adr(port))&0xff;
63 return *port2adr(port);
76 return *port2adr(port);
92 *(port2adr(port)) = value;
102 *(port2adr(port)) = value;
111 *port2adr(port) = value;

Completed in 93 milliseconds