Searched defs:sti (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/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() 62 #define store_sti_ptr(sti, dest, ptr) \ argument 83 #define c_fg(sti, c) col_trans[((c>> 8) & 7)] argument 84 #define c_bg(sti, c) col_trans[((c>>11) & 7)] argument 85 #define c_index(sti, c) ((c) & 0xff) argument 97 static int sti_init_graph(struct sti_struct *sti) in sti_init_graph() 134 static void sti_inq_conf(struct sti_struct *sti) in sti_inq_conf() 158 sti_putc(struct sti_struct *sti, int c, int y, int x, in sti_putc() 197 sti_set(struct sti_struct *sti, int src_y, int src_x, in sti_set() 230 sti_clear(struct sti_struct *sti, int src_y, int src_x, in sti_clear() [all …]
|
/openbmc/linux/arch/parisc/video/ |
H A D | fbdev.c | 15 struct sti_struct *sti; in fb_is_primary_device() local
|
/openbmc/linux/drivers/video/console/ |
H A D | sticon.c | 133 struct sti_struct *sti = sticon_sti; in sticon_scroll() local 173 struct sti_struct *sti = sticon_sti; in sticon_set_font() local 278 struct sti_struct *sti = sticon_sti; in sticon_init() local
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | entry-macros.S | 10 .macro sti macro
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | system.h | 124 # define sti() __global_sti() macro 132 # define sti() __sti() macro
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | system.h | 104 #define sti() __sti () macro
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | stifb.c | 109 struct sti_struct *sti; member 1183 static int __init stifb_init_fb(struct sti_struct *sti, int bpp_pref) in stifb_init_fb() 1427 struct sti_struct *sti; in stifb_init() local 1474 struct sti_struct *sti; in stifb_cleanup() local
|
/openbmc/linux/include/video/ |
H A D | sticore.h | 43 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x) argument 44 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y) argument 47 #define sti_font_x(sti) (PTR_STI(sti->font)->width) argument 48 #define sti_font_y(sti) (PTR_STI(sti->font)->height) argument
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | ptrace.h | 73 sti : 1, member
|