Searched refs:sti (Results 1 - 25 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dsticore.c58 #define c_fg(sti, c) col_trans[((c>> 8) & 7)]
59 #define c_bg(sti, c) col_trans[((c>>11) & 7)]
60 #define c_index(sti, c) ((c) & 0xff)
72 static int sti_init_graph(struct sti_struct *sti) argument
83 spin_lock_irqsave(&sti->lock, flags);
85 ret = STI_CALL(sti->init_graph, &default_init_flags, &inptr,
86 &outptr, sti->glob_cfg);
88 spin_unlock_irqrestore(&sti->lock, flags);
95 sti->text_planes = outptr.text_planes;
103 static void sti_inq_conf(struct sti_struct *sti) argument
125 sti_putc(struct sti_struct *sti, int c, int y, int x) argument
154 sti_set(struct sti_struct *sti, int src_y, int src_x, int height, int width, u8 color) argument
180 sti_clear(struct sti_struct *sti, int src_y, int src_x, int height, int width, int c) argument
210 sti_bmove(struct sti_struct *sti, int src_y, int src_x, int dst_y, int dst_x, int height, int width) argument
385 sti_dump_outptr(struct sti_struct *sti) argument
399 sti_init_glob_cfg(struct sti_struct *sti, unsigned long rom_address, unsigned long hpa) argument
724 sti_read_rom(int wordmode, struct sti_struct *sti, unsigned long address) argument
810 struct sti_struct *sti; local
922 sticore_check_for_default_sti(struct sti_struct *sti, char *path) argument
936 struct sti_struct *sti = NULL; local
961 struct sti_struct *sti; local
[all...]
H A Dsticon.c150 struct sti_struct *sti = sticon_sti; local
159 sti_bmove(sti, t + count, 0, t, 0, b - t - count, conp->vc_cols);
160 sti_clear(sti, b - count, 0, count, conp->vc_cols, conp->vc_video_erase_char);
164 sti_bmove(sti, t, 0, t + count, 0, b - t - count, conp->vc_cols);
165 sti_clear(sti, t, 0, count, conp->vc_cols, conp->vc_video_erase_char);
183 struct sti_struct *sti = sticon_sti; local
186 sti_set(sti, 0, 0, sti_onscreen_y(sti), sti_onscreen_x(sti), 0);
187 vc_cols = sti_onscreen_x(sti) / st
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dirqflags.h44 asm volatile("sti": : :"memory");
49 asm volatile("sti; hlt": : :"memory");
85 * Used in the idle loop; sti takes one instruction cycle
115 #define ENABLE_INTERRUPTS(x) sti
142 sti; \
147 #define ENABLE_INTERRUPTS_SYSEXIT sti; sysexit
180 sti; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsticore.h48 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x)
49 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y)
52 #define sti_font_x(sti) (PTR_STI(sti->font)->width)
53 #define sti_font_y(sti) (PTR_STI(sti->font)->height)
79 u32 sti_mem_addr; /* pointer to global sti memory (size=sti_mem_request) */
337 /* PCI data structures (pg. 17ff from sti
[all...]
H A Dstifb.c54 #undef DEBUG_STIFB_REGS /* debug sti register accesses */
75 F_EXTEND(fb_info->sti->glob_cfg->region_ptrs[index])
108 struct sti_struct *sti; member in struct:stifb_info
970 static int __init stifb_init_fb(struct sti_struct *sti, int bpp_pref) argument
992 fb->sti = sti;
994 fb->id = fb->sti->graphics_id[0];
1006 if (strstr(sti->outptr.dev_name, "DX")) {
1010 sti->outptr.dev_name);
1022 sti
1205 struct sti_struct *sti; local
1252 struct sti_struct *sti; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/Symbian/
H A Dinterop2Btest.cpp54 struct s__SOAPStruct sti; local
74 sti.varString = "Hello";
75 sti.varInt = &n;
76 sti.varFloat = &f;
81 ssti.varStruct = &sti;
109 if (soap_call_ns__echoStructAsSimpleTypes(soap, site, "http://soapinterop.org/", sti, Ro))
113 } else if (!Ro._outputString || strcmp(sti.varString, Ro._outputString) || !Ro._outputInteger || *sti.varInt != *Ro._outputInteger
114 || !Ro._outputFloat || *sti.varFloat != *Ro._outputFloat)
H A Dinterop2test.cpp58 struct s__SOAPStruct sti, *p; local
104 sti.varString = "Hello";
105 sti.varInt = &n;
106 sti.varFloat = &f1;
193 if (soap_call_ns__echoStruct(soap, site, "http://soapinterop.org/", sti, sto))
198 else if (!sto._return.varString || strcmp(sti.varString, sto._return.varString)
199 || !sto._return.varInt || *sti.varInt != *sto._return.varInt
200 || !sto._return.varFloat || *sti.varFloat != *sto._return.varFloat)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/Symbian/
H A Dinterop2Btest.cpp54 struct s__SOAPStruct sti; local
74 sti.varString = "Hello";
75 sti.varInt = &n;
76 sti.varFloat = &f;
81 ssti.varStruct = &sti;
109 if (soap_call_ns__echoStructAsSimpleTypes(soap, site, "http://soapinterop.org/", sti, Ro))
113 } else if (!Ro._outputString || strcmp(sti.varString, Ro._outputString) || !Ro._outputInteger || *sti.varInt != *Ro._outputInteger
114 || !Ro._outputFloat || *sti.varFloat != *Ro._outputFloat)
H A Dinterop2test.cpp58 struct s__SOAPStruct sti, *p; local
104 sti.varString = "Hello";
105 sti.varInt = &n;
106 sti.varFloat = &f1;
193 if (soap_call_ns__echoStruct(soap, site, "http://soapinterop.org/", sti, sto))
198 else if (!sto._return.varString || strcmp(sti.varString, sto._return.varString)
199 || !sto._return.varInt || *sti.varInt != *sto._return.varInt
200 || !sto._return.varFloat || *sti.varFloat != *sto._return.varFloat)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dhead-mmu-fr451.S91 sti gr5,@(gr4,#0)
99 sti gr4,@(gr10,#1*0x08)
100 sti gr5,@(gr10,#1*0x08+0x100)
101 sti gr6,@(gr11,#1*0x08)
108 sti gr4,@(gr10,#2*0x08)
109 sti gr5,@(gr10,#2*0x08+0x100)
110 sti gr6,@(gr11,#2*0x08)
117 sti gr4,@(gr10,#3*0x08)
118 sti gr5,@(gr10,#3*0x08+0x100)
119 sti gr
[all...]
H A Dhead-uc-fr401.S98 sti gr5,@(gr4,#0)
106 sti gr4,@(gr10,#1*0x08)
107 sti gr5,@(gr10,#1*0x08+0x100)
108 sti gr6,@(gr11,#1*0x08)
115 sti gr4,@(gr10,#2*0x08)
116 sti gr5,@(gr10,#2*0x08+0x100)
117 sti gr6,@(gr11,#2*0x08)
124 sti gr4,@(gr10,#3*0x08)
125 sti gr5,@(gr10,#3*0x08+0x100)
126 sti gr
[all...]
H A Dhead-uc-fr555.S92 sti gr4,@(gr10,#1*0x08)
93 sti gr5,@(gr10,#1*0x08+0x100)
94 sti gr6,@(gr11,#1*0x08)
101 sti gr4,@(gr10,#2*0x08)
102 sti gr5,@(gr10,#2*0x08+0x100)
103 sti gr6,@(gr11,#2*0x08)
110 sti gr4,@(gr10,#3*0x08)
111 sti gr5,@(gr10,#3*0x08+0x100)
112 sti gr6,@(gr11,#3*0x08)
119 sti gr
[all...]
H A Dcmode.S54 sti gr10,@(gr11,#0)
113 sti gr3,@(gr4,#SDRAMC_DRCN)
129 sti gr8,@(gr5,#CLKC_SWCMODE)
133 sti gr6,@(gr5,#0)
145 sti gr0,@(gr4,#SDRAMC_DRCN)
H A Dkernel_thread.S63 sti gr8,@(sp,#0)
64 sti.p gr4,@(sp,#4)
H A Dentry.S81 sti gr0,@(gr28,#REG__STATUS)
91 sti sp, @(gr28,#REG_SP)
105 sti gr0, @(gr28,#REG_GR(28))
106 sti gr29,@(gr28,#REG_GR(29))
128 sti gr20,@(gr28,#REG_TBR)
129 sti gr21,@(gr28,#REG_PC)
130 sti gr5 ,@(gr28,#REG_PSR)
131 sti gr23,@(gr28,#REG_ISR)
134 sti gr4 ,@(gr28,#REG_SYSCALLNO)
203 sti gr3
[all...]
H A Dbreak.S80 sti gr3,@(gr31,#REG_CCR)
281 sti.p gr2,@(sp,#REG_SP)
284 sti gr2,@(sp,#REG__STATUS) /* record single step status */
350 sti gr3,@(gr31,#REG_CCR)
387 sti gr2,@(gr28,#REG__STATUS) /* record single step status */
432 sti gr2,@(gr3,#0)
441 sti.p gr2,@(gr3,#4)
507 sti sp ,@(gr28,#REG_SP)
509 sti gr0 ,@(gr28,#REG_GR(28))
539 sti
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/lib/
H A Doutsl_ns.S31 sti.p gr5,@(gr8,#0)
53 sti.p gr5,@(gr8,#0)
H A Doutsl_sw.S39 sti.p gr5,@(gr8,#0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dblackfin.h26 "sti %0;"
50 "sti %0;"
77 #define SSYNC(scratch) cli scratch; nop; nop; SSYNC; sti scratch;
78 #define CSYNC(scratch) cli scratch; nop; nop; CSYNC; sti scratch;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dgenex.S470 BUILD_HANDLER bp bp sti silent /* #9 */
471 BUILD_HANDLER ri ri sti silent /* #10 */
472 BUILD_HANDLER cpu cpu sti silent /* #11 */
473 BUILD_HANDLER ov ov sti silent /* #12 */
474 BUILD_HANDLER tr tr sti silent /* #13 */
476 BUILD_HANDLER mdmx mdmx sti silent /* #22 */
484 BUILD_HANDLER watch watch sti verbose /* #23 */
487 BUILD_HANDLER mt mt sti silent /* #25 */
488 BUILD_HANDLER dsp dsp sti silent /* #26 */
489 BUILD_HANDLER reserved reserved sti verbos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dentry.S44 sti r4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/lib/
H A Dins.S35 # define DO_STI 2: sti R3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dpm24xx.c533 const struct omap_sti_console_config *sti; local
535 sti = omap_get_config(OMAP_TAG_STI_CONSOLE,
537 if (sti != NULL && sti->enable)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/contrib/
H A Dfix_standby.c61 sti (void) function
63 __asm__ __volatile__("sti" : : : "memory");
268 sti();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dentry-macros.S9 .macro sti

Completed in 230 milliseconds

12