Home
last modified time | relevance | path

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

123

/openbmc/linux/arch/ia64/include/asm/
H A Dio.h196 #define insw insw macro
197 static inline void insw(unsigned long port, void *dst, unsigned long count) in insw() function
/openbmc/linux/drivers/net/
H A 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()
/openbmc/linux/arch/parisc/include/asm/
H A Dio.h213 extern void insw (unsigned long port, void *dst, unsigned long count);
219 #define insw insw macro
/openbmc/linux/arch/hexagon/include/asm/
H A Dio.h262 static inline void insw(unsigned long port, void *buffer, int count) in insw() function
332 #define insw insw macro
/openbmc/linux/include/linux/
H A Dlogic_pio.h85 #ifndef insw
86 #define insw logic_insw macro
/openbmc/linux/drivers/iio/adc/
H A Dad7606_par.c39 insw((unsigned long)st->base_address, _buf, 1); in ad7606_par16_read_block()
47 insw((unsigned long)st->base_address, _buf, num); in ad7606_par16_read_block()
/openbmc/linux/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()
/openbmc/linux/arch/sparc/lib/
H A DPeeCeeI.c116 void insw(unsigned long __addr, void *dst, unsigned long count) in insw() function
142 EXPORT_SYMBOL(insw);
/openbmc/linux/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.h263 #define insw insw macro
/openbmc/linux/include/asm-generic/
H A 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()
/openbmc/linux/arch/x86/include/asm/
H A Dio.h300 #define insw insw macro
/openbmc/linux/arch/parisc/lib/
H A Dio.c167 void insw (unsigned long port, void *dst, unsigned long count) in insw() function
485 EXPORT_SYMBOL(insw);
/openbmc/linux/arch/alpha/include/asm/
H A Dio.h622 extern void insw (unsigned long port, void *dst, unsigned long count);
629 #define insw insw macro
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_io.h30 { insw((unsigned long)addr, buf, len); } in readsw()
/openbmc/u-boot/arch/sh/include/asm/
H A Dio.h97 #define insw(p, d, l) __raw_readsw(p, d, l) macro
111 #define insw_p(port, to, len) insw(port, to, len)
/openbmc/u-boot/include/
H A Dusbdevice.h73 #ifndef insw
74 #define insw(p,to,len) mmio_insw(p,to,len) macro
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dio.h74 void insw(unsigned long port, void *dst, unsigned long count);
/openbmc/linux/drivers/scsi/pcmcia/
H A Dnsp_io.h91 insw(BaseAddr + Register, buf, count); in nsp_multi_read_2()
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dio.h134 #define insw(a, b, l) io_insw(a, b, l) macro
/openbmc/linux/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()
/openbmc/linux/arch/alpha/kernel/
H A Dio.c345 void insw(unsigned long port, void *dst, unsigned long count) in insw() function
351 EXPORT_SYMBOL(insw);
/openbmc/linux/arch/riscv/include/asm/
H A Dio.h105 #define insw(addr, buffer, count) __insw(PCI_IOBASE + (addr), buffer, count) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dio-defs.h45 DEF_PCI_AC_NORET(insw, (unsigned long p, void *b, unsigned long c),
/openbmc/u-boot/arch/nds32/include/asm/
H A Dio.h256 #define insw(p, d, l) readsw(__io(p), d, l) macro
334 #define insw_p(port, to, len) insw(port, to, len)

123