Home
last modified time | relevance | path

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

123

/Linux-v6.6/arch/ia64/include/asm/
Dio.h196 #define insw insw macro
197 static inline void insw(unsigned long port, void *dst, unsigned long count) in insw() function
/Linux-v6.6/arch/parisc/include/asm/
Dio.h213 extern void insw (unsigned long port, void *dst, unsigned long count);
219 #define insw insw macro
/Linux-v6.6/arch/hexagon/include/asm/
Dio.h262 static inline void insw(unsigned long port, void *buffer, int count) in insw() function
332 #define insw insw macro
/Linux-v6.6/drivers/net/
Dsb1000.c766 insw(ioaddr, (unsigned short*) st, 1); in sb1000_rx()
811 insw(ioaddr, buffer, NewDatagramHeaderSize / 2); in sb1000_rx()
821 insw(ioaddr, buffer, NewDatagramDataSize / 2); in sb1000_rx()
831 insw(ioaddr, buffer, NewDatagramDataSize / 2); in sb1000_rx()
842 insw(ioaddr, buffer, NewDatagramDataSize / 2); in sb1000_rx()
848 insw(ioaddr, skb_put(skb, NewDatagramDataSize), in sb1000_rx()
853 insw(ioaddr, buffer, ContDatagramHeaderSize / 2); in sb1000_rx()
860 insw(ioaddr, buffer, ContDatagramDataSize / 2); in sb1000_rx()
864 insw(ioaddr, skb_put(skb, ContDatagramDataSize), in sb1000_rx()
883 insw(ioaddr, buffer, FrameSize / 2); in sb1000_rx()
/Linux-v6.6/include/linux/
Dlogic_pio.h85 #ifndef insw
86 #define insw logic_insw macro
/Linux-v6.6/arch/sparc/include/asm/
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-v6.6/arch/sparc/lib/
DPeeCeeI.c116 void insw(unsigned long __addr, void *dst, unsigned long count) in insw() function
142 EXPORT_SYMBOL(insw);
/Linux-v6.6/arch/sh/include/asm/
Dio_noioport.h54 static inline void insw(unsigned long port, void *dst, unsigned long count) in insw() function
Dio.h263 #define insw insw macro
/Linux-v6.6/include/asm-generic/
Dio.h696 #ifndef insw
697 #define insw insw macro
698 static inline void insw(unsigned long addr, void *buffer, unsigned int count) in insw() function
751 insw(addr, buffer, count); in insw_p()
/Linux-v6.6/arch/x86/include/asm/
Dio.h300 #define insw insw macro
/Linux-v6.6/arch/parisc/lib/
Dio.c167 void insw (unsigned long port, void *dst, unsigned long count) in insw() function
485 EXPORT_SYMBOL(insw);
/Linux-v6.6/drivers/iio/adc/
Dad7606_par.c24 insw((unsigned long)st->base_address, buf, count); in ad7606_par16_read_block()
/Linux-v6.6/arch/alpha/include/asm/
Dio.h622 extern void insw (unsigned long port, void *dst, unsigned long count);
629 #define insw insw macro
/Linux-v6.6/drivers/scsi/pcmcia/
Dnsp_io.h91 insw(BaseAddr + Register, buf, count); in nsp_multi_read_2()
/Linux-v6.6/arch/riscv/include/asm/
Dio.h105 #define insw(addr, buffer, count) __insw(PCI_IOBASE + (addr), buffer, count) macro
/Linux-v6.6/arch/powerpc/include/asm/
Dio-defs.h45 DEF_PCI_AC_NORET(insw, (unsigned long p, void *b, unsigned long c),
/Linux-v6.6/arch/alpha/kernel/
Dio.c345 void insw(unsigned long port, void *dst, unsigned long count) in insw() function
351 EXPORT_SYMBOL(insw);
/Linux-v6.6/drivers/net/ethernet/8390/
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()
Dne2k-pci.c523 insw(NE_BASE + NE_DATAPORT, hdr, in ne2k_pci_get_8390_hdr()
565 insw(NE_BASE + NE_DATAPORT, buf, count >> 1); in ne2k_pci_block_input()
/Linux-v6.6/arch/m68k/include/asm/
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-v6.6/drivers/net/wireless/intersil/hostap/
Dhostap_plx.c200 insw(dev->base_addr + a, buf, wc); in hfa384x_insw_debug()
217 #define HFA384X_INSW(a, buf, wc) insw(dev->base_addr + (a), buf, wc)
Dhostap_cs.c132 insw(dev->base_addr + a, buf, wc); in hfa384x_insw_debug()
149 #define HFA384X_INSW(a, buf, wc) insw(dev->base_addr + (a), buf, wc)
/Linux-v6.6/drivers/cdrom/
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-v6.6/arch/powerpc/platforms/powernv/
Dopal-lpc.c172 .insw = opal_lpc_insw,

123