Searched refs:SCR_STORE_R (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | sym53c8xx.h | 463 #define SCR_STORE_R(reg, how, n) \ macro 471 #define SCR_STORE_ABS(reg, n) SCR_STORE_R(reg, SCR_NO_FLUSH2, n) 472 #define SCR_STORE_REL(reg, n) SCR_STORE_R(reg, SCR_NO_FLUSH2|SCR_DSA_REL2,n) 473 #define SCR_STORE_ABS_F(reg, n) SCR_STORE_R(reg, 0, n) 474 #define SCR_STORE_REL_F(reg, n) SCR_STORE_R(reg, SCR_DSA_REL2, n)
|