Home
last modified time | relevance | path

Searched refs:insw (Results 1 – 25 of 46) sorted by relevance

12

/linux-6.15/include/linux/
H A Dlogic_pio.h82 #ifndef insw
83 #define insw logic_insw macro
/linux-6.15/arch/parisc/include/asm/
H A Dio.h204 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 Dio_64.h247 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 DPeeCeeI.c116 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 Dio_noioport.h54 static inline void insw(unsigned long port, void *dst, unsigned long count) in insw() function
H A Dio.h243 #define insw insw macro
/linux-6.15/include/asm-generic/
H A Dio.h732 #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 Dad7606_par.c158 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 Dio.c59 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 Dio-defs.h11 DEF_PCI_AC_NORET(insw, (unsigned long p, void *b, unsigned long c), (p, b, c))
H A Dio.h681 #define insw insw macro
/linux-6.15/arch/x86/include/asm/
H A Dio.h316 #define insw insw macro
/linux-6.15/arch/alpha/include/asm/
H A Dio.h623 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 Dio.h535 #define insw insw macro
/linux-6.15/drivers/scsi/pcmcia/
H A Dnsp_io.h91 insw(BaseAddr + Register, buf, count); in nsp_multi_read_2()
/linux-6.15/arch/riscv/include/asm/
H A Dio.h105 #define insw(addr, buffer, count) __insw(PCI_IOBASE + (addr), buffer, count) macro
/linux-6.15/arch/m68k/include/asm/
H A Dio_mm.h327 #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 Dsmc-ultra.c511 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 Dne2k-pci.c512 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 Dne.c595 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 Dmcf8390.c134 #define ei_insw insw
/linux-6.15/arch/alpha/kernel/
H A Dio.c345 void insw(unsigned long port, void *dst, unsigned long count) in insw() function
351 EXPORT_SYMBOL(insw);
/linux-6.15/drivers/cdrom/
H A Dgdrom.c285 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 Dopal-lpc.c172 .insw = opal_lpc_insw,
/linux-6.15/lib/
H A Diomap.c368 IO_COND(addr, insw(port,dst,count), mmio_insw(addr, dst, count)); in ioread16_rep()

12