Searched defs:readb (Results 1 – 9 of 9) sorted by relevance
16 #define readb(a) (*(volatile unsigned char *)(a)) macro
58 static inline uint8_t readb(const uintptr_t addr) in readb() function
18 #define readb(a) (*(volatile unsigned char *)(a)) macro
16 #define readb(addr) (*((volatile unsigned char *)(long)(addr))) macro
35 #define readb(c) ({ u8 __v; __io_br(); __v = __raw_readb(c); __io_ar(__v); __v; }) macro59 #define readb(a) __raw_readb(a) macro
16 #define readb(reg) (*((volatile unsigned char *)(reg))) macro
71 #define readb(a) __raw_readb(a) macro
174 #define readb(a) davinci_readb(a) macro
689 #define readb(c) rt_uint8_t_read(c) macro
Completed in 23 milliseconds