Searched refs:ssp (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/hardware/
H A Dssp.h2 * ssp.h
23 void ssp_save_state(struct ssp_state *ssp);
24 void ssp_restore_state(struct ssp_state *ssp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dssp.c2 * linux/arch/arm/mach-sa1100/ssp.c
24 #include <asm/hardware/ssp.h>
158 * @ssp: pointer to structure to save SSP configuration
162 void ssp_save_state(struct ssp_state *ssp) argument
164 ssp->cr0 = Ser4SSCR0;
165 ssp->cr1 = Ser4SSCR1;
172 * @ssp: pointer to configuration saved by ssp_save_state
176 void ssp_restore_state(struct ssp_state *ssp) argument
180 Ser4SSCR0 = ssp->cr0 & ~SSCR0_SSE;
181 Ser4SSCR1 = ssp
[all...]
H A DMakefile53 obj-$(CONFIG_SA1100_SSP) += ssp.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmk_direntry.c343 struct scan_state *ssp,
379 dosname, longname, ssp,
400 if (ssp->longmatch > -1) {
407 match_pos = ssp->longmatch;
409 } else if ((ch->use_longname & 1) && (ssp->shortmatch != -1)) {
417 match_pos = ssp->shortmatch;
419 } else if (ssp->shortmatch >= 0) {
426 match_pos = ssp->shortmatch;
453 match_pos - ssp->match_free + 1 >= ssp
340 get_slots(Stream_t *Dir, dos_name_t *dosname, char *longname, struct scan_state *ssp, ClashHandling_t *ch) argument
474 write_slots(Stream_t *Dir, dos_name_t *dosname, char *longname, struct scan_state *ssp, write_data_callback *cb, void *arg, int Case) argument
[all...]
H A Dvfat.c683 static void accountFreeSlots(struct scan_state *ssp, dirCacheEntry_t *dce) argument
685 if(ssp->got_slots)
688 if(ssp->free_end != dce->beginSlot) {
689 ssp->free_start = dce->beginSlot;
691 ssp->free_end = dce->endSlot;
693 if(ssp->free_end - ssp->free_start >= ssp->size_needed) {
694 ssp->got_slots = 1;
695 ssp
716 lookupForInsert(Stream_t *Dir, struct direntry_t *direntry, dos_name_t *dosname, char *longname, struct scan_state *ssp, int ignore_entry, int source_entry, int pessimisticShortRename, int use_longname) argument
[all...]
H A DmtoolsDirentry.h64 struct scan_state *ssp,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Dssp.h2 * ssp.h
47 void ssp_save_state(struct ssp_dev *dev, struct ssp_state *ssp);
48 void ssp_restore_state(struct ssp_dev *dev, struct ssp_state *ssp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dssp.c2 * linux/arch/arm/mach-pxa/ssp.c
4 * based on linux/arch/arm/mach-sa1100/ssp.c by Russell King
38 #include <asm/arch/ssp.h>
191 * @ssp: pointer to structure to save SSP configuration
195 void ssp_save_state(struct ssp_dev *dev, struct ssp_state *ssp) argument
197 ssp->cr0 = SSCR0_P(dev->port);
198 ssp->cr1 = SSCR1_P(dev->port);
199 ssp->to = SSTO_P(dev->port);
200 ssp->psp = SSPSP_P(dev->port);
207 * @ssp
211 ssp_restore_state(struct ssp_dev *dev, struct ssp_state *ssp) argument
[all...]
H A DMakefile33 obj-$(CONFIG_PXA_SSP) += ssp.o
H A Dcorgi_ssp.c22 #include <asm/arch/ssp.h>
265 .name = "corgi-ssp",
H A Dpoodle.c41 #include <asm/arch/ssp.h>
140 .name = "corgi-ssp",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-lh7a40x/
H A DMakefile15 obj-$(CONFIG_LPD7A40X_CPLD_SSP) += ssp-cpld.o
H A Dssp-cpld.c1 /* arch/arm/mach-lh7a40x/ssp-cpld.c
51 #include <asm/arch/ssp.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/gettingStarted/
H A DSimpleStorePut.java95 SimpleStorePut ssp = new SimpleStorePut();
97 ssp.run();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dtraps.c43 asmlinkage void set_esp0 (unsigned long ssp) argument
45 current->thread.esp0 = ssp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dvm86.c518 unsigned char __user * ssp, unsigned short sp)
534 pushw(ssp, sp, get_vflags(regs), cannot_handle);
535 pushw(ssp, sp, regs->pt.xcs, cannot_handle);
536 pushw(ssp, sp, IP(regs), cannot_handle);
576 unsigned char __user *ssp; local
593 ssp = (unsigned char __user *) (regs->pt.xss << 4);
620 pushl(ssp, sp, get_vflags(regs), simulate_sigsegv);
623 pushw(ssp, sp, get_vflags(regs), simulate_sigsegv);
634 newflags=popl(ssp, sp, simulate_sigsegv);
637 newflags = popw(ssp, s
517 do_int(struct kernel_vm86_regs *regs, int i, unsigned char __user * ssp, unsigned short sp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68328/
H A Dhead-ram.S72 moveal #0x007ffff0, %ssp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dtraps.c297 asmlinkage void set_esp0(unsigned long ssp) argument
299 current->thread.esp0 = ssp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsignal32.c157 stack_t *ssp = NULL, *ossp = NULL; local
168 ssp = &ss;
174 KERNEL_SYSCALL(ret, do_sigaltstack, (const stack_t __user *)ssp, (stack_t __user *)ossp, sp);

Completed in 270 milliseconds