Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/
A Ddsi.c1977 dt = FLD_GET(val, 5, 0); in dsi_vc_flush_receive_data()
1983 FLD_GET(val, 23, 8)); in dsi_vc_flush_receive_data()
1986 FLD_GET(val, 23, 8)); in dsi_vc_flush_receive_data()
1989 FLD_GET(val, 23, 8)); in dsi_vc_flush_receive_data()
2248 dt = FLD_GET(val, 5, 0); in dsi_vc_read_rx_fifo()
2663 hbp = FLD_GET(r, 11, 0); in dsi_config_cmd_mode_interleaving()
2664 hfp = FLD_GET(r, 23, 12); in dsi_config_cmd_mode_interleaving()
2665 hsa = FLD_GET(r, 31, 24); in dsi_config_cmd_mode_interleaving()
2680 ths_exit = FLD_GET(r, 7, 0); in dsi_config_cmd_mode_interleaving()
2840 ths_exit = FLD_GET(r, 7, 0); in dsi_proto_timings()
[all …]
A Dhdmi4_cec.c131 if (FLD_GET(temp, 7, 7) == 0) in hdmi_cec_clear_tx_fifo()
148 if (FLD_GET(temp, 1, 0) == 0) in hdmi_cec_clear_rx_fifo()
222 if (FLD_GET(temp, 4, 4) != 0) { in hdmi_cec_adap_enable()
A Dpll.c338 if (FLD_GET(readl_relaxed(reg), bitnum, bitnum) == value) in wait_for_bit_change()
345 if (FLD_GET(readl_relaxed(reg), bitnum, bitnum) == value) in wait_for_bit_change()
A Dhdmi.h281 FLD_GET(hdmi_read_reg(base, idx), start, end)
A Ddss.c55 FLD_GET(dss_read_reg(dss, idx), start, end)
1412 pr_info("OMAP DSS rev %d.%d\n", FLD_GET(rev, 7, 4), FLD_GET(rev, 3, 0)); in dss_probe_hardware()
A Ddispc.c51 FLD_GET(dispc_read_reg(dispc, idx), start, end)
1229 if (FLD_GET(val, shift, shift) == 1) in dispc_ovl_get_channel_out()
1235 switch (FLD_GET(val, 31, 30)) { in dispc_ovl_get_channel_out()
3288 *lck_div = FLD_GET(l, 23, 16); in dispc_mgr_get_lcd_divisor()
3289 *pck_div = FLD_GET(l, 7, 0); in dispc_mgr_get_lcd_divisor()
3355 pcd = FLD_GET(l, 7, 0); in dispc_mgr_pclk_rate()
3443 lcd = FLD_GET(l, 23, 16); in dispc_dump_clocks()
4817 FLD_GET(rev, 7, 4), FLD_GET(rev, 3, 0)); in dispc_bind()
A Ddss.h66 #define FLD_GET(val, start, end) (((val) & FLD_MASK(start, end)) >> (end)) macro
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/
A Ddsi.c2569 dt = FLD_GET(val, 5, 0); in dsi_vc_flush_receive_data()
2575 FLD_GET(val, 23, 8)); in dsi_vc_flush_receive_data()
2578 FLD_GET(val, 23, 8)); in dsi_vc_flush_receive_data()
2581 FLD_GET(val, 23, 8)); in dsi_vc_flush_receive_data()
2954 dt = FLD_GET(val, 5, 0); in dsi_vc_read_rx_fifo()
3469 hbp = FLD_GET(r, 11, 0); in dsi_config_cmd_mode_interleaving()
3470 hfp = FLD_GET(r, 23, 12); in dsi_config_cmd_mode_interleaving()
3471 hsa = FLD_GET(r, 31, 24); in dsi_config_cmd_mode_interleaving()
3486 ths_exit = FLD_GET(r, 7, 0); in dsi_config_cmd_mode_interleaving()
3648 ths_exit = FLD_GET(r, 7, 0); in dsi_proto_timings()
[all …]
A Dpll.c196 if (FLD_GET(readl_relaxed(reg), bitnum, bitnum) == value) in wait_for_bit_change()
203 if (FLD_GET(readl_relaxed(reg), bitnum, bitnum) == value) in wait_for_bit_change()
A Ddss.c56 FLD_GET(dss_read_reg(idx), start, end)
1136 FLD_GET(rev, 7, 4), FLD_GET(rev, 3, 0)); in dss_bind()
A Ddispc.c49 FLD_GET(dispc_read_reg(idx), start, end)
984 if (FLD_GET(val, shift, shift) == 1) in dispc_ovl_get_channel_out()
990 switch (FLD_GET(val, 31, 30)) { in dispc_ovl_get_channel_out()
3193 *lck_div = FLD_GET(l, 23, 16); in dispc_mgr_get_lcd_divisor()
3194 *pck_div = FLD_GET(l, 7, 0); in dispc_mgr_get_lcd_divisor()
3238 lcd = FLD_GET(l, 23, 16); in dispc_mgr_lclk_rate()
3279 pcd = FLD_GET(l, 7, 0); in dispc_mgr_pclk_rate()
3364 lcd = FLD_GET(l, 23, 16); in dispc_dump_clocks()
3987 FLD_GET(rev, 7, 4), FLD_GET(rev, 3, 0)); in dispc_bind()
A Dhdmi.h262 FLD_GET(hdmi_read_reg(base, idx), start, end)
A Ddss.h61 #define FLD_GET(val, start, end) (((val) & FLD_MASK(start, end)) >> (end)) macro
/linux-6.3-rc2/drivers/gpu/drm/tidss/
A Dtidss_dispc.c383 static u32 FLD_GET(u32 val, u32 start, u32 end) in FLD_GET() function
395 return FLD_GET(dispc_read(dispc, idx), start, end); in REG_GET()
408 return FLD_GET(dispc_vid_read(dispc, hw_plane, idx), start, end); in VID_REG_GET()
422 return FLD_GET(dispc_vp_read(dispc, vp, idx), start, end); in VP_REG_GET()
436 return FLD_GET(dispc_ovr_read(dispc, ovr, idx), start, end); in OVR_REG_GET()

Completed in 65 milliseconds