Searched refs:core_base (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/media/platform/imagination/ |
| H A D | e5010-jpeg-enc-hw.c | 47 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 D | e5010-jpeg-enc-hw.h | 40 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 D | lcd.c | 951 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 D | turbostat.c | 2095 #define GET_CORE(core_base, core_no, node_no, pkg_no) \ argument 2096 ((core_base) + \ 2354 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() argument 2372 c = GET_CORE(core_base, core_no, node_no, pkg_no); in for_all_cpus() 6045 struct core_data *core_base, struct pkg_data *pkg_base, in for_all_cpus_2() argument 6066 c = GET_CORE(core_base, core_no, node_no, pkg_no); in for_all_cpus_2() 9348 void init_counter(struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pk… in init_counter() argument 9364 c = GET_CORE(core_base, core_id, node_id, pkg_id); in init_counter()
|