Home
last modified time | relevance | path

Searched defs:h (Results 1 – 3 of 3) sorted by relevance

/hal_microchip-latest/mec/common/
Dregaccess.h41 #define MMCR_WR16(a, h) *((volatile uint16_t *)(uintptr_t)(a)) = (uint16_t)(h) argument
49 #define REG16W(a, h) *((volatile uint16_t *)(uintptr_t)(a)) = (uint16_t)(h) argument
53 #define REG16R(a, h) (h) = *(volatile uint16_t *)(uintptr_t)(a) argument
/hal_microchip-latest/mec5/drivers/
Dmec_defs.h140 #define MEC_GENMASK(h, l) \ argument
145 #define MEC_GENMASK64(h, l) \ argument
/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/
Dvsc8575_support.c103 int h, m, s; in printf_trace_head() local