Searched refs:insw (Results 26 - 50 of 88) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-rpc/include/mach/
H A Dio.h203 #define insw(p,d,l) __raw_readsw(__ioaddr(p),d,l) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/lib/
H A Dio.c166 void insw (unsigned long port, void *dst, unsigned long count) function
331 * Like insw but in the opposite direction. This is used by the IDE
484 EXPORT_SYMBOL(insw); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dio-defs.h44 DEF_PCI_AC_NORET(insw, (unsigned long p, void *b, unsigned long c),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dio_32.h138 void insw(unsigned long addr, void *dst, unsigned long count);
267 insw((unsigned long __force)port, buf, count);
H A Dio_64.h98 extern void insw(unsigned long, void *, unsigned long);
107 insw((unsigned long __force)port, buf, count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dio_mm.h270 #define insw isa_insw macro
296 #define insw(port,buf,nr) ((void)0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c503.c614 insw(E33G_FIFOH, hdr, (sizeof(struct e8390_pkt_hdr))>> 1);
679 insw(E33G_FIFOH, buf, WRD_COUNT);
685 insw(E33G_FIFOH, buf, count);
H A Dhp-plus.c365 insw(ioaddr + HP_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1);
377 insw(ioaddr + HP_DATAPORT, buf, count>>1);
H A Dhp.c260 insw(nic_base - NIC_OFFSET + HP_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1);
288 insw(nic_base - NIC_OFFSET + HP_DATAPORT,buf,count>>1);
H A Dne2.c559 insw(NE_BASE + NE_DATAPORT, hdr,
599 insw(NE_BASE + NE_DATAPORT,buf,count>>1);
H A Dne2k-pci.c501 insw(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1);
540 insw(NE_BASE + NE_DATAPORT,buf,count>>1);
H A Dsmc-ultra.c499 insw(ioaddr + IOPD, hdr, sizeof(struct e8390_pkt_hdr)>>1);
512 insw(ioaddr + IOPD, buf, (count+1)>>1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dio.c281 void insw(unsigned long port, void *dst, unsigned long count) function
287 EXPORT_SYMBOL(insw); variable
345 * Like insw but in the opposite direction. This is used by the IDE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dio.h145 #define insw(p,d,l) __raw_readsw(__io(p),d,l) macro
160 #define insw_p(port,to,len) insw(port,to,len)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dio.h290 extern void insw (unsigned long port, void *dst, unsigned long count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-io-std.c200 insw(data_addr, buf, words);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dio.h141 * insb/insw/insl/outsb/outsw/outsl, and the "pausing" versions
161 extern void insw (unsigned long port, void *dst, unsigned long count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Diomap.c201 IO_COND(addr, insw(port,dst,count), mmio_insw(addr, dst, count));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2410/include/mach/
H A Dio.h206 #define insw(p,d,l) __raw_readsw(__ioaddr(p),d,l) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_plx.c201 insw(dev->base_addr + a, buf, wc);
218 #define HFA384X_INSW(a, buf, wc) insw(dev->base_addr + (a), buf, wc)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cdrom/
H A Dgdrom.c304 insw(GDROM_DATA_REG, toc, tocsize/2);
453 insw(GDROM_DATA_REG, &sense, sense_command->buflen/2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dpcic.c865 void insw(unsigned long addr, void *dst, unsigned long count) function
874 EXPORT_SYMBOL(insw); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/include/mach/
H A Dio.h321 static inline void insw(u32 io_addr, u16 *vaddr, u32 count) function
396 insw(port & PIO_MASK, vaddr, count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Dblackfin.c142 insw((unsigned long)fifo, dst, len >> 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dio.h185 #define insw(a,b,l) io_insw(a,b,l) macro

Completed in 453 milliseconds

1234