Home
last modified time | relevance | path

Searched defs:readsb (Results 1 – 6 of 6) sorted by relevance

/linux-3.3/drivers/usb/musb/
Dmusb_io.h48 static inline void readsb(const void __iomem *addr, void *buf, int len) in readsb() function
/linux-3.3/arch/sh/include/asm/
Dio.h64 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux-3.3/arch/mn10300/include/asm/
Dio.h209 #define readsb(p, dst, count) \ macro
/linux-3.3/include/asm-generic/
Dio.h230 static inline void readsb(const void __iomem *addr, void *buf, int len) in readsb() function
/linux-3.3/arch/arm/include/asm/
Dio.h235 #define readsb(p,d,l) __raw_readsb(__mem_pci(p),d,l) macro
/linux-3.3/arch/arm/mach-ixp4xx/include/mach/
Dio.h90 #define readsb(p, v, l) __indirect_readsb(p, v, l) macro