Home
last modified time | relevance | path

Searched refs:tim2 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/pl111/
H A Dpl111_display.c135 u32 cpl, tim2; in pl111_display_enable() local
176 tim2 |= TIM2_BCD; in pl111_display_enable()
179 tim2 |= TIM2_IHS; in pl111_display_enable()
182 tim2 |= TIM2_IVS; in pl111_display_enable()
186 tim2 |= TIM2_IOE; in pl111_display_enable()
190 tim2 |= TIM2_IPC; in pl111_display_enable()
227 tim2 ^= TIM2_IPC; in pl111_display_enable()
230 tim2 |= cpl << 16; in pl111_display_enable()
492 if (tim2 & TIM2_BCD) in pl111_clk_div_recalc_rate()
509 u32 tim2; in pl111_clk_div_set_rate() local
[all …]
/openbmc/u-boot/drivers/rtc/
H A Dat91sam9_rtt.c35 ulong tim2; in rtc_get() local
40 tim2 = readl(&rtt->vr); in rtc_get()
41 } while (tim!=tim2); in rtc_get()
/openbmc/linux/include/linux/amba/
H A Dclcd.h47 u32 tim2; member
67 u32 tim2; member
166 val = fb->panel->tim2; in clcdfb_decode()
180 regs->tim2 = val | ((cpl - 1) << 16); in clcdfb_decode()
/openbmc/linux/drivers/video/fbdev/
H A Damba-clcd.c298 writel(regs.tim2, fb->regs + CLCD_TIM2); in clcdfb_set_par()
563 clcd_panel->tim2 |= TIM2_IPC; in clcdfb_of_get_dpi_panel_mode()
571 clcd_panel->tim2 |= TIM2_IPC; in clcdfb_of_get_dpi_panel_mode()
574 clcd_panel->tim2 |= TIM2_IHS; in clcdfb_of_get_dpi_panel_mode()
577 clcd_panel->tim2 |= TIM2_IVS; in clcdfb_of_get_dpi_panel_mode()
580 clcd_panel->tim2 |= TIM2_IOE; in clcdfb_of_get_dpi_panel_mode()
653 fb->panel->tim2 |= TIM2_BCD; in clcdfb_of_init_tft_panel()
/openbmc/u-boot/arch/arm/mach-omap2/
H A Demif-common.c719 u32 tim2 = 0, val = 0; in get_sdram_tim_2_reg() local
721 tim2 |= val << EMIF_REG_T_CKE_SHIFT; in get_sdram_tim_2_reg()
724 tim2 |= val << EMIF_REG_T_RTP_SHIFT; in get_sdram_tim_2_reg()
731 tim2 |= val << EMIF_REG_T_XSRD_SHIFT; in get_sdram_tim_2_reg()
732 tim2 |= val << EMIF_REG_T_XSNR_SHIFT; in get_sdram_tim_2_reg()
735 tim2 |= val << EMIF_REG_T_XP_SHIFT; in get_sdram_tim_2_reg()
737 return tim2; in get_sdram_tim_2_reg()
/openbmc/linux/drivers/comedi/drivers/
H A Dadl_pci9118.c530 unsigned int *tim1, unsigned int *tim2, in pci9118_calc_divisors() argument
538 *div1 = *tim2 / pacer->osc_base; /* convert timer (burst) */ in pci9118_calc_divisors()
544 *tim2 = *div1 * pacer->osc_base; /* real convert timer */ in pci9118_calc_divisors()