Searched refs:CS (Results 1 - 22 of 22) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn2/pcibr/
H A Dpcibr_config.c50 #define CS(b,r) (((volatile uint16_t *) b)[((r^4)/2)]) macro
59 #define CS(b,r) (((volatile uint16_t *) b)[(r)/2]) macro
65 #define CS(b,r) (((volatile uint16_t *) cfgbase)[((r)/2)^1]) macro
151 CS(cfgbase, reg) = value;
156 CS(cfgbase, (reg + 1)) = value >> 8;
158 CS(cfgbase, reg) = value;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dptrace.h17 #define CS 13 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dptrace.h17 #define CS 13 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/h/
H A Dskfbi.h357 #define CS(a) (0x0020| (a)) /* control/status */ macro
378 * CS register (read only)
380 #define CSRA CS(0) /* control/status register address */
381 #define CSFA CS(2) /* control/status FIFO BUSY ... */
382 #define ISRA CS(4) /* first int. source register address */
383 #define ISR2 CS(6) /* second int. source register address */
384 #define LEDR CS(0x0c) /* LED register r/w */
385 #define CSIL CS(0x10) /* I/O mapped POS_ID_low (100) */
386 #define CSIH CS(0x12) /* - " - POS_ID_HIGH (101) */
387 #define CSA CS(
[all...]
/asus-wl-520gu-7.0.1.45/src/router/dproxy/
H A Ddns.h91 CS, enumerator in enum:__anon7522
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dptrace.h25 #define CS 136 macro
H A Dcalling.h27 #define CS 136 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dptrace.h25 #define CS 136 macro
H A Dcalling.h27 #define CS 136 macro
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Ddns.h92 CS, enumerator in enum:__anon12220
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Ddns.h92 CS, enumerator in enum:__anon12233
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dentry.S54 movq $__USER_CS,CS(%rsp)
79 testl $3,CS-ARGOFFSET(%rsp) # from kernel_thread?
200 testl $3,CS-ARGOFFSET(%rsp)
323 testl $3,CS(%rdi) # from kernel?
406 testl $3,CS(%rsp)
562 testl $3,CS(%rsp)
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/x86emu/x86emu/
H A Dregs.h122 * CS, DS, ES, SS.
126 u16 CS, DS, SS, ES, FS, GS; member in struct:i386_segment_regs
176 #define R_CS seg.CS
277 * SEGMENT overrides 5 bits normal,DS,SS,CS,ES
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dentry.S60 CS = 0x2C define
142 movl CS(%esp),%edx # this is eip..
149 movl %ecx,CS(%esp) #
166 movl CS(%esp),%edx # this is eip..
173 movl %ecx,CS(%esp) #
259 movl EFLAGS(%esp),%eax # mix EFLAGS and CS
260 movb CS(%esp),%al
H A Dptrace.c94 case CS:
125 case CS:
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/boot/
H A Dsetup.S61 # ... and the former contents of CS
642 # but we yet haven't reloaded the CS register, so the default size
735 .word 0, 0, 0, 0 # BIOS CS
H A Dvideo.S112 pushw %cs # DS is equal to CS
114 pushw %cs # ES is equal to CS
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/boot/
H A Dipleckd.S213 jz .L003 # CS == 0x00
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/boot/
H A Dipleckd.S213 jz .L003 # CS == 0x00
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/
H A Dvideo.S113 pushw %cs # DS is equal to CS
115 pushw %cs # ES is equal to CS
H A Dsetup.S65 # ... and the former contents of CS
806 # but we yet haven't reloaded the CS register, so the default size
899 .word 0, 0, 0, 0 # BIOS CS
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn1/
H A Dpcibr.c7378 #define CS(b,r) (((volatile uint16_t *) b)[((r^4)/2)])
7382 #define CS(b,r) (((volatile uint16_t *) cfgbase)[((r)/2)^1])
7470 CS(cfgbase, reg) = value;
7475 CS(cfgbase, (reg + 1)) = value >> 8;
7477 CS(cfgbase, reg) = value;

Completed in 383 milliseconds