Searched defs:readw (Results 1 – 7 of 7) sorted by relevance
51 static inline uint16_t readw(volatile const void *_a) in readw() function
50 static inline uint16_t readw(volatile const void *_a) in readw() function
44 #define readw(_a) (*(volatile const unsigned short *) (_a)) macro
88 #define readw(a) mmio_read16((volatile uint16_t *)(a)) macro
1643 int readw; /* other side of read (saved temporarily) */ member
89923 u16 (*readw)(const volatile void *); member