Lines Matching refs:FLD_GET
60 FLD_GET(dispc_read_reg(idx), start, end)
1010 if (FLD_GET(val, 31, 30) == 0) in dispc_ovl_get_channel_out()
1011 channel = FLD_GET(val, shift, shift); in dispc_ovl_get_channel_out()
1012 else if (FLD_GET(val, 31, 30) == 1) in dispc_ovl_get_channel_out()
1017 if (FLD_GET(val, 31, 30) == 0) in dispc_ovl_get_channel_out()
1018 channel = FLD_GET(val, shift, shift); in dispc_ovl_get_channel_out()
1022 channel = FLD_GET(val, shift, shift); in dispc_ovl_get_channel_out()
3250 *lck_div = FLD_GET(l, 23, 16); in dispc_mgr_get_lcd_divisor()
3251 *pck_div = FLD_GET(l, 7, 0); in dispc_mgr_get_lcd_divisor()
3295 lcd = FLD_GET(l, 23, 16); in dispc_mgr_lclk_rate()
3336 pcd = FLD_GET(l, 7, 0); in dispc_mgr_pclk_rate()
3421 lcd = FLD_GET(l, 23, 16); in dispc_dump_clocks()
4029 FLD_GET(rev, 7, 4), FLD_GET(rev, 3, 0)); in dispc_bind()