Searched refs:dss_feat_get_reg_field (Results 1 – 5 of 5) sorted by relevance
/drivers/video/omap2/dss/ |
D | dss_features.h | 118 void dss_feat_get_reg_field(enum dss_feat_reg_field id, u8 *start, u8 *end);
|
D | dispc.c | 1124 dss_feat_get_reg_field(FEAT_REG_FIFOSIZE, &start, &end); in dispc_init_fifos() 1188 dss_feat_get_reg_field(FEAT_REG_FIFOHIGHTHRESHOLD, &hi_start, &hi_end); in dispc_ovl_set_fifo_threshold() 1189 dss_feat_get_reg_field(FEAT_REG_FIFOLOWTHRESHOLD, &lo_start, &lo_end); in dispc_ovl_set_fifo_threshold() 1271 dss_feat_get_reg_field(FEAT_REG_FIRHINC, in dispc_ovl_set_fir() 1273 dss_feat_get_reg_field(FEAT_REG_FIRVINC, in dispc_ovl_set_fir() 1290 dss_feat_get_reg_field(FEAT_REG_HORIZONTALACCU, &hor_start, &hor_end); in dispc_ovl_set_vid_accu0() 1291 dss_feat_get_reg_field(FEAT_REG_VERTICALACCU, &vert_start, &vert_end); in dispc_ovl_set_vid_accu0() 1304 dss_feat_get_reg_field(FEAT_REG_HORIZONTALACCU, &hor_start, &hor_end); in dispc_ovl_set_vid_accu1() 1305 dss_feat_get_reg_field(FEAT_REG_VERTICALACCU, &vert_start, &vert_end); in dispc_ovl_set_vid_accu1()
|
D | dss_features.c | 925 void dss_feat_get_reg_field(enum dss_feat_reg_field id, u8 *start, u8 *end) in dss_feat_get_reg_field() function
|
D | dss.c | 348 dss_feat_get_reg_field(FEAT_REG_DISPC_CLK_SWITCH, &start, &end); in dss_select_dispc_clk_source()
|
D | dsi.c | 1493 dss_feat_get_reg_field(FEAT_REG_DSIPLL_REGN, ®n_start, ®n_end); in dsi_pll_set_clock_div() 1494 dss_feat_get_reg_field(FEAT_REG_DSIPLL_REGM, ®m_start, ®m_end); in dsi_pll_set_clock_div() 1495 dss_feat_get_reg_field(FEAT_REG_DSIPLL_REGM_DISPC, ®m_dispc_start, in dsi_pll_set_clock_div() 1497 dss_feat_get_reg_field(FEAT_REG_DSIPLL_REGM_DSI, ®m_dsi_start, in dsi_pll_set_clock_div()
|