Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/media/ipu3/
H A Dipu3-css.c484 IMGU_REG_SP_DMEM_BASE(sp) + bi->info.sp.init_dmem_data); in imgu_css_hw_start_sp()
491 if (imgu_hw_wait(css->base, IMGU_REG_SP_DMEM_BASE(sp) in imgu_css_hw_start_sp()
568 base + IMGU_REG_SP_DMEM_BASE(0) + bi->info.sp.sw_state); in imgu_css_hw_start()
575 writel(0, base + IMGU_REG_SP_DMEM_BASE(0) + in imgu_css_hw_start()
577 writel(0, base + IMGU_REG_SP_DMEM_BASE(0) + bi->info.sp.sleep_mode); in imgu_css_hw_start()
585 writel(event_mask, base + IMGU_REG_SP_DMEM_BASE(0) in imgu_css_hw_start()
588 writel(1, base + IMGU_REG_SP_DMEM_BASE(0) + in imgu_css_hw_start()
596 base + IMGU_REG_SP_DMEM_BASE(1) + bi->info.sp.sw_state); in imgu_css_hw_start()
614 base + IMGU_REG_SP_DMEM_BASE(0) + in imgu_css_hw_stop()
2329 u32 cnt = readl(base + IMGU_REG_SP_DMEM_BASE(0) + in imgu_css_irq_ack()
[all …]
H A Dipu3-abi.h207 #define IMGU_REG_SP_DMEM_BASE(n) (IMGU_REG_BASE + (n) * 0x4000 + 0x4000) macro