Searched refs:io_addr (Results 1 - 25 of 40) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dpcwd.c191 int io_addr; /* Card's base address */ member in struct:__anon1273
213 status = inb_p (pcwd_info.io_addr);
239 status = inb_p (pcwd_info.io_addr + 1);
244 outb_p (0x01, pcwd_info.io_addr + 1);
266 wdrst_stat = inb_p (pcwd_info.io_addr);
269 outb_p (wdrst_stat, pcwd_info.io_addr + 1);
281 outb_p (0x42, pcwd_info.io_addr);
328 rv = inb_p (pcwd_info.io_addr);
453 c = inb_p (pcwd_info.io_addr);
514 outb_p (0x00, pcwd_info.io_addr
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DNCR53C9x.h199 unsigned char io_addr[64]; /* dummy */ member in struct:ESP_regs
201 #define esp_tclow io_addr /* rw Low bits of the transfer count 0x00 */
202 #define esp_tcmed io_addr + (1<<(esp->shift)) /* rw Mid bits of the transfer count 0x04 */
203 #define esp_fdata io_addr + (2<<(esp->shift)) /* rw FIFO data bits 0x08 */
204 #define esp_cmnd io_addr + (3<<(esp->shift)) /* rw SCSI command bits 0x0c */
205 #define esp_status io_addr + (4<<(esp->shift)) /* ro ESP status register 0x10 */
207 #define esp_intrpt io_addr + (5<<(esp->shift)) /* ro Kind of interrupt 0x14 */
209 #define esp_sstep io_addr + (6<<(esp->shift)) /* ro Sequence step register 0x18 */
211 #define esp_fflags io_addr + (7<<(esp->shift)) /* ro Bits of current FIFO info 0x1c */
213 #define esp_cfg1 io_addr
236 unsigned int io_addr; member in struct:ESP_regs
[all...]
H A Dmca_53c9x.c127 esp->eregs->io_addr = tmp_io_addr + 0x10;
129 if (esp->eregs->io_addr == 0x0000) {
271 tmp_byte = inb(esp->eregs->io_addr - 0x0E);
273 outb(tmp_byte, esp->eregs->io_addr - 0x0E);
357 outb(inb(esp->eregs->io_addr - 0x0E) & ~0x40,
358 esp->eregs->io_addr - 0x0E);
367 outb(inb(esp->eregs->io_addr - 0x0E) | 0x40,
368 esp->eregs->io_addr - 0x0E);
381 return (!(inb(esp->eregs->io_addr - 0x04) & 1) &&
382 !(inb(esp->eregs->io_addr
[all...]
H A Dips.c636 uint32_t io_addr; local
786 io_addr = 0;
796 io_addr = pci_resource_start(dev[i], j);
808 io_addr = dev[i]->base_address[j] & PCI_BASE_ADDRESS_IO_MASK;
844 ips_name, ips_next_controller, io_addr, io_len);
865 if (io_addr) {
867 ips_name, ips_next_controller, io_addr, io_len);
869 if (check_region(io_addr, io_len)) {
872 ips_name, ips_next_controller, io_addr, io_len);
879 request_region(io_addr, io_le
7398 uint32_t io_addr; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dusb-uhci-debug.h152 unsigned int io_addr = s->io_addr; local
158 usbcmd = inw (io_addr + 0);
159 usbstat = inw (io_addr + 2);
160 usbint = inw (io_addr + 4);
161 usbfrnum = inw (io_addr + 6);
162 flbaseadd = inl (io_addr + 8);
163 sof = inb (io_addr + 12);
164 portsc1 = inw (io_addr + 16);
165 portsc2 = inw (io_addr
[all...]
H A Duhci.c1874 return inw(uhci->io_addr + USBFRNUM);
1964 unsigned int io_addr = uhci->io_addr; local
1971 data |= ((inw(io_addr + USBPORTSC1 + i * 2) & 0xa) > 0 ? (1 << (i + 1)) : 0);
1983 inw(io_addr + USBPORTSC1), inw(io_addr + USBPORTSC2), data);
2072 status = inw(io_addr + USBPORTSC1 + 2 * (wIndex-1)); \
2074 outw(status, io_addr + USBPORTSC1 + 2 * (wIndex-1))
2077 status = inw(io_addr + USBPORTSC1 + 2 * (wIndex-1)); \
2079 outw(status, io_addr
2094 unsigned int io_addr = uhci->io_addr; local
2442 unsigned int io_addr = uhci->io_addr; local
2494 unsigned int io_addr = uhci->io_addr; local
2505 unsigned int io_addr = uhci->io_addr; local
2516 unsigned int io_addr = uhci->io_addr; local
2536 unsigned int io_addr = uhci->io_addr; local
2548 unsigned int io_addr = uhci->io_addr; local
2661 alloc_uhci(struct pci_dev *dev, unsigned int io_addr, unsigned int io_size) argument
3020 unsigned int io_addr = pci_resource_start(dev, i); local
[all...]
H A Duhci-debug.h135 unsigned int io_addr = uhci->io_addr; local
145 usbcmd = inw(io_addr + 0);
146 usbstat = inw(io_addr + 2);
147 usbint = inw(io_addr + 4);
148 usbfrnum = inw(io_addr + 6);
149 flbaseadd = inl(io_addr + 8);
150 sof = inb(io_addr + 12);
151 portsc1 = inw(io_addr + 16);
152 portsc2 = inw(io_addr
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dmca_dma.h161 * @io_addr: an I/O port number
167 static __inline__ void mca_set_dma_io(unsigned int dmanr, unsigned int io_addr) argument
174 outb(io_addr & 0xff, MCA_DMA_REG_EXE);
175 outb((io_addr >> 8) & 0xff, MCA_DMA_REG_EXE);
H A Dio.h224 * @io_addr: mmio address to check
228 * Perform a signature comparison with the mmio address io_addr. This
233 static inline int check_signature(unsigned long io_addr, argument
238 if (readb(io_addr) != *signature)
240 io_addr++;
251 * @io_addr: mmio address to check
255 * Perform a signature comparison with the ISA mmio address io_addr.
263 static inline int isa_check_signature(unsigned long io_addr, argument
268 if (isa_readb(io_addr) != *signature)
270 io_addr
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dmca_dma.h161 * @io_addr: an I/O port number
167 static __inline__ void mca_set_dma_io(unsigned int dmanr, unsigned int io_addr) argument
174 outb(io_addr & 0xff, MCA_DMA_REG_EXE);
175 outb((io_addr >> 8) & 0xff, MCA_DMA_REG_EXE);
H A Dio.h224 * @io_addr: mmio address to check
228 * Perform a signature comparison with the mmio address io_addr. This
233 static inline int check_signature(unsigned long io_addr, argument
238 if (readb(io_addr) != *signature)
240 io_addr++;
251 * @io_addr: mmio address to check
255 * Perform a signature comparison with the ISA mmio address io_addr.
263 static inline int isa_check_signature(unsigned long io_addr, argument
268 if (isa_readb(io_addr) != *signature)
270 io_addr
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dgus_card.c61 int io_addr; local
88 for (io_addr = 0x210; io_addr <= 0x260; io_addr += 0x10)
89 if (io_addr != hw_config->io_base) /*
92 if (!check_region(io_addr, 16))
93 if (!check_region(io_addr + 0x100, 16))
94 if (gus_wave_detect(io_addr))
96 hw_config->io_base = io_addr;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dio.h229 static inline int check_signature(unsigned long io_addr, argument
234 if (readb(io_addr) != *signature)
236 io_addr++;
245 static inline int isa_check_signature(unsigned long io_addr, argument
250 if (isa_readb(io_addr) != *signature)
252 io_addr++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dio.h229 static inline int check_signature(unsigned long io_addr, argument
234 if (readb(io_addr) != *signature)
236 io_addr++;
245 static inline int isa_check_signature(unsigned long io_addr, argument
250 if (isa_readb(io_addr) != *signature)
252 io_addr++;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dio.h172 * @io_addr: mmio address to check
176 * Perform a signature comparison with the mmio address io_addr. This
180 static inline int check_signature(unsigned long io_addr, argument
185 if (readb(io_addr) != *signature)
187 io_addr++;
198 * @io_addr: mmio address to check
202 * Perform a signature comparison with the ISA mmio address io_addr.
209 static inline int isa_check_signature(unsigned long io_addr, argument
214 if (isa_readb(io_addr) != *signature)
216 io_addr
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dio.h194 * @io_addr: mmio address to check
198 * Perform a signature comparison with the mmio address io_addr. This
202 static inline int check_signature(unsigned long io_addr, argument
207 if (readb(io_addr) != *signature)
209 io_addr++;
220 * @io_addr: mmio address to check
224 * Perform a signature comparison with the ISA mmio address io_addr.
231 static inline int isa_check_signature(unsigned long io_addr, argument
236 if (isa_readb(io_addr) != *signature)
238 io_addr
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dio.h172 * @io_addr: mmio address to check
176 * Perform a signature comparison with the mmio address io_addr. This
180 static inline int check_signature(unsigned long io_addr, argument
185 if (readb(io_addr) != *signature)
187 io_addr++;
198 * @io_addr: mmio address to check
202 * Perform a signature comparison with the ISA mmio address io_addr.
209 static inline int isa_check_signature(unsigned long io_addr, argument
214 if (isa_readb(io_addr) != *signature)
216 io_addr
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dio.h194 * @io_addr: mmio address to check
198 * Perform a signature comparison with the mmio address io_addr. This
202 static inline int check_signature(unsigned long io_addr, argument
207 if (readb(io_addr) != *signature)
209 io_addr++;
220 * @io_addr: mmio address to check
224 * Perform a signature comparison with the ISA mmio address io_addr.
231 static inline int isa_check_signature(unsigned long io_addr, argument
236 if (isa_readb(io_addr) != *signature)
238 io_addr
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dio.h172 * @io_addr: mmio address to check
176 * Perform a signature comparison with the mmio address io_addr. This
180 static inline int check_signature(unsigned long io_addr, argument
185 if (readb(io_addr) != *signature)
187 io_addr++;
198 * @io_addr: mmio address to check
202 * Perform a signature comparison with the ISA mmio address io_addr.
209 static inline int isa_check_signature(unsigned long io_addr, argument
214 if (isa_readb(io_addr) != *signature)
216 io_addr
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dio.h191 check_signature(unsigned long io_addr, const unsigned char *signature, argument
196 if (readb(io_addr) != *signature)
198 io_addr++;
250 isa_check_signature(unsigned long io_addr, const unsigned char *signature, argument
255 if (isa_readb(io_addr) != *signature)
257 io_addr++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dio.h172 * @io_addr: mmio address to check
176 * Perform a signature comparison with the mmio address io_addr. This
180 static inline int check_signature(unsigned long io_addr, argument
185 if (readb(io_addr) != *signature)
187 io_addr++;
198 * @io_addr: mmio address to check
202 * Perform a signature comparison with the ISA mmio address io_addr.
209 static inline int isa_check_signature(unsigned long io_addr, argument
214 if (isa_readb(io_addr) != *signature)
216 io_addr
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dio.h191 check_signature(unsigned long io_addr, const unsigned char *signature, argument
196 if (readb(io_addr) != *signature)
198 io_addr++;
250 isa_check_signature(unsigned long io_addr, const unsigned char *signature, argument
255 if (isa_readb(io_addr) != *signature)
257 io_addr++;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dio.h433 check_signature(unsigned long io_addr, const unsigned char *signature, argument
438 if (readb(io_addr) != *signature)
440 io_addr++;
465 isa_check_signature(unsigned long io_addr, const unsigned char *signature, argument
470 if (isa_readb(io_addr) != *signature)
472 io_addr++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dio.h433 check_signature(unsigned long io_addr, const unsigned char *signature, argument
438 if (readb(io_addr) != *signature)
440 io_addr++;
465 isa_check_signature(unsigned long io_addr, const unsigned char *signature, argument
470 if (isa_readb(io_addr) != *signature)
472 io_addr++;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dio.h347 static inline int check_signature(unsigned long io_addr, argument
352 if (readb(io_addr) != *signature)
354 io_addr++;
364 static inline int isa_check_signature(unsigned long io_addr, argument

Completed in 156 milliseconds

12