Home
last modified time | relevance | path

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

/linux/drivers/media/platform/imagination/
H A De5010-jpeg-enc-hw.c47 void e5010_reset(struct device *dev, void __iomem *core_base, void __iomem *mmu_base) in e5010_reset() argument
52 write_reg_field(core_base, JASPER_RESET_OFFSET, in e5010_reset()
66 write_reg_field(core_base, JASPER_RESET_OFFSET, in e5010_reset()
81 int e5010_hw_enable_output_address_error_irq(void __iomem *core_base, u32 enable) in e5010_hw_enable_output_address_error_irq() argument
83 return write_reg_field_not_busy(core_base, core_base, in e5010_hw_enable_output_address_error_irq()
90 bool e5010_hw_pic_done_irq(void __iomem *core_base) in e5010_hw_pic_done_irq() argument
94 reg = readl(core_base + JASPER_INTERRUPT_STATUS_OFFSET); in e5010_hw_pic_done_irq()
98 bool e5010_hw_output_address_irq(void __iomem *core_base) in e5010_hw_output_address_irq() argument
102 reg = readl(core_base + JASPER_INTERRUPT_STATUS_OFFSET); in e5010_hw_output_address_irq()
106 int e5010_hw_enable_picture_done_irq(void __iomem *core_base, u32 enable) in e5010_hw_enable_picture_done_irq() argument
[all …]
H A De5010-jpeg-enc.c203 ret |= e5010_hw_set_qpvalue(e5010->core_base, in update_qp_tables()
207 ret |= e5010_hw_set_qpvalue(e5010->core_base, in update_qp_tables()
219 static int e5010_set_input_subsampling(void __iomem *core_base, int subsampling) in e5010_set_input_subsampling() argument
223 return e5010_hw_set_input_subsampling(core_base, SUBSAMPLING_420); in e5010_set_input_subsampling()
225 return e5010_hw_set_input_subsampling(core_base, SUBSAMPLING_422); in e5010_set_input_subsampling()
923 pic_done = e5010_hw_pic_done_irq(e5010->core_base); in e5010_irq()
924 out_addr_err = e5010_hw_output_address_irq(e5010->core_base); in e5010_irq()
943 e5010_hw_clear_output_error(e5010->core_base, 1); in e5010_irq()
958 e5010_hw_clear_picture_done(e5010->core_base, 1); in e5010_irq()
960 ctx, readl(e5010->core_base + JASPER_OUTPUT_SIZE_OFFSET)); in e5010_irq()
[all …]
H A De5010-jpeg-enc-hw.h40 bool e5010_hw_pic_done_irq(void __iomem *core_base);
41 bool e5010_hw_output_address_irq(void __iomem *core_base);
/linux/drivers/video/fbdev/via/
H A Dlcd.c951 u8 core_base; in viafb_lcd_get_mobile_state() local
976 core_base = readb(romptr); in viafb_lcd_get_mobile_state()
978 if (core_base & 0x8) in viafb_lcd_get_mobile_state()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c2447 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() argument
2467 c = &core_base[GLOBAL_CORE_ID(cpus[cpu].core_id, pkg_id)]; in for_all_cpus()
6225 struct core_data *core_base, struct pkg_data *pkg_base, in for_all_cpus_2() argument
6245 c = &core_base[GLOBAL_CORE_ID(cpus[cpu].core_id, cpus[cpu].package_id)]; in for_all_cpus_2()
9738 void init_counter(struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pk… in init_counter() argument
9753 c = &core_base[GLOBAL_CORE_ID(core_id, pkg_id)]; in init_counter()
/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c4387 u32 core_base; in gaudi2_dma_stall() local
4392 core_base = mmDCORE0_EDMA0_CORE_BASE + dcore * DCORE_OFFSET + in gaudi2_dma_stall()
4396 gaudi2_stall_dma_common(hdev, core_base); in gaudi2_dma_stall()