Searched refs:RK_CLRSETBITS (Results 1 – 2 of 2) sorted by relevance
9 #define RK_CLRSETBITS(clr, set) ((((clr) | (set)) << 16) | (set)) macro10 #define RK_SETBITS(set) RK_CLRSETBITS(0, set)11 #define RK_CLRBITS(clr) RK_CLRSETBITS(clr, 0)
1000 writel(RK_CLRSETBITS(0x03 << 4 | 1 << 2 | 1, in switch_to_phy_index1()1013 writel(RK_CLRSETBITS(1 << 1, 1 << 1), &dram->cic->cic_ctrl0); in switch_to_phy_index1()