/src/sys/arch/arm/ti/ |
omap3_dss.c | 928 int hstep, vstep; local in function:omapfb_bitblt 946 hstep = 1 - (sc->sc_depth >> 2); 951 hstep = 1; 978 omapdma_write_ch_reg(0, OMAPDMAC_CSEI, hstep); 980 omapdma_write_ch_reg(0, OMAPDMAC_CDEI, hstep);
|
omap3_dss.c | 928 int hstep, vstep; local in function:omapfb_bitblt 946 hstep = 1 - (sc->sc_depth >> 2); 951 hstep = 1; 978 omapdma_write_ch_reg(0, OMAPDMAC_CSEI, hstep); 980 omapdma_write_ch_reg(0, OMAPDMAC_CDEI, hstep);
|
/src/sys/arch/arm/sunxi/ |
sunxi_mixer.c | 1019 const u_int hstep = (src_w << 16) / crtc_w; local in function:sunxi_mixer_vsu_init 1030 VSU_WRITE(sc, VS_Y_HSTEP_REG, hstep << 4); 1036 VSU_WRITE(sc, VS_C_HSTEP_REG, (hstep / hsub) << 4);
|
sunxi_mixer.c | 1019 const u_int hstep = (src_w << 16) / crtc_w; local in function:sunxi_mixer_vsu_init 1030 VSU_WRITE(sc, VS_Y_HSTEP_REG, hstep << 4); 1036 VSU_WRITE(sc, VS_C_HSTEP_REG, (hstep / hsub) << 4);
|