Searched refs:MPP_DIV (Results 1 – 3 of 3) sorted by relevance
134 …RK_U32 trb_per_trd_d0 = MPP_DIV((((RK_S64)(1 * time_bp + 0)) << 27) + 1 * (time_pp - 1), time_pp); in vdpu2_mpg4d_setup_regs_by_syntax()135 …RK_U32 trb_per_trd_d1 = MPP_DIV((((RK_S64)(2 * time_bp + 1)) << 27) + 2 * (time_pp - 0), 2 * time… in vdpu2_mpg4d_setup_regs_by_syntax()136 …RK_U32 trb_per_trd_dm1 = MPP_DIV((((RK_S64)(2 * time_bp - 1)) << 27) + 2 * (time_pp - 1), 2 * time… in vdpu2_mpg4d_setup_regs_by_syntax()
136 …RK_U32 trb_per_trd_d0 = MPP_DIV((((RK_S64)(1 * time_bp + 0)) << 27) + 1 * (time_pp - 1), time_pp); in vdpu1_mpg4d_setup_regs_by_syntax()137 …RK_U32 trb_per_trd_d1 = MPP_DIV((((RK_S64)(2 * time_bp + 1)) << 27) + 2 * (time_pp - 0), 2 * time… in vdpu1_mpg4d_setup_regs_by_syntax()138 …RK_U32 trb_per_trd_dm1 = MPP_DIV((((RK_S64)(2 * time_bp - 1)) << 27) + 2 * (time_pp - 1), 2 * time… in vdpu1_mpg4d_setup_regs_by_syntax()
23 #define MPP_DIV(a, b) ((b) ? (a) / (b) : (a)) macro