Home
last modified time | relevance | path

Searched refs:PORT2ADDR (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/m32r/platforms/oaks32r/
Dio.c14 #define PORT2ADDR(port) _port2addr(port) macro
74 return *(volatile unsigned char *)PORT2ADDR(port); in _inb()
82 return *(volatile unsigned short *)PORT2ADDR(port); in _inw()
87 return *(volatile unsigned long *)PORT2ADDR(port); in _inl()
116 *(volatile unsigned char *)PORT2ADDR(port) = b; in _outb()
124 *(volatile unsigned short *)PORT2ADDR(port) = w; in _outw()
129 *(volatile unsigned long *)PORT2ADDR(port) = l; in _outl()
156 unsigned char *portp = PORT2ADDR(port); in _insb()
172 portp = PORT2ADDR(port); in _insw()
183 portp = PORT2ADDR(port); in _insl()
[all …]
/linux-4.4.14/arch/m32r/platforms/usrv/
Dio.c39 #define PORT2ADDR(port) _port2addr(port) macro
64 return *(volatile unsigned char *)PORT2ADDR(port); in _inb()
74 return *(volatile unsigned short *)PORT2ADDR(port); in _inw()
84 return *(volatile unsigned long *)PORT2ADDR(port); in _inl()
113 *(volatile unsigned char *)PORT2ADDR(port) = b; in _outb()
121 *(volatile unsigned short *)PORT2ADDR(port) = w; in _outw()
129 *(volatile unsigned long *)PORT2ADDR(port) = l; in _outl()
156 unsigned char *portp = PORT2ADDR(port); in _insb()
171 portp = PORT2ADDR(port); in _insw()
182 portp = PORT2ADDR(port); in _insl()
[all …]
/linux-4.4.14/arch/m32r/platforms/m32104ut/
Dio.c30 #define PORT2ADDR(port) _port2addr(port) macro
113 return *(volatile unsigned char *)PORT2ADDR(port); in _inb()
121 return *(volatile unsigned short *)PORT2ADDR(port); in _inw()
126 return *(volatile unsigned long *)PORT2ADDR(port); in _inl()
155 *(volatile unsigned char *)PORT2ADDR(port) = b; in _outb()
163 *(volatile unsigned short *)PORT2ADDR(port) = w; in _outw()
168 *(volatile unsigned long *)PORT2ADDR(port) = l; in _outl()
195 unsigned char *portp = PORT2ADDR(port); in _insb()
226 portp = PORT2ADDR(port); in _insw()
237 portp = PORT2ADDR(port); in _insl()
[all …]
/linux-4.4.14/arch/m32r/platforms/mappi/
Dio.c29 #define PORT2ADDR(port) _port2addr(port) macro
92 return *(volatile unsigned char *)PORT2ADDR(port); in _inb()
111 return *(volatile unsigned short *)PORT2ADDR(port); in _inw()
127 return *(volatile unsigned long *)PORT2ADDR(port); in _inl()
163 *(volatile unsigned char *)PORT2ADDR(port) = b; in _outb()
178 *(volatile unsigned short *)PORT2ADDR(port) = w; in _outw()
190 *(volatile unsigned long *)PORT2ADDR(port) = l; in _outl()
229 portp = PORT2ADDR(port); in _insb()
253 portp = PORT2ADDR(port); in _insw()
264 portp = PORT2ADDR(port); in _insl()
[all …]
/linux-4.4.14/arch/m32r/platforms/m32700ut/
Dio.c33 #define PORT2ADDR(port) _port2addr(port) macro
134 return *(volatile unsigned char *)PORT2ADDR(port); in _inb()
157 return *(volatile unsigned short *)PORT2ADDR(port); in _inw()
169 return *(volatile unsigned long *)PORT2ADDR(port); in _inl()
208 *(volatile unsigned char *)PORT2ADDR(port) = b; in _outb()
231 *(volatile unsigned short *)PORT2ADDR(port) = w; in _outw()
241 *(volatile unsigned long *)PORT2ADDR(port) = l; in _outl()
282 unsigned char *portp = PORT2ADDR(port); in _insb()
313 portp = PORT2ADDR(port); in _insw()
324 portp = PORT2ADDR(port); in _insl()
[all …]
/linux-4.4.14/arch/m32r/platforms/mappi3/
Dio.c29 #define PORT2ADDR(port) _port2addr(port) macro
144 return *(volatile unsigned char *)PORT2ADDR(port); in _inb()
169 return *(volatile unsigned short *)PORT2ADDR(port); in _inw()
181 return *(volatile unsigned long *)PORT2ADDR(port); in _inl()
221 *(volatile unsigned char *)PORT2ADDR(port) = b; in _outb()
245 *(volatile unsigned short *)PORT2ADDR(port) = w; in _outw()
255 *(volatile unsigned long *)PORT2ADDR(port) = l; in _outl()
297 unsigned char *portp = PORT2ADDR(port); in _insb()
325 portp = PORT2ADDR(port); in _insw()
336 portp = PORT2ADDR(port); in _insl()
[all …]
/linux-4.4.14/arch/m32r/platforms/mappi2/
Dio.c29 #define PORT2ADDR(port) _port2addr(port) macro
129 return *(volatile unsigned char *)PORT2ADDR(port); in _inb()
153 return *(volatile unsigned short *)PORT2ADDR(port); in _inw()
165 return *(volatile unsigned long *)PORT2ADDR(port); in _inl()
204 *(volatile unsigned char *)PORT2ADDR(port) = b; in _outb()
227 *(volatile unsigned short *)PORT2ADDR(port) = w; in _outw()
237 *(volatile unsigned long *)PORT2ADDR(port) = l; in _outl()
278 unsigned char *portp = PORT2ADDR(port); in _insb()
305 portp = PORT2ADDR(port); in _insw()
316 portp = PORT2ADDR(port); in _insl()
[all …]
/linux-4.4.14/arch/m32r/platforms/opsput/
Dio.c33 #define PORT2ADDR(port) _port2addr(port) macro
134 return *(volatile unsigned char *)PORT2ADDR(port); in _inb()
157 return *(volatile unsigned short *)PORT2ADDR(port); in _inw()
169 return *(volatile unsigned long *)PORT2ADDR(port); in _inl()
208 *(volatile unsigned char *)PORT2ADDR(port) = b; in _outb()
231 *(volatile unsigned short *)PORT2ADDR(port) = w; in _outw()
241 *(volatile unsigned long *)PORT2ADDR(port) = l; in _outl()
282 unsigned char *portp = PORT2ADDR(port); in _insb()
313 portp = PORT2ADDR(port); in _insw()
324 portp = PORT2ADDR(port); in _insl()
[all …]