Searched refs:REG (Results 1 – 5 of 5) sorted by relevance
27 : [APB]"=a"(apb), [REG]"+a"(reg), [LVL]"=a"(intLvl)\ in esp_dport_access_reg_read()45 : [APB]"=a"(apb), [REG]"+a"(reg)\ in esp_dport_access_sequence_reg_read()
22 : [APB] "=a" (apb), [REG] "+a" (reg), [LVL] "=a" (intLvl) \ in esp_dport_access_reg_read()
22 #define READ_REG(REG) (*((volatile uint32_t *)(REG))) argument23 #define WRITE_REG(REG, VAL) *((volatile uint32_t *)(REG)) = (VAL) argument
185 #define _CSR_STRINGIFY(REG) #REG /* needed so the 'reg' argument can be a macro or a register name … argument
138 : [ERI] "=r" (eriadrs), [REG] "+r" (scratch), [IMM] "+r" (immediate) in esp_int_wdt_init()