/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
H A D | lcd.c | 953 u8 core_base; in viafb_lcd_get_mobile_state() local 978 core_base = readb(romptr); in viafb_lcd_get_mobile_state() 980 if (core_base & 0x8) in viafb_lcd_get_mobile_state()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 237 #define GET_CORE(core_base, core_no, node_no, pkg_no) \ 238 ((core_base) + \ 434 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() 454 c = GET_CORE(core_base, core_no, in for_all_cpus() 2808 struct core_data *core_base, struct pkg_data *pkg_base, in for_all_cpus_2() 2835 c = GET_CORE(core_base, core_no, in for_all_cpus_2() 5536 void init_counter(struct thread_data *thread_base, struct core_data *core_base, in init_counter() argument 5555 c = GET_CORE(core_base, core_id, node_id, pkg_id); in init_counter() 433 for_all_cpus(int (func)(struct thread_data *, struct core_data *, struct pkg_data *), struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) for_all_cpus() argument 2805 for_all_cpus_2(int (func)(struct thread_data *, struct core_data *, struct pkg_data *, struct thread_data *, struct core_data *, struct pkg_data *), struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base, struct thread_data *thread_base2, struct core_data *core_base2, struct pkg_data *pkg_base2) for_all_cpus_2() argument
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 415 #define GET_CORE(core_base, core_no, node_no, pkg_no) \ 416 ((core_base) + \ 595 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() 612 c = GET_CORE(core_base, core_no, node_no, pkg_no); in for_all_cpus() 2986 struct core_data *core_base, struct pkg_data *pkg_base, in for_all_cpus_2() 3006 c = GET_CORE(core_base, core_no, node_no, pkg_no); in for_all_cpus_2() 6033 void init_counter(struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base, int cpu_id) in init_counter() argument 6050 c = GET_CORE(core_base, core_id, node_id, pkg_id); in init_counter() 594 for_all_cpus(int (func) (struct thread_data *, struct core_data *, struct pkg_data *), struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) for_all_cpus() argument 2983 for_all_cpus_2(int (func) (struct thread_data *, struct core_data *, struct pkg_data *, struct thread_data *, struct core_data *, struct pkg_data *), struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base, struct thread_data *thread_base2, struct core_data *core_base2, struct pkg_data *pkg_base2) for_all_cpus_2() argument
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/ |
H A D | gaudi2.c | 3876 u32 core_base; in gaudi2_dma_stall() local 3881 core_base = mmDCORE0_EDMA0_CORE_BASE + dcore * DCORE_OFFSET + in gaudi2_dma_stall() 3885 gaudi2_stall_dma_common(hdev, core_base); in gaudi2_dma_stall()
|