Home
last modified time | relevance | path

Searched refs:port2adr (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/sh/kernel/
Dio_se.c34 port2adr(unsigned int port) in port2adr() function
65 return (*port2adr(port) >> 8); in se_inb()
67 return (*port2adr(port))&0xff; in se_inb()
77 v = (*port2adr(port) >> 8); in se_inb_p()
79 v = (*port2adr(port))&0xff; in se_inb_p()
88 return *port2adr(port); in se_inw()
105 *(port2adr(port)) = value << 8; in se_outb()
107 *(port2adr(port)) = value; in se_outb()
115 *(port2adr(port)) = value << 8; in se_outb_p()
117 *(port2adr(port)) = value; in se_outb_p()
[all …]
Dio_hs7729pci.c44 port2adr(unsigned long port) in port2adr() function
79 return (*port2adr(port) >> 8); in hs7729pci_inb()
85 return (*port2adr(port))&0xff; in hs7729pci_inb()
97 v = (*port2adr(port) >> 8); in hs7729pci_inb_p()
103 v = (*port2adr(port))&0xff; in hs7729pci_inb_p()
114 return *port2adr(port); in hs7729pci_inw()
134 *(port2adr(port)) = value << 8; in hs7729pci_outb()
140 *(port2adr(port)) = value; in hs7729pci_outb()
150 *(port2adr(port)) = value << 8; in hs7729pci_outb_p()
156 *(port2adr(port)) = value; in hs7729pci_outb_p()
[all …]
Dio_7751se.c65 port2adr(unsigned int port) in port2adr() function
117 return (*port2adr(port))&0xff; in sh7751se_inb()
129 v = (*port2adr(port))&0xff; in sh7751se_inb_p()
141 return *port2adr(port); in sh7751se_inw()
154 return *port2adr(port); in sh7751se_inl()
168 *(port2adr(port)) = value; in sh7751se_outb()
178 *(port2adr(port)) = value; in sh7751se_outb_p()
189 *port2adr(port) = value; in sh7751se_outw()
Dio_snapgear.c54 port2adr(unsigned int port) in port2adr() function
91 return (*port2adr(port))&0xff; in snapgear_inb()
104 v = (*port2adr(port))&0xff; in snapgear_inb_p()
117 return *port2adr(port); in snapgear_inw()
131 return *port2adr(port); in snapgear_inl()
146 *(port2adr(port)) = value; in snapgear_outb()
157 *(port2adr(port)) = value; in snapgear_outb_p()
169 *port2adr(port) = value; in snapgear_outw()