Searched refs:DCDC_WR_REG0 (Results 1 – 1 of 1) sorted by relevance
3704 #define DCDC_WR_REG0(base, value) (DCDC_REG0_REG(base) = (value)) macro3705 #define DCDC_RMW_REG0(base, mask, value) (DCDC_WR_REG0(base, (DCDC_RD_REG0(base) & ~(mask)) | (valu…