Home
last modified time | relevance | path

Searched refs:FLD_GET (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddsi.c122 FLD_GET(dsi_read_reg(dsidev, idx), start, end)
1218 FLD_GET(dsi_read_reg(dsidev, DSI_##fld), start, end) in _dsi_print_reset_status()
1373 while (FLD_GET(dsi_read_reg(dsidev, DSI_CLK_CTRL), 29, 28) != state) { in dsi_pll_power()
1772 while (FLD_GET(dsi_read_reg(dsidev, DSI_COMPLEXIO_CFG1), in dsi_cio_power()
2442 if (FLD_GET(r, 15, 15)) /* VC_BUSY */ in dsi_vc_initial_config()
2584 dt = FLD_GET(val, 5, 0); in dsi_vc_flush_receive_data()
2586 u16 err = FLD_GET(val, 23, 8); in dsi_vc_flush_receive_data()
2590 FLD_GET(val, 23, 8)); in dsi_vc_flush_receive_data()
2593 FLD_GET(val, 23, 8)); in dsi_vc_flush_receive_data()
2596 FLD_GET(val, 23, 8)); in dsi_vc_flush_receive_data()
[all …]
Dpll.c207 if (FLD_GET(readl_relaxed(reg), bitnum, bitnum) == value) in wait_for_bit_change()
214 if (FLD_GET(readl_relaxed(reg), bitnum, bitnum) == value) in wait_for_bit_change()
Ddispc.c60 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()
[all …]
Ddss.c66 FLD_GET(dss_read_reg(idx), start, end)
1160 FLD_GET(rev, 7, 4), FLD_GET(rev, 3, 0)); in dss_bind()
Dhdmi.h272 FLD_GET(hdmi_read_reg(base, idx), start, end)
Ddss.h72 #define FLD_GET(val, start, end) (((val) & FLD_MASK(start, end)) >> (end)) macro
Drfbi.c995 FLD_GET(rev, 7, 4), FLD_GET(rev, 3, 0)); in rfbi_bind()
/linux-4.4.14/drivers/gpu/drm/gma500/
Dmdfld_dsi_output.h46 #define FLD_GET(val, start, end) (((val) & FLD_MASK(start, end)) >> (end)) macro
58 while (FLD_GET(REG_READ(reg), start, end) != val) { in REGISTER_FLD_WAIT()