Home
last modified time | relevance | path

Searched refs:bound_tmp (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmipolyrect.c63 int bound_tmp; in miPolyRectangle() local
65 #define MINBOUND(dst,eqn) bound_tmp = eqn; \ in miPolyRectangle()
66 if (bound_tmp < -32768) \ in miPolyRectangle()
67 bound_tmp = -32768; \ in miPolyRectangle()
68 dst = bound_tmp; in miPolyRectangle()
70 #define MAXBOUND(dst,eqn) bound_tmp = eqn; \ in miPolyRectangle()
71 if (bound_tmp > 32767) \ in miPolyRectangle()
72 bound_tmp = 32767; \ in miPolyRectangle()
73 dst = bound_tmp; in miPolyRectangle()
75 #define MAXUBOUND(dst,eqn) bound_tmp = eqn; \ in miPolyRectangle()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/halbb_8852b/
H A Dhalbb_8852b.c269 s8 bound_tmp = 0; in halbb_set_pd_lower_bound_cck_8852b() local
301 bound_tmp = (-1) * MIN_2(bound, 128); in halbb_set_pd_lower_bound_cck_8852b()
303 halbb_set_reg_cmn(bb, 0x23b0, 0xff000000, bound_tmp, phy_idx); in halbb_set_pd_lower_bound_cck_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/halbb_8852b/
H A Dhalbb_8852b.c269 s8 bound_tmp = 0; in halbb_set_pd_lower_bound_cck_8852b() local
301 bound_tmp = (-1) * MIN_2(bound, 128); in halbb_set_pd_lower_bound_cck_8852b()
303 halbb_set_reg_cmn(bb, 0x23b0, 0xff000000, bound_tmp, phy_idx); in halbb_set_pd_lower_bound_cck_8852b()