Searched refs:fixed16_to_int (Results 1 – 1 of 1) sorted by relevance
67 static inline int64_t fixed16_to_int(int64_t value) in fixed16_to_int() function153 priv->viu.osd1_blk0_cfg[1] = ((fixed16_to_int(src.x2) - 1) << 16) | in meson_plane_atomic_update()154 fixed16_to_int(src.x1); in meson_plane_atomic_update()155 priv->viu.osd1_blk0_cfg[2] = ((fixed16_to_int(src.y2) - 1) << 16) | in meson_plane_atomic_update()156 fixed16_to_int(src.y1); in meson_plane_atomic_update()