Searched refs:swidth (Results 1 – 6 of 6) sorted by relevance
| /drivers/media/pci/bt8xx/ |
| A D | bttv-risc.c | 244 int swidth = tvnorm->swidth; in bttv_calc_geo_old() local 249 swidth = 720; in bttv_calc_geo_old() 256 xsf = (width*scaledtwidth)/swidth; in bttv_calc_geo_old() 259 geo->hdelay = (geo->hdelay*width)/swidth; in bttv_calc_geo_old() 297 && width <= tvnorm->swidth /* see PAL-Nc et al */) in bttv_calc_geo() 791 bttv_calc_geo(btv, &buf->geo, tvnorm->swidth, tvnorm->sheight, in bttv_buffer_risc()
|
| A D | bttv-driver.c | 255 #define CROPCAP(minhdelayx1, hdelayx1, swidth, totalwidth, sqwidth, \ argument 267 .cropcap.defrect.width = swidth, \ 280 .swidth = 924, 314 .swidth = 768, 341 .swidth = 924, 367 .swidth = 640, 393 .swidth = 640, 419 .swidth = 768, 445 .swidth = 640, 474 .swidth = 924,
|
| A D | bttvp.h | 80 u16 swidth, sheight; /* scaled standard width, height */ member
|
| /drivers/dma/ |
| A D | mpc512x_dma.c | 206 u8 swidth; member 754 if (!IS_ALIGNED(sg_dma_address(sg), mchan->swidth)) in mpc_dma_prep_slave_sg() 757 tcd->soff = mchan->swidth; in mpc_dma_prep_slave_sg() 761 tcd->ssize = buswidth_to_dmatsize(mchan->swidth); in mpc_dma_prep_slave_sg() 766 if (!IS_ALIGNED(tcd->nbytes, mchan->swidth)) in mpc_dma_prep_slave_sg() 863 mchan->swidth = cfg->src_addr_width; in mpc_dma_device_config()
|
| /drivers/media/pci/cx88/ |
| A D | cx88-core.c | 685 unsigned int swidth = norm_swidth(core->tvnorm); in cx88_set_scale() local 697 value = (width * norm_hdelay(core->tvnorm)) / swidth; in cx88_set_scale() 701 dprintk(1, "set_scale: hdelay 0x%04x (width %d)\n", value, swidth); in cx88_set_scale() 703 value = (swidth * 4096 / width) - 4096; in cx88_set_scale()
|
| /drivers/gpu/drm/i915/display/ |
| A D | intel_overlay.c | 804 u32 swidth, swidthsw, sheight, ostride; in intel_overlay_do_put_image() local 857 swidth = params->src_width; in intel_overlay_do_put_image() 868 swidth |= (params->src_width / uv_hscale) << 16; in intel_overlay_do_put_image() 885 iowrite32(swidth, ®s->SWIDTH); in intel_overlay_do_put_image()
|
Completed in 49 milliseconds