Searched refs:code (Results 1 - 25 of 649) sorted by path

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/board/bcm947xx/src/
H A Dbcm947xx_init.S7 * code for this board support package. The routine
24 * 1) Any source code used, modified or distributed must reproduce
64 * memory is operational, and therefore all code in this routine
92 # XXX:the following code snipet sets clk frequency to 200M
182 #Init code for FF4 space without TLB, enabling RAC
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/common/include/
H A Dexception.h23 * 1) Any source code used, modified or distributed must reproduce
216 void cfe_exception(int code,uint64_t *info);
H A Dmipsmacros.h22 * 1) Any source code used, modified or distributed must reproduce
80 * NORMAL_XVECTOR(addr,vecname,vecdest,code)
83 * DECLARE_XVECTOR sets up an indentifying code in k0 before
90 * code - code to place in k0 before jumping
103 #define NORMAL_XVECTOR(addr,vecname,vecdest,code) \
107 li k0,code ; \
140 * big-endian or little-endian code based on system endianness.
167 #define BIENDIAN_XVECTOR(addr,vecname,vecdest,code) \
178 li k0,code ; \
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/common/src/
H A Dexchandler.c24 * 1) Any source code used, modified or distributed must reproduce
129 * cfe_exception(code,info)
137 * code - exception type
144 void cfe_exception(int code,uint64_t *info) argument
166 code,(uint32_t)info[XCP0_EPC],
181 code,info[XCP0_EPC],info[XCP0_CAUSE],
203 * Install a patch of code at the specified offset in low
205 * with the specified code value. This is used when we
247 vec[3] = 0x241a0000 | k0code; /* li k0, code */
474 * else error code
[all...]
H A Dinit_mips.S23 * 1) Any source code used, modified or distributed must reproduce
137 * To make life easier reading this code, define "KSEGBASE"
203 * Declare the actual vectors. This expands to code that
251 #error "CFG_VAPI is not compatible with relocatable code"
301 * for doing GP-relative stuff, and the code is NOT GP-relative.
636 * Also calculate a similar offset for relocating code
645 sub t3,MEMTOP,t1 # reserve room for code
728 * Copy code
806 * The basic idea is that you would expect that code and
883 * Flush the cache, then switch to relocated code
[all...]
H A Dinit_ram.S27 * 1) Any source code used, modified or distributed must reproduce
130 * To make life easier reading this code, define "KSEGBASE"
197 * for doing GP-relative stuff, and the code is NOT GP-relative.
528 LR a2,R_SEG_APIENTRY(a2) # A2 = code entry
618 * v0 - return code, 0 if ok
H A Dtools.mk92 # Add GENLDFLAGS to CFLAGS (we need this stuff in the C code as well)
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Dcfe_trace.c20 * 1) Any source code used, modified or distributed must reproduce
115 int code; member in struct:__anon129
134 *agent = agent_id[i].code;
H A Dsb1250_irq.c18 * 1) Any source code used, modified or distributed must reproduce
82 /* Shared variables that must be protected in non-interrupt code. */
115 sb1250_irq_demux(int code, uint64_t *info) argument
184 /* Shared variables that must be protected in non-interrupt code. */
273 /* The following code must be atomic */
295 /* The following code must be atomic */
341 /* The following block of code has to be executed atomically */
388 /* The following block of code has to be executed atomically */
415 /* The interrupt polling code calls this routine to dispatch each
H A Dsb1250_l2cache.S6 * This module contains code to initialize the L2 cache.
25 * 1) Any source code used, modified or distributed must reproduce
359 # must leave at least one way active! This code leaves
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/dev/
H A Ddev_bcm1250.c18 * 1) Any source code used, modified or distributed must reproduce
108 int downloaded; /* code has already been downloaded. */
225 chunk_desc code; local
230 /* Note: This code assumes that PTR_TO_PHYS gives a PCI memory space
233 code.addr = PTR_TO_PHYS((uint8_t *)buffer->buf_ptr);
234 code.len = buffer->buf_length;
242 phys_write32(arg_p | MBOX_SET_BIT, PTR_TO_PHYS(&code));
253 /* Note that the result code need not be translated only
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/include/
H A Dcfe_devfuncs.h25 * 1) Any source code used, modified or distributed must reproduce
72 int cfe_exit(int warm,int code);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/main/
H A Dcfe_devfuncs.c24 * 1) Any source code used, modified or distributed must reproduce
231 int cfe_exit(int warm,int code) argument
240 iocb.plist.iocb_exitstat.status = code;
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/net/
H A Dnet_icmp.c24 * 1) Any source code used, modified or distributed must reproduce
71 #define ICMPMSG(type,code) (((type)<<8)|(code))
245 ebuf_append_u8(buf,0); /* code = 0 */
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/pccons/
H A Dkbd_subr.c24 * 1) Any source code used, modified or distributed must reproduce
87 * Scan code conversion table
308 * Process a scan code from the keyboard.
312 * scan - scan code from the keyboard
321 keycode_t *code = 0; local
326 code = &scantable[scan];
328 if (code->kc_type & (FLG_SHIFT|FLG_CTRL|FLG_ALT)) {
329 if (breakflg) ks->ks_shiftflags &= ~code->kc_type;
330 else ks->ks_shiftflags |= code->kc_type;
332 if (code
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_test_disk.c22 * 1) Any source code used, modified or distributed must reproduce
141 uint8_t *code; local
181 xprintf("Boot code is %d bytes at %016llX\n",secsize,secoffset);
193 code = KMALLOC(secsize,0);
194 if (code) {
195 res = cfe_readblk(fh,secoffset,code,secsize);
197 xprintf("Could not read boot code\n");
199 KFREE(code);
202 CHECKSUM_BOOT_DATA(code,secsize,&calcsum);
203 if (calcsum == checksumd) xprintf("Boot code checksu
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/usb/
H A Dusbhid.c23 * 1) Any source code used, modified or distributed must reproduce
169 * Scan code conversion table
336 * Handle a single keyboard event. Using the scan code, look up
342 * scan - scan code from keyboard report
351 keycode_t *code = 0; local
355 * Check scan code for reality.
359 code = &usbhid_scantable[scan];
366 if (code->kc_type & (FLG_CAPS|FLG_SCROLL|FLG_NUM)) {
367 if (!breakflg) uhid->uhid_shiftflags ^= code->kc_type;
378 if (code
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Ddeflate.h23 /* number of length codes, not counting the special END_BLOCK code */
29 /* number of Literal or Length codes, including the END_BLOCK code */
49 /* Data structure describing a single value and its code string. */
53 ush code; /* bit string */ member in union:ct_data_s::__anon174
62 #define Code fc.code
70 int max_code; /* largest code with non zero frequency */
216 * example a binary file with poorly compressible code followed by
226 /* Buffer for distances. To simplify the code, d_buf and l_buf have
234 int last_eob_len; /* bit length of EOB code for last block */
264 /* In order to simplify the code, particularl
[all...]
H A Dinfcodes.c42 } code; /* if LEN or DIST, where in tree */ member in union:inflate_codes_state::__anon177
118 c->sub.code.need = c->lbits;
119 c->sub.code.tree = c->ltree;
122 j = c->sub.code.need;
124 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
145 c->sub.code.need = e;
146 c->sub.code.tree = t + t->base;
155 c->mode = BADCODE; /* invalid code */
156 z->msg = (char*)"invalid literal/length code";
164 c->sub.code
[all...]
H A Dtrees.c12 * Each code tree is stored in a compressed form which is itself
13 * a Huffman encoding of the lengths of all the code strings (in
14 * ascending order by source values). The actual code strings are
50 /* end of block literal code */
61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
109 /* length code for each normalized match length (0 == MIN_MATCH) */
112 /* First normalized length for each code (0 = MIN_MATCH) */
115 /* First normalized distance for each code (
246 int code; /* code value */ local
584 ush code = 0; /* running code value */ local
1079 unsigned code; /* the code to send */ local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/cdrom/
H A Dcdrom-standard.tex45 There is plenty of source code around as examples of how to write a driver.
116 between the low-level device driver code and the \linux\ kernel. Care
119 help \cdrom\ driver developers adapt their code to use the \UCD\ code
360 Notice that any strategic code (closing tray upon $open()$, etc.)\ is
419 This function (and no other code) controls locking of the door, if the
482 that is generally found in the bar-code on the product. Unfortunately,
519 possible to return the error code to the calling program. (We may decide
539 in audio frames. Once these issues are resolved, this code should be
582 driver has implemented the code fo
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/
H A Dsmp.tex3 thanks for your information. Attached is the tex-code of your
65 voluntarily sleeps. This ensures that blocks of kernel code are
183 The portable SMP code rests on a small set of functions and variables
202 work. Refer to the processor specific code documentation for more details.
206 The architecture specific code for the Intel port splits fairly cleanly
207 into four sections. Firstly the initialisation code used to boot the
208 system, secondly the message handling and support code, thirdly the
215 single processor enters the kernel bootup code. The first processor
216 executes the bootstrap code, loads and uncompresses the kernel. Having
220 The assembler startup code fo
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dcore_lca.c4 * Written by David Mosberger (davidm@cs.arizona.edu) with some code
6 * bios code.
132 unsigned long flags, code, stat0; local
148 code = ((stat0 >> LCA_IOC_STAT0_CODE_SHIFT)
150 if (code != 1) {
170 unsigned long flags, code, stat0; local
185 code = ((stat0 >> LCA_IOC_STAT0_CODE_SHIFT)
187 if (code != 1) {
403 unsigned code = (stat0 & IOC_CODE) >> IOC_CODE_SHIFT;
408 code >
401 unsigned code = (stat0 & IOC_CODE) >> IOC_CODE_SHIFT; local
[all...]
H A Dirq_alpha.c2 * Alpha specific irq code.
155 printk(KERN_CRIT "%s machine check: vector=0x%lx pc=0x%lx code=0x%lx\n",
156 machine, vector, regs->pc, mchk_header->code);
158 switch ((unsigned int) mchk_header->code) {
H A Dosf_sys.c603 asmlinkage long osf_proplist_syscall(enum pl_code code, union pl_args *args) argument
609 switch (code) {

Completed in 145 milliseconds

1234567891011>>