Searched refs:DCDC_WR_REG1 (Results 1 – 1 of 1) sorted by relevance
4014 #define DCDC_WR_REG1(base, value) (DCDC_REG1_REG(base) = (value)) macro4015 #define DCDC_RMW_REG1(base, mask, value) (DCDC_WR_REG1(base, (DCDC_RD_REG1(base) & ~(mask)) | (valu…