Searched refs:ADDR (Results 1 - 25 of 210) sorted by relevance

123456789

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dsync_bitops.h16 #define ADDR (*(volatile long *)addr) macro
32 : "+m" (ADDR)
50 : "+m" (ADDR)
67 : "+m" (ADDR)
85 : "=r" (oldbit), "+m" (ADDR)
103 : "=r" (oldbit), "+m" (ADDR)
121 : "=r" (oldbit), "+m" (ADDR)
128 #undef ADDR macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsync_bitops.h16 #define ADDR (*(volatile long *)addr) macro
32 : "+m" (ADDR)
50 : "+m" (ADDR)
67 : "+m" (ADDR)
85 : "=r" (oldbit), "+m" (ADDR)
103 : "=r" (oldbit), "+m" (ADDR)
121 : "=r" (oldbit), "+m" (ADDR)
128 #undef ADDR macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/config/mips/
H A Dnm-irix5.h38 #define target_insert_watchpoint(ADDR, LEN, TYPE) \
39 procfs_set_watchpoint (inferior_ptid, ADDR, LEN, TYPE, 0)
40 #define target_remove_watchpoint(ADDR, LEN, TYPE) \
41 procfs_set_watchpoint (inferior_ptid, ADDR, 0, 0, 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/config/mips/
H A Dnm-irix5.h38 #define target_insert_watchpoint(ADDR, LEN, TYPE) \
39 procfs_set_watchpoint (inferior_ptid, ADDR, LEN, TYPE, 0)
40 #define target_remove_watchpoint(ADDR, LEN, TYPE) \
41 procfs_set_watchpoint (inferior_ptid, ADDR, 0, 0, 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/config/mips/
H A Dnm-irix5.h38 #define target_insert_watchpoint(ADDR, LEN, TYPE) \
39 procfs_set_watchpoint (inferior_ptid, ADDR, LEN, TYPE, 0)
40 #define target_remove_watchpoint(ADDR, LEN, TYPE) \
41 procfs_set_watchpoint (inferior_ptid, ADDR, 0, 0, 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dbitops_32.h33 unsigned long *ADDR, mask; local
35 ADDR = ((unsigned long *) addr) + (nr >> 5);
38 return ___set_bit(ADDR, mask) != 0;
43 unsigned long *ADDR, mask; local
45 ADDR = ((unsigned long *) addr) + (nr >> 5);
48 (void) ___set_bit(ADDR, mask);
53 unsigned long *ADDR, mask; local
55 ADDR = ((unsigned long *) addr) + (nr >> 5);
58 return ___clear_bit(ADDR, mask) != 0;
63 unsigned long *ADDR, mas local
73 unsigned long *ADDR, mask; local
83 unsigned long *ADDR, mask; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dbitops_32.h33 unsigned long *ADDR, mask; local
35 ADDR = ((unsigned long *) addr) + (nr >> 5);
38 return ___set_bit(ADDR, mask) != 0;
43 unsigned long *ADDR, mask; local
45 ADDR = ((unsigned long *) addr) + (nr >> 5);
48 (void) ___set_bit(ADDR, mask);
53 unsigned long *ADDR, mask; local
55 ADDR = ((unsigned long *) addr) + (nr >> 5);
58 return ___clear_bit(ADDR, mask) != 0;
63 unsigned long *ADDR, mas local
73 unsigned long *ADDR, mask; local
83 unsigned long *ADDR, mask; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/config/i386/
H A Dnm-go32.h28 #define I386_DR_LOW_SET_ADDR(N,ADDR) go32_set_dr (N,ADDR)
H A Dnm-i386sol2.h52 #define target_insert_watchpoint(ADDR, LEN, TYPE) \
53 procfs_set_watchpoint (inferior_ptid, ADDR, LEN, TYPE, 1)
54 #define target_remove_watchpoint(ADDR, LEN, TYPE) \
55 procfs_set_watchpoint (inferior_ptid, ADDR, 0, 0, 0)
H A Dnm-cygwin.h32 #define I386_DR_LOW_SET_ADDR(N,ADDR) cygwin_set_dr (N,ADDR)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/config/i386/
H A Dnm-go32.h28 #define I386_DR_LOW_SET_ADDR(N,ADDR) go32_set_dr (N,ADDR)
H A Dnm-i386sol2.h52 #define target_insert_watchpoint(ADDR, LEN, TYPE) \
53 procfs_set_watchpoint (inferior_ptid, ADDR, LEN, TYPE, 1)
54 #define target_remove_watchpoint(ADDR, LEN, TYPE) \
55 procfs_set_watchpoint (inferior_ptid, ADDR, 0, 0, 0)
H A Dnm-cygwin.h32 #define I386_DR_LOW_SET_ADDR(N,ADDR) cygwin_set_dr (N,ADDR)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/config/i386/
H A Dnm-go32.h28 #define I386_DR_LOW_SET_ADDR(N,ADDR) go32_set_dr (N,ADDR)
H A Dnm-i386sol2.h52 #define target_insert_watchpoint(ADDR, LEN, TYPE) \
53 procfs_set_watchpoint (inferior_ptid, ADDR, LEN, TYPE, 1)
54 #define target_remove_watchpoint(ADDR, LEN, TYPE) \
55 procfs_set_watchpoint (inferior_ptid, ADDR, 0, 0, 0)
H A Dnm-cygwin.h32 #define I386_DR_LOW_SET_ADDR(N,ADDR) cygwin_set_dr (N,ADDR)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/config/sparc/
H A Dnm-sol2.h53 #define target_insert_watchpoint(ADDR, LEN, TYPE) \
54 procfs_set_watchpoint (inferior_ptid, ADDR, LEN, TYPE, 1)
55 #define target_remove_watchpoint(ADDR, LEN, TYPE) \
56 procfs_set_watchpoint (inferior_ptid, ADDR, 0, 0, 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/config/sparc/
H A Dnm-sol2.h53 #define target_insert_watchpoint(ADDR, LEN, TYPE) \
54 procfs_set_watchpoint (inferior_ptid, ADDR, LEN, TYPE, 1)
55 #define target_remove_watchpoint(ADDR, LEN, TYPE) \
56 procfs_set_watchpoint (inferior_ptid, ADDR, 0, 0, 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/config/sparc/
H A Dnm-sol2.h53 #define target_insert_watchpoint(ADDR, LEN, TYPE) \
54 procfs_set_watchpoint (inferior_ptid, ADDR, LEN, TYPE, 1)
55 #define target_remove_watchpoint(ADDR, LEN, TYPE) \
56 procfs_set_watchpoint (inferior_ptid, ADDR, 0, 0, 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dbitops.c37 unsigned char *ADDR = (unsigned char *) addr; local
39 ADDR += nr >> 3;
41 retval = mask & *ADDR;
42 *ADDR |= mask;
49 unsigned char *ADDR = (unsigned char *) addr; local
51 ADDR += nr >> 3;
53 retval = mask & *ADDR;
54 *ADDR &= ~mask;
61 const unsigned char *ADDR = (const unsigned char *) addr; local
63 ADDR
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dbitops.c37 unsigned char *ADDR = (unsigned char *) addr; local
39 ADDR += nr >> 3;
41 retval = mask & *ADDR;
42 *ADDR |= mask;
49 unsigned char *ADDR = (unsigned char *) addr; local
51 ADDR += nr >> 3;
53 retval = mask & *ADDR;
54 *ADDR &= ~mask;
61 const unsigned char *ADDR = (const unsigned char *) addr; local
63 ADDR
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dbitops.c37 unsigned char *ADDR = (unsigned char *) addr; local
39 ADDR += nr >> 3;
41 retval = mask & *ADDR;
42 *ADDR |= mask;
49 unsigned char *ADDR = (unsigned char *) addr; local
51 ADDR += nr >> 3;
53 retval = mask & *ADDR;
54 *ADDR &= ~mask;
61 const unsigned char *ADDR = (const unsigned char *) addr; local
63 ADDR
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kernel/
H A Dvmlinux.lds.S44 .text : AT(ADDR(.text) - LOAD_OFFSET) {
55 .text2 : AT(ADDR(.text2) - LOAD_OFFSET) {
60 .text..lock : AT(ADDR(.text..lock) - LOAD_OFFSET) {
77 __mca_table : AT(ADDR(__mca_table) - LOAD_OFFSET) {
83 .data..patch.phys_stack_reg : AT(ADDR(.data..patch.phys_stack_reg) - LOAD_OFFSET) {
96 .IA_64.unwind_info : AT(ADDR(.IA_64.unwind_info) - LOAD_OFFSET) {
99 .IA_64.unwind : AT(ADDR(.IA_64.unwind) - LOAD_OFFSET) {
109 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {
122 .data..patch.vtop : AT(ADDR(.data..patch.vtop) - LOAD_OFFSET) {
128 .data..patch.rse : AT(ADDR(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/kernel/
H A Dvmlinux.lds.S44 .text : AT(ADDR(.text) - LOAD_OFFSET) {
55 .text2 : AT(ADDR(.text2) - LOAD_OFFSET) {
60 .text..lock : AT(ADDR(.text..lock) - LOAD_OFFSET) {
77 __mca_table : AT(ADDR(__mca_table) - LOAD_OFFSET) {
83 .data..patch.phys_stack_reg : AT(ADDR(.data..patch.phys_stack_reg) - LOAD_OFFSET) {
96 .IA_64.unwind_info : AT(ADDR(.IA_64.unwind_info) - LOAD_OFFSET) {
99 .IA_64.unwind : AT(ADDR(.IA_64.unwind) - LOAD_OFFSET) {
109 .opd : AT(ADDR(.opd) - LOAD_OFFSET) {
122 .data..patch.vtop : AT(ADDR(.data..patch.vtop) - LOAD_OFFSET) {
128 .data..patch.rse : AT(ADDR(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/skfp/
H A Dhwt.c81 outpd(ADDR(B2_TI_INI), (u_long) cnt * 200) ; /* Load timer value. */
82 outpw(ADDR(B2_TI_CRTL), TIM_START) ; /* Start timer. */
103 outpw(ADDR(B2_TI_CRTL), TIM_STOP) ;
104 outpw(ADDR(B2_TI_CRTL), TIM_CL_IRQ) ;
171 tr = (u_short)((inpd(ADDR(B2_TI_VAL))/200) & 0xffff) ;
204 interval = inpd(ADDR(B2_TI_INI)) ;
205 outpw(ADDR(B2_TI_CRTL), TIM_STOP) ;
206 time = inpd(ADDR(B2_TI_VAL)) ;
207 outpd(ADDR(B2_TI_INI),time) ;
208 outpw(ADDR(B2_TI_CRT
[all...]

Completed in 280 milliseconds

123456789