Home
last modified time | relevance | path

Searched refs:win1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Disph3a_aewb.c29 u32 win1; in h3a_aewb_setup_regs() local
47 win1 = ((conf->win_height >> 1) - 1) << ISPH3A_AEWWIN1_WINH_SHIFT; in h3a_aewb_setup_regs()
48 win1 |= ((conf->win_width >> 1) - 1) << ISPH3A_AEWWIN1_WINW_SHIFT; in h3a_aewb_setup_regs()
49 win1 |= (conf->ver_win_count - 1) << ISPH3A_AEWWIN1_WINVC_SHIFT; in h3a_aewb_setup_regs()
50 win1 |= (conf->hor_win_count - 1) << ISPH3A_AEWWIN1_WINHC_SHIFT; in h3a_aewb_setup_regs()
63 isp_reg_writel(aewb->isp, win1, OMAP3_ISP_IOMEM_H3A, ISPH3A_AEWWIN1); in h3a_aewb_setup_regs()
/openbmc/linux/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pci.c45 #define MPC52xx_PCI_IWCR_PACK(win0,win1,win2) (((win0) << 24) | \ argument
46 ((win1) << 16) | \