Lines Matching refs:FLD_GET
59 FLD_GET(dispc_read_reg(idx), start, end)
1006 if (FLD_GET(val, 31, 30) == 0) in dispc_ovl_get_channel_out()
1007 channel = FLD_GET(val, shift, shift); in dispc_ovl_get_channel_out()
1008 else if (FLD_GET(val, 31, 30) == 1) in dispc_ovl_get_channel_out()
1013 if (FLD_GET(val, 31, 30) == 0) in dispc_ovl_get_channel_out()
1014 channel = FLD_GET(val, shift, shift); in dispc_ovl_get_channel_out()
1018 channel = FLD_GET(val, shift, shift); in dispc_ovl_get_channel_out()
3168 *lck_div = FLD_GET(l, 23, 16); in dispc_mgr_get_lcd_divisor()
3169 *pck_div = FLD_GET(l, 7, 0); in dispc_mgr_get_lcd_divisor()
3213 lcd = FLD_GET(l, 23, 16); in dispc_mgr_lclk_rate()
3254 pcd = FLD_GET(l, 7, 0); in dispc_mgr_pclk_rate()
3339 lcd = FLD_GET(l, 23, 16); in dispc_dump_clocks()
3943 FLD_GET(rev, 7, 4), FLD_GET(rev, 3, 0)); in omap_dispchw_probe()