/kernel/linux/linux-6.6/drivers/video/ |
H A D | sticore.c | 44 static void *store_sti_val(struct sti_struct *sti, void *ptr, unsigned long val) in store_sti_val() argument 48 if (IS_ENABLED(CONFIG_64BIT) && sti->do_call64) { in store_sti_val() 62 #define store_sti_ptr(sti, dest, ptr) \ 63 store_sti_val(sti, dest, STI_PTR(ptr)) 83 #define c_fg(sti, c) col_trans[((c>> 8) & 7)] 84 #define c_bg(sti, c) col_trans[((c>>11) & 7)] 85 #define c_index(sti, c) ((c) & 0xff) 97 static int sti_init_graph(struct sti_struct *sti) in sti_init_graph() argument 99 struct sti_init_inptr *inptr = &sti->sti_data->init_inptr; in sti_init_graph() 100 struct sti_init_inptr_ext *inptr_ext = &sti in sti_init_graph() 134 sti_inq_conf(struct sti_struct *sti) sti_inq_conf() argument 158 sti_putc(struct sti_struct *sti, int c, int y, int x, struct sti_cooked_font *font) sti_putc() argument 197 sti_set(struct sti_struct *sti, int src_y, int src_x, int height, int width, u8 color) sti_set() argument 230 sti_clear(struct sti_struct *sti, int src_y, int src_x, int height, int width, int c, struct sti_cooked_font *font) sti_clear() argument 267 sti_bmove(struct sti_struct *sti, int src_y, int src_x, int dst_y, int dst_x, int height, int width, struct sti_cooked_font *font) sti_bmove() argument 404 sti_dump_globcfg(struct sti_struct *sti) sti_dump_globcfg() argument 431 sti_dump_outptr(struct sti_struct *sti) sti_dump_outptr() argument 443 sti_init_glob_cfg(struct sti_struct *sti, unsigned long rom_address, unsigned long hpa) sti_init_glob_cfg() argument 643 sti_dump_rom(struct sti_struct *sti) sti_dump_rom() argument 711 sti_font_convert_bytemode(struct sti_struct *sti, struct sti_cooked_font *f) sti_font_convert_bytemode() argument 802 sti_read_rom(int wordmode, struct sti_struct *sti, unsigned long address) sti_read_rom() argument 909 struct sti_struct *sti; sti_try_rom_generic() local 1016 sticore_check_for_default_sti(struct sti_struct *sti, char *path) sticore_check_for_default_sti() argument 1030 struct sti_struct *sti = NULL; sticore_pa_init() local 1054 struct sti_struct *sti; sticore_pci_init() local 1176 sti_call(const struct sti_struct *sti, unsigned long func, const void *flags, void *inptr, void *outptr, struct sti_glob_cfg *glob_cfg) sti_call() argument [all...] |
/kernel/linux/linux-5.10/drivers/video/console/ |
H A D | sticore.c | 64 #define c_fg(sti, c) col_trans[((c>> 8) & 7)] 65 #define c_bg(sti, c) col_trans[((c>>11) & 7)] 66 #define c_index(sti, c) ((c) & 0xff) 78 static int sti_init_graph(struct sti_struct *sti) in sti_init_graph() argument 80 struct sti_init_inptr *inptr = &sti->sti_data->init_inptr; in sti_init_graph() 81 struct sti_init_inptr_ext *inptr_ext = &sti->sti_data->init_inptr_ext; in sti_init_graph() 82 struct sti_init_outptr *outptr = &sti->sti_data->init_outptr; in sti_init_graph() 86 spin_lock_irqsave(&sti->lock, flags); in sti_init_graph() 94 ret = sti_call(sti, sti in sti_init_graph() 115 sti_inq_conf(struct sti_struct *sti) sti_inq_conf() argument 139 sti_putc(struct sti_struct *sti, int c, int y, int x, struct sti_cooked_font *font) sti_putc() argument 171 sti_set(struct sti_struct *sti, int src_y, int src_x, int height, int width, u8 color) sti_set() argument 199 sti_clear(struct sti_struct *sti, int src_y, int src_x, int height, int width, int c, struct sti_cooked_font *font) sti_clear() argument 231 sti_bmove(struct sti_struct *sti, int src_y, int src_x, int dst_y, int dst_x, int height, int width, struct sti_cooked_font *font) sti_bmove() argument 401 sti_dump_outptr(struct sti_struct *sti) sti_dump_outptr() argument 413 sti_init_glob_cfg(struct sti_struct *sti, unsigned long rom_address, unsigned long hpa) sti_init_glob_cfg() argument 593 sti_dump_rom(struct sti_struct *sti) sti_dump_rom() argument 661 sti_font_convert_bytemode(struct sti_struct *sti, struct sti_cooked_font *f) sti_font_convert_bytemode() argument 752 sti_read_rom(int wordmode, struct sti_struct *sti, unsigned long address) sti_read_rom() argument 843 struct sti_struct *sti; sti_try_rom_generic() local 948 sticore_check_for_default_sti(struct sti_struct *sti, char *path) sticore_check_for_default_sti() argument 962 struct sti_struct *sti = NULL; sticore_pa_init() local 986 struct sti_struct *sti; sticore_pci_init() local 1108 sti_call(const struct sti_struct *sti, unsigned long func, const void *flags, void *inptr, void *outptr, struct sti_glob_cfg *glob_cfg) sti_call() argument 1134 struct sti_struct *sti; fb_is_primary_device() local [all...] |
H A D | sticon.c | 133 struct sti_struct *sti = sticon_sti; in sticon_scroll() local 142 sti_bmove(sti, t + count, 0, t, 0, b - t - count, conp->vc_cols, in sticon_scroll() 144 sti_clear(sti, b - count, 0, count, conp->vc_cols, in sticon_scroll() 149 sti_bmove(sti, t, 0, t + count, 0, b - t - count, conp->vc_cols, in sticon_scroll() 151 sti_clear(sti, t, 0, count, conp->vc_cols, in sticon_scroll() 174 struct sti_struct *sti = sticon_sti; in sticon_set_font() local 223 sti_font_convert_bytemode(sti, cooked_font); in sticon_set_font() 253 vc_cols = sti_onscreen_x(sti) / cooked_font->width; in sticon_set_font() 254 vc_rows = sti_onscreen_y(sti) / cooked_font->height; in sticon_set_font() 277 struct sti_struct *sti in sticon_init() local [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | sticore.h | 42 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x) 43 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y) 46 #define sti_font_x(sti) (PTR_STI(sti->font)->width) 47 #define sti_font_y(sti) (PTR_STI(sti->font)->height) 79 u32 sti_mem_addr; /* pointer to global sti memory (size=sti_mem_request) */ 332 /* min 256 bytes which is STI default, max sti [all...] |
H A D | stifb.c | 54 #undef DEBUG_STIFB_REGS /* debug sti register accesses */ 76 F_EXTEND(fb_info->sti->glob_cfg->region_ptrs[index]) 109 struct sti_struct *sti; member 835 pBytePerLongDevDepData = fb->sti->regions[NGLEDEVDEPROM_CRT_REGION]; in ngleGetDeviceRomData() 1183 static int __init stifb_init_fb(struct sti_struct *sti, int bpp_pref) in stifb_init_fb() argument 1204 fb->sti = sti; in stifb_init_fb() 1205 dev_name = sti->sti_data->inq_outptr.dev_name; in stifb_init_fb() 1207 fb->id = fb->sti->graphics_id[0]; in stifb_init_fb() 1241 xres = sti_onscreen_x(fb->sti); in stifb_init_fb() 1427 struct sti_struct *sti; stifb_init() local 1474 struct sti_struct *sti; stifb_cleanup() local [all...] |
/kernel/linux/linux-6.6/include/video/ |
H A D | sticore.h | 43 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x) 44 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y) 47 #define sti_font_x(sti) (PTR_STI(sti->font)->width) 48 #define sti_font_y(sti) (PTR_STI(sti->font)->height) 80 u32 *sti_mem_addr; /* pointer to global sti memory (size=sti_mem_request) */ 333 /* min 256 bytes which is STI default, max sti [all...] |
/kernel/linux/linux-6.6/arch/parisc/video/ |
H A D | fbdev.c | 15 struct sti_struct *sti; in fb_is_primary_device() local 17 sti = sti_get_rom(0); in fb_is_primary_device() 20 if (!sti) in fb_is_primary_device() 24 return (sti->info == info); in fb_is_primary_device()
|
/kernel/linux/linux-6.6/drivers/video/console/ |
H A D | sticon.c | 133 struct sti_struct *sti = sticon_sti; in sticon_scroll() local 142 sti_bmove(sti, t + count, 0, t, 0, b - t - count, conp->vc_cols, in sticon_scroll() 144 sti_clear(sti, b - count, 0, count, conp->vc_cols, in sticon_scroll() 149 sti_bmove(sti, t, 0, t + count, 0, b - t - count, conp->vc_cols, in sticon_scroll() 151 sti_clear(sti, t, 0, count, conp->vc_cols, in sticon_scroll() 173 struct sti_struct *sti = sticon_sti; in sticon_set_font() local 222 sti_font_convert_bytemode(sti, cooked_font); in sticon_set_font() 252 vc_cols = sti_onscreen_x(sti) / cooked_font->width; in sticon_set_font() 253 vc_rows = sti_onscreen_y(sti) / cooked_font->height; in sticon_set_font() 278 struct sti_struct *sti in sticon_init() local [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | stifb.c | 54 #undef DEBUG_STIFB_REGS /* debug sti register accesses */ 76 F_EXTEND(fb_info->sti->regions_phys[index]) 109 struct sti_struct *sti; member 835 pBytePerLongDevDepData = fb->sti->regions[NGLEDEVDEPROM_CRT_REGION]; in ngleGetDeviceRomData() 1183 static int __init stifb_init_fb(struct sti_struct *sti, int bpp_pref) in stifb_init_fb() argument 1204 fb->sti = sti; in stifb_init_fb() 1205 dev_name = sti->sti_data->inq_outptr.dev_name; in stifb_init_fb() 1207 fb->id = fb->sti->graphics_id[0]; in stifb_init_fb() 1241 xres = sti_onscreen_x(fb->sti); in stifb_init_fb() 1427 struct sti_struct *sti; stifb_init() local 1474 struct sti_struct *sti; stifb_cleanup() local [all...] |
/kernel/linux/linux-5.10/sound/soc/sti/ |
H A D | Makefile | 3 snd-soc-sti-objs := sti_uniperif.o uniperif_player.o uniperif_reader.o 5 obj-$(CONFIG_SND_SOC_STI) += snd-soc-sti.o
|
/kernel/linux/linux-6.6/sound/soc/sti/ |
H A D | Makefile | 3 snd-soc-sti-objs := sti_uniperif.o uniperif_player.o uniperif_reader.o 5 obj-$(CONFIG_SND_SOC_STI) += snd-soc-sti.o
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | genex.S | 562 BUILD_HANDLER bp bp sti silent /* #9 */ 563 BUILD_HANDLER ri ri sti silent /* #10 */ 564 BUILD_HANDLER cpu cpu sti silent /* #11 */ 565 BUILD_HANDLER ov ov sti silent /* #12 */ 566 BUILD_HANDLER tr tr sti silent /* #13 */ 573 BUILD_HANDLER msa msa sti silent /* #21 */ 574 BUILD_HANDLER mdmx mdmx sti silent /* #22 */ 582 BUILD_HANDLER watch watch sti verbose /* #23 */ 585 BUILD_HANDLER mt mt sti silent /* #25 */ 586 BUILD_HANDLER dsp dsp sti silen [all...] |
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | genex.S | 561 BUILD_HANDLER bp bp sti silent /* #9 */ 562 BUILD_HANDLER ri ri sti silent /* #10 */ 563 BUILD_HANDLER cpu cpu sti silent /* #11 */ 564 BUILD_HANDLER ov ov sti silent /* #12 */ 565 BUILD_HANDLER tr tr sti silent /* #13 */ 572 BUILD_HANDLER msa msa sti silent /* #21 */ 573 BUILD_HANDLER mdmx mdmx sti silent /* #22 */ 581 BUILD_HANDLER watch watch sti verbose /* #23 */ 584 BUILD_HANDLER mt mt sti silent /* #25 */ 585 BUILD_HANDLER dsp dsp sti silen [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/ |
H A D | Makefile | 2 sti-drm-y := \ 22 obj-$(CONFIG_DRM_STI) = sti-drm.o
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/ |
H A D | Makefile | 2 sti-drm-y := \ 22 obj-$(CONFIG_DRM_STI) = sti-drm.o
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | irqflags.h | 54 asm volatile("sti": : :"memory"); in native_irq_enable() 60 asm volatile("sti; hlt": : :"memory"); in native_safe_halt() 98 * Used in the idle loop; sti takes one instruction cycle 126 #define ENABLE_INTERRUPTS(x) sti
|
/kernel/linux/linux-6.6/arch/x86/kvm/svm/ |
H A D | vmenter.S | 171 sti 338 sti
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | Makefile | 24 obj-$(CONFIG_DWMAC_STI) += dwmac-sti.o
|
/kernel/linux/linux-5.10/sound/soc/ |
H A D | Makefile | 52 obj-$(CONFIG_SND_SOC) += sti/
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | Makefile | 26 obj-$(CONFIG_DWMAC_STI) += dwmac-sti.o
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | Makefile | 65 obj-$(CONFIG_SND_SOC) += sti/
|
/kernel/linux/linux-5.10/arch/x86/kvm/svm/ |
H A D | vmenter.S | 81 sti
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | entry-common.S | 56 sti 142 sti 173 sti 315 sti
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | entry-common.S | 56 sti 142 sti 173 sti 315 sti
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | Makefile | 103 obj-$(CONFIG_DRM_STI) += sti/
|