Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddsi.c121 FLD_GET(dsi_read_reg(dsidev, idx), start, end)
1217 FLD_GET(dsi_read_reg(dsidev, DSI_##fld), start, end) in _dsi_print_reset_status()
1372 while (FLD_GET(dsi_read_reg(dsidev, DSI_CLK_CTRL), 29, 28) != state) { in dsi_pll_power()
1771 while (FLD_GET(dsi_read_reg(dsidev, DSI_COMPLEXIO_CFG1), in dsi_cio_power()
2441 if (FLD_GET(r, 15, 15)) /* VC_BUSY */ in dsi_vc_initial_config()
2583 dt = FLD_GET(val, 5, 0); in dsi_vc_flush_receive_data()
2585 u16 err = FLD_GET(val, 23, 8); in dsi_vc_flush_receive_data()
2589 FLD_GET(val, 23, 8)); in dsi_vc_flush_receive_data()
2592 FLD_GET(val, 23, 8)); in dsi_vc_flush_receive_data()
2595 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.c59 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()
[all …]
Ddss.c65 FLD_GET(dss_read_reg(idx), start, end)
1136 FLD_GET(rev, 7, 4), FLD_GET(rev, 3, 0)); in omap_dsshw_probe()
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.c993 FLD_GET(rev, 7, 4), FLD_GET(rev, 3, 0)); in omap_rfbihw_probe()
/linux-4.1.27/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()