Symbol: mgr_fld_write
drivers/gpu/drm/omapdrm/dss/dispc.c
1278
mgr_fld_write(dispc, channel, DISPC_MGR_FLD_CPR, enable);
drivers/gpu/drm/omapdrm/dss/dispc.c
2816
mgr_fld_write(dispc, channel, DISPC_MGR_FLD_FIFOHANDCHECK, enable);
drivers/gpu/drm/omapdrm/dss/dispc.c
2823
mgr_fld_write(dispc, channel, DISPC_MGR_FLD_STNTFT, 1);
drivers/gpu/drm/omapdrm/dss/dispc.c
2844
mgr_fld_write(dispc, ch, DISPC_MGR_FLD_TCKSELECTION, type);
drivers/gpu/drm/omapdrm/dss/dispc.c
2852
mgr_fld_write(dispc, ch, DISPC_MGR_FLD_TCKENABLE, enable);
drivers/gpu/drm/omapdrm/dss/dispc.c
2908
mgr_fld_write(dispc, channel, DISPC_MGR_FLD_TFTDATALINES, code);
drivers/gpu/drm/omapdrm/dss/dispc.c
2944
mgr_fld_write(dispc, channel, DISPC_MGR_FLD_STALLMODE, enable);
drivers/gpu/drm/omapdrm/dss/dispc.c
697
mgr_fld_write(dispc, channel, DISPC_MGR_FLD_ENABLE, enable);
drivers/gpu/drm/omapdrm/dss/dispc.c
721
mgr_fld_write(dispc, channel, DISPC_MGR_FLD_GO, 1);
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
1051
mgr_fld_write(channel, DISPC_MGR_FLD_CPR, enable);
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2779
mgr_fld_write(channel, DISPC_MGR_FLD_ENABLE, enable);
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2817
mgr_fld_write(channel, DISPC_MGR_FLD_FIFOHANDCHECK, enable);
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2823
mgr_fld_write(channel, DISPC_MGR_FLD_STNTFT, 1);
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2841
mgr_fld_write(ch, DISPC_MGR_FLD_TCKSELECTION, type);
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2848
mgr_fld_write(ch, DISPC_MGR_FLD_TCKENABLE, enable);
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2900
mgr_fld_write(channel, DISPC_MGR_FLD_TFTDATALINES, code);
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
2934
mgr_fld_write(channel, DISPC_MGR_FLD_STALLMODE, enable);
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
574
mgr_fld_write(channel, DISPC_MGR_FLD_GO, 1);