Searched defs:h (Results 1 – 3 of 3) sorted by relevance
41 #define MMCR_WR16(a, h) *((volatile uint16_t *)(uintptr_t)(a)) = (uint16_t)(h) argument49 #define REG16W(a, h) *((volatile uint16_t *)(uintptr_t)(a)) = (uint16_t)(h) argument53 #define REG16R(a, h) (h) = *(volatile uint16_t *)(uintptr_t)(a) argument
140 #define MEC_GENMASK(h, l) \ argument145 #define MEC_GENMASK64(h, l) \ argument
103 int h, m, s; in printf_trace_head() local