| /linux-6.15/include/linux/ |
| H A D | logic_pio.h | 82 #ifndef insw 83 #define insw logic_insw macro
|
| /linux-6.15/arch/parisc/include/asm/ |
| H A D | io.h | 204 extern void insw (unsigned long port, void *dst, unsigned long count); 210 #define insw insw macro
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | io_64.h | 247 void insw(unsigned long, void *, unsigned long); 250 #define insw insw macro 261 insw((unsigned long __force)port, buf, count); in readsw()
|
| /linux-6.15/arch/sparc/lib/ |
| H A D | PeeCeeI.c | 116 void insw(unsigned long __addr, void *dst, unsigned long count) in insw() function 142 EXPORT_SYMBOL(insw);
|
| /linux-6.15/arch/sh/include/asm/ |
| H A D | io_noioport.h | 54 static inline void insw(unsigned long port, void *dst, unsigned long count) in insw() function
|
| H A D | io.h | 243 #define insw insw macro
|
| /linux-6.15/include/asm-generic/ |
| H A D | io.h | 732 #ifndef insw 733 #define insw insw macro 735 static inline void insw(unsigned long addr, void *buffer, unsigned int count) in insw() function 740 void insw(unsigned long addr, void *buffer, unsigned int count) 812 insw(addr, buffer, count); in insw_p()
|
| /linux-6.15/drivers/iio/adc/ |
| H A D | ad7606_par.c | 158 insw((unsigned long)st->base_address, _buf, 1); in ad7606_par16_read_block() 166 insw((unsigned long)st->base_address, _buf, num); in ad7606_par16_read_block()
|
| /linux-6.15/arch/parisc/lib/ |
| H A D | io.c | 59 void insw (unsigned long port, void *dst, unsigned long count) in insw() function 377 EXPORT_SYMBOL(insw);
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | io-defs.h | 11 DEF_PCI_AC_NORET(insw, (unsigned long p, void *b, unsigned long c), (p, b, c))
|
| H A D | io.h | 681 #define insw insw macro
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | io.h | 316 #define insw insw macro
|
| /linux-6.15/arch/alpha/include/asm/ |
| H A D | io.h | 623 extern void insw (unsigned long port, void *dst, unsigned long count); 630 #define insw insw macro
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | io.h | 535 #define insw insw macro
|
| /linux-6.15/drivers/scsi/pcmcia/ |
| H A D | nsp_io.h | 91 insw(BaseAddr + Register, buf, count); in nsp_multi_read_2()
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | io.h | 105 #define insw(addr, buffer, count) __insw(PCI_IOBASE + (addr), buffer, count) macro
|
| /linux-6.15/arch/m68k/include/asm/ |
| H A D | io_mm.h | 327 #define insw isa_insw macro 360 #define insw(port, buf, nr) ((port) < 1024 ? isa_rom_insw((port), (buf), (nr)) : isa_insw((port), (… macro
|
| /linux-6.15/drivers/net/ethernet/8390/ |
| H A D | smc-ultra.c | 511 insw(ioaddr + IOPD, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ultra_pio_get_hdr() 524 insw(ioaddr + IOPD, buf, (count+1)>>1); in ultra_pio_input()
|
| H A D | ne2k-pci.c | 512 insw(NE_BASE + NE_DATAPORT, hdr, in ne2k_pci_get_8390_hdr() 554 insw(NE_BASE + NE_DATAPORT, buf, count >> 1); in ne2k_pci_block_input()
|
| H A D | ne.c | 595 insw(NE_BASE + NE_DATAPORT, hdr, sizeof(struct e8390_pkt_hdr)>>1); in ne_get_8390_hdr() 636 insw(NE_BASE + NE_DATAPORT,buf,count>>1); in ne_block_input()
|
| H A D | mcf8390.c | 134 #define ei_insw insw
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | io.c | 345 void insw(unsigned long port, void *dst, unsigned long count) in insw() function 351 EXPORT_SYMBOL(insw);
|
| /linux-6.15/drivers/cdrom/ |
| H A D | gdrom.c | 285 insw(GDROM_DATA_REG, toc, tocsize/2); in gdrom_readtoc_cmd() 436 insw(GDROM_DATA_REG, &sense, sense_command->buflen/2); in gdrom_getsense()
|
| /linux-6.15/arch/powerpc/platforms/powernv/ |
| H A D | opal-lpc.c | 172 .insw = opal_lpc_insw,
|
| /linux-6.15/lib/ |
| H A D | iomap.c | 368 IO_COND(addr, insw(port,dst,count), mmio_insw(addr, dst, count)); in ioread16_rep()
|