Lines Matching refs:v

101     struct __attribute__((packed)) T_UINT32 { uint32_t v; };  member
102 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
105 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
106 …_UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void*)(addr))->v) = (val))
109 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
110 …ne __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v)
113 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
114 …UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val))
117 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
118 …ne __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)
173 struct __packed__ T_UINT32 { uint32_t v; }; member
174 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
177 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
178 …UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->v) = (val))
181 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
182 …ne __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v)
185 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
186 …UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val))
189 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
190 …ne __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)
244 @packed struct T_UINT32 { uint32_t v; }; member
245 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
248 __PACKED_STRUCT T_UINT16_WRITE { uint16_t v; }; variable
249 …UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->v) = (val))
252 __PACKED_STRUCT T_UINT16_READ { uint16_t v; }; variable
253 …ne __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr))->v)
256 __PACKED_STRUCT T_UINT32_WRITE { uint32_t v; }; variable
257 …UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->v) = (val))
260 __PACKED_STRUCT T_UINT32_READ { uint32_t v; }; variable
261 …ne __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr))->v)