Home
last modified time | relevance | path

Searched refs:RK_CLRSETBITS (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dhardware.h9 #define RK_CLRSETBITS(clr, set) ((((clr) | (set)) << 16) | (set)) macro
10 #define RK_SETBITS(set) RK_CLRSETBITS(0, set)
11 #define RK_CLRBITS(clr) RK_CLRSETBITS(clr, 0)
/openbmc/u-boot/drivers/ram/rockchip/
H A Dsdram_rk3399.c1000 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()