Home
last modified time | relevance | path

Searched refs:__readb (Results 1 – 25 of 36) sorted by relevance

12

/linux-2.4.37.9/include/asm-sh/
Dio_hs7729pci.h71 # define __readb hs7729pci_readb
78 # define __readb generic_readb macro
Dio_dc.h36 # define __readb generic_readb macro
Dio_sh2000.h43 # define __readb generic_readb macro
Dio_ec3104.h40 # define __readb generic_readb macro
Dio_hd64461.h59 # define __readb generic_readb macro
Dio_7751se.h67 # define __readb sh7751se_readb macro
Dio_microdev.h68 # define __readb generic_readb macro
Dio_se.h67 # define __readb se_readb macro
Dio_shmse.h61 # define __readb shmse_readb macro
Dio_adx.h73 #define __readb adx_readb macro
Dio_hd64465.h76 # define __readb generic_readb macro
Dio_bigsur.h78 # define __readb generic_readb macro
Dio_cat68701.h76 # define __readb cat68701_readb macro
Dio_keywest.h80 # define __readb generic_readb macro
Dio_unknown.h71 # define __readb unknown_readb macro
Dio_snapgear.h97 # define __readb snapgear_readb macro
/linux-2.4.37.9/include/asm-arm/arch-ebsa110/
Dio.h36 u8 __readb(void *addr);
62 #define readb(b) __readb(b)
/linux-2.4.37.9/arch/sh/kernel/
Dio.c115 return __readb(addr); in ___raw_readb()
133 unsigned long r = __readb(addr); in _readb()
/linux-2.4.37.9/include/asm-alpha/
Dcore_polaris.h186 #define __readb(a) polaris_readb((unsigned long)(a)) macro
204 #define __raw_readb(a) __readb(a)
Dcore_cia.h563 # define __readb(a) cia_bwx_readb((unsigned long)(a)) macro
579 # define __raw_readb(a) __readb(a)
594 # define __readb(a) cia_readb((unsigned long)(a)) macro
Dcore_irongate.h296 #define __readb(a) irongate_readb((unsigned long)(a)) macro
314 #define __raw_readb(a) __readb(a)
/linux-2.4.37.9/arch/arm/mach-ebsa110/
Dio.c65 u8 __readb(void *addr) in __readb() function
98 EXPORT_SYMBOL(__readb);
/linux-2.4.37.9/arch/sh/overdrive/
Dio_od.h64 # define __readb generic_readb macro
/linux-2.4.37.9/include/asm-ia64/
Dio.h316 __readb (void *addr) in __readb() function
363 #define readb(a) __readb((void *)(a))
/linux-2.4.37.9/arch/alpha/lib/
Dio.c45 return __readb(addr); in ___raw_readb()
65 unsigned long r = __readb(addr); in _readb()

12