Home
last modified time | relevance | path

Searched refs:readsb (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/include/asm-generic/
Dio.h218 #ifndef readsb
219 #define readsb readsb macro
220 static inline void readsb(const volatile void __iomem *addr, void *buffer, in readsb() function
465 readsb(PCI_IOBASE + addr, buffer, count); in insb()
649 readsb(addr, buffer, count); in ioread8_rep()
/linux-4.4.14/arch/powerpc/platforms/cell/
Dspider-pci.c71 SPIDER_PCI_MMIO_READ_STR(readsb) in SPIDER_PCI_MMIO_READ()
179 .readsb = spiderpci_readsb,
/linux-4.4.14/arch/avr32/lib/
DMakefile10 lib-y += io-readsb.o io-writesb.o
/linux-4.4.14/arch/arm/lib/
DMakefile15 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
/linux-4.4.14/arch/powerpc/kernel/
Diomap.c78 readsb(addr, dst, count); in ioread8_rep()
/linux-4.4.14/arch/arm/mach-orion5x/
Dts78xx-setup.c237 readsb(io_base, buf, sz); in ts78xx_ts_nand_read_buf()
251 readsb(io_base, buf, len); in ts78xx_ts_nand_read_buf()
/linux-4.4.14/arch/powerpc/include/asm/
Dio-defs.h29 DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c),
Dio.h530 #define __do_insb(p, b, n) readsb((PCI_IO_ADDR)_IO_BASE+(p), (b), (n))
754 #define mmio_insb(addr, dst, count) readsb(addr, dst, count)
/linux-4.4.14/arch/mn10300/include/asm/
Dio.h219 #define readsb(p, dst, count) \ macro
/linux-4.4.14/drivers/net/ethernet/8390/
Detherh.c406 readsb (dma_base, buf, count); in etherh_block_input()
443 readsb (dma_base, hdr, sizeof (*hdr)); in etherh_get_header()
/linux-4.4.14/arch/avr32/include/asm/
Dio.h243 #define ioread8_rep(p,d,c) readsb(p,d,c)
/linux-4.4.14/arch/sh/include/asm/
Dio.h58 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux-4.4.14/arch/arm/include/asm/
Dio.h307 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/
Dio.h77 #define readsb(p, v, l) __indirect_readsb(p, v, l) macro
/linux-4.4.14/arch/m68k/include/asm/
Dio_mm.h454 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
/linux-4.4.14/drivers/usb/gadget/udc/
Ds3c2410_udc.c413 readsb(fifo + base_addr, buf, len); in s3c2410_udc_read_packet()
538 readsb(S3C2410_UDC_EP0_FIFO_REG + base_addr, outbuf, bytes_read); in s3c2410_udc_read_fifo_crq()
/linux-4.4.14/drivers/mtd/nand/
Ds3c2410.c638 readsb(this->IO_ADDR_R, buf, len); in s3c2410_nand_read_buf()
/linux-4.4.14/drivers/parport/
Dparport_ip32.c1119 readsb(eppreg, buf, len); in parport_ip32_epp_read()