Searched refs:ax (Results 1 - 25 of 288) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/hamradio/
H A Dmkiss.c247 static void ax_bump(struct mkiss *ax) argument
252 spin_lock_bh(&ax->buflock);
253 if (ax->rbuff[0] > 0x0f) {
254 if (ax->rbuff[0] & 0x80) {
255 if (check_crc_16(ax->rbuff, ax->rcount) < 0) {
256 ax->dev->stats.rx_errors++;
257 spin_unlock_bh(&ax->buflock);
261 if (ax->crcmode != CRC_MODE_SMACK && ax
311 kiss_unesc(struct mkiss *ax, unsigned char s) argument
368 ax_changedmtu(struct mkiss *ax) argument
437 struct mkiss *ax = netdev_priv(dev); local
532 struct mkiss *ax = netdev_priv(dev); local
570 struct mkiss *ax = netdev_priv(dev); local
607 struct mkiss *ax = netdev_priv(dev); local
657 struct mkiss *ax = netdev_priv(dev); local
709 struct mkiss *ax; local
720 mkiss_put(struct mkiss *ax) argument
731 struct mkiss *ax; local
814 struct mkiss *ax; local
844 struct mkiss *ax = mkiss_get(tty); local
929 struct mkiss *ax = mkiss_get(tty); local
963 struct mkiss *ax = mkiss_get(tty); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/hamradio/
H A Dmkiss.c247 static void ax_bump(struct mkiss *ax) argument
252 spin_lock_bh(&ax->buflock);
253 if (ax->rbuff[0] > 0x0f) {
254 if (ax->rbuff[0] & 0x80) {
255 if (check_crc_16(ax->rbuff, ax->rcount) < 0) {
256 ax->dev->stats.rx_errors++;
257 spin_unlock_bh(&ax->buflock);
261 if (ax->crcmode != CRC_MODE_SMACK && ax
311 kiss_unesc(struct mkiss *ax, unsigned char s) argument
368 ax_changedmtu(struct mkiss *ax) argument
437 struct mkiss *ax = netdev_priv(dev); local
532 struct mkiss *ax = netdev_priv(dev); local
570 struct mkiss *ax = netdev_priv(dev); local
607 struct mkiss *ax = netdev_priv(dev); local
657 struct mkiss *ax = netdev_priv(dev); local
709 struct mkiss *ax; local
720 mkiss_put(struct mkiss *ax) argument
731 struct mkiss *ax; local
814 struct mkiss *ax; local
844 struct mkiss *ax = mkiss_get(tty); local
929 struct mkiss *ax = mkiss_get(tty); local
963 struct mkiss *ax = mkiss_get(tty); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dax-gdb.c31 #include "ax.h"
32 #include "ax-gdb.h"
38 Then look at the types and enums in ax-gdb.h. For the code itself,
77 static void gen_offset (struct agent_expr *ax, int offset);
79 static void gen_var_ref (struct agent_expr *ax,
83 static void gen_int_literal (struct agent_expr *ax,
88 static void require_rvalue (struct agent_expr *ax, struct axs_value *value);
89 static void gen_usual_unary (struct agent_expr *ax, struct axs_value *value);
92 static void gen_conversion (struct agent_expr *ax,
95 static void gen_usual_arithmetic (struct agent_expr *ax,
309 gen_traced_pop(struct agent_expr *ax, struct axs_value *value) argument
354 gen_sign_extend(struct agent_expr *ax, struct type *type) argument
366 gen_extend(struct agent_expr *ax, struct type *type) argument
378 gen_fetch(struct agent_expr *ax, struct type *type) argument
436 gen_left_shift(struct agent_expr *ax, int distance) argument
457 gen_frame_args_address(struct agent_expr *ax) argument
472 gen_frame_locals_address(struct agent_expr *ax) argument
490 gen_offset(struct agent_expr *ax, int offset) argument
512 gen_sym_offset(struct agent_expr *ax, struct symbol *var) argument
522 gen_var_ref(struct agent_expr *ax, struct axs_value *value, struct symbol *var) argument
648 gen_int_literal(struct agent_expr *ax, struct axs_value *value, LONGEST k, struct type *type) argument
664 require_rvalue(struct agent_expr *ax, struct axs_value *value) argument
709 gen_usual_unary(struct agent_expr *ax, struct axs_value *value) argument
775 gen_conversion(struct agent_expr *ax, struct type *from, struct type *to) argument
807 struct agent_expr *ax = new_agent_expr (0); local
829 gen_usual_arithmetic(struct agent_expr *ax, struct axs_value *value1, struct axs_value *value2) argument
866 gen_integral_promotions(struct agent_expr *ax, struct axs_value *value) argument
883 gen_cast(struct agent_expr *ax, struct axs_value *value, struct type *type) argument
938 gen_scale(struct agent_expr *ax, enum agent_op op, struct type *type) argument
956 gen_add(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2, char *name) argument
1003 gen_sub(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2) argument
1056 gen_binop(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2, enum agent_op op, enum agent_op op_unsigned, int may_carry, char *name) argument
1075 gen_logical_not(struct agent_expr *ax, struct axs_value *value) argument
1088 gen_complement(struct agent_expr *ax, struct axs_value *value) argument
1105 gen_deref(struct agent_expr *ax, struct axs_value *value) argument
1126 gen_address_of(struct agent_expr *ax, struct axs_value *value) argument
1196 gen_bitfield_ref(struct agent_expr *ax, struct axs_value *value, struct type *type, int start, int end) argument
1357 gen_struct_ref(struct agent_expr *ax, struct axs_value *value, char *field, char *operator_name, char *operand_name) argument
1413 gen_repeat(union exp_element **pc, struct agent_expr *ax, struct axs_value *value) argument
1456 gen_sizeof(union exp_element **pc, struct agent_expr *ax, struct axs_value *value) argument
1482 gen_expr(union exp_element **pc, struct agent_expr *ax, struct axs_value *value) argument
1747 struct agent_expr *ax = new_agent_expr (0); local
1799 struct agent_expr *ax = new_agent_expr (scope); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dax-gdb.c31 #include "ax.h"
32 #include "ax-gdb.h"
38 Then look at the types and enums in ax-gdb.h. For the code itself,
77 static void gen_offset (struct agent_expr *ax, int offset);
79 static void gen_var_ref (struct agent_expr *ax,
83 static void gen_int_literal (struct agent_expr *ax,
88 static void require_rvalue (struct agent_expr *ax, struct axs_value *value);
89 static void gen_usual_unary (struct agent_expr *ax, struct axs_value *value);
92 static void gen_conversion (struct agent_expr *ax,
95 static void gen_usual_arithmetic (struct agent_expr *ax,
309 gen_traced_pop(struct agent_expr *ax, struct axs_value *value) argument
354 gen_sign_extend(struct agent_expr *ax, struct type *type) argument
366 gen_extend(struct agent_expr *ax, struct type *type) argument
378 gen_fetch(struct agent_expr *ax, struct type *type) argument
436 gen_left_shift(struct agent_expr *ax, int distance) argument
457 gen_frame_args_address(struct agent_expr *ax) argument
472 gen_frame_locals_address(struct agent_expr *ax) argument
490 gen_offset(struct agent_expr *ax, int offset) argument
512 gen_sym_offset(struct agent_expr *ax, struct symbol *var) argument
522 gen_var_ref(struct agent_expr *ax, struct axs_value *value, struct symbol *var) argument
648 gen_int_literal(struct agent_expr *ax, struct axs_value *value, LONGEST k, struct type *type) argument
664 require_rvalue(struct agent_expr *ax, struct axs_value *value) argument
709 gen_usual_unary(struct agent_expr *ax, struct axs_value *value) argument
775 gen_conversion(struct agent_expr *ax, struct type *from, struct type *to) argument
807 struct agent_expr *ax = new_agent_expr (0); local
829 gen_usual_arithmetic(struct agent_expr *ax, struct axs_value *value1, struct axs_value *value2) argument
866 gen_integral_promotions(struct agent_expr *ax, struct axs_value *value) argument
883 gen_cast(struct agent_expr *ax, struct axs_value *value, struct type *type) argument
938 gen_scale(struct agent_expr *ax, enum agent_op op, struct type *type) argument
956 gen_add(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2, char *name) argument
1003 gen_sub(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2) argument
1056 gen_binop(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2, enum agent_op op, enum agent_op op_unsigned, int may_carry, char *name) argument
1075 gen_logical_not(struct agent_expr *ax, struct axs_value *value) argument
1088 gen_complement(struct agent_expr *ax, struct axs_value *value) argument
1105 gen_deref(struct agent_expr *ax, struct axs_value *value) argument
1126 gen_address_of(struct agent_expr *ax, struct axs_value *value) argument
1196 gen_bitfield_ref(struct agent_expr *ax, struct axs_value *value, struct type *type, int start, int end) argument
1357 gen_struct_ref(struct agent_expr *ax, struct axs_value *value, char *field, char *operator_name, char *operand_name) argument
1413 gen_repeat(union exp_element **pc, struct agent_expr *ax, struct axs_value *value) argument
1456 gen_sizeof(union exp_element **pc, struct agent_expr *ax, struct axs_value *value) argument
1482 gen_expr(union exp_element **pc, struct agent_expr *ax, struct axs_value *value) argument
1747 struct agent_expr *ax = new_agent_expr (0); local
1799 struct agent_expr *ax = new_agent_expr (scope); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dax-gdb.c31 #include "ax.h"
32 #include "ax-gdb.h"
38 Then look at the types and enums in ax-gdb.h. For the code itself,
77 static void gen_offset (struct agent_expr *ax, int offset);
79 static void gen_var_ref (struct agent_expr *ax,
83 static void gen_int_literal (struct agent_expr *ax,
88 static void require_rvalue (struct agent_expr *ax, struct axs_value *value);
89 static void gen_usual_unary (struct agent_expr *ax, struct axs_value *value);
92 static void gen_conversion (struct agent_expr *ax,
95 static void gen_usual_arithmetic (struct agent_expr *ax,
309 gen_traced_pop(struct agent_expr *ax, struct axs_value *value) argument
354 gen_sign_extend(struct agent_expr *ax, struct type *type) argument
366 gen_extend(struct agent_expr *ax, struct type *type) argument
378 gen_fetch(struct agent_expr *ax, struct type *type) argument
436 gen_left_shift(struct agent_expr *ax, int distance) argument
457 gen_frame_args_address(struct agent_expr *ax) argument
472 gen_frame_locals_address(struct agent_expr *ax) argument
490 gen_offset(struct agent_expr *ax, int offset) argument
512 gen_sym_offset(struct agent_expr *ax, struct symbol *var) argument
522 gen_var_ref(struct agent_expr *ax, struct axs_value *value, struct symbol *var) argument
648 gen_int_literal(struct agent_expr *ax, struct axs_value *value, LONGEST k, struct type *type) argument
664 require_rvalue(struct agent_expr *ax, struct axs_value *value) argument
709 gen_usual_unary(struct agent_expr *ax, struct axs_value *value) argument
775 gen_conversion(struct agent_expr *ax, struct type *from, struct type *to) argument
807 struct agent_expr *ax = new_agent_expr (0); local
829 gen_usual_arithmetic(struct agent_expr *ax, struct axs_value *value1, struct axs_value *value2) argument
866 gen_integral_promotions(struct agent_expr *ax, struct axs_value *value) argument
883 gen_cast(struct agent_expr *ax, struct axs_value *value, struct type *type) argument
938 gen_scale(struct agent_expr *ax, enum agent_op op, struct type *type) argument
956 gen_add(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2, char *name) argument
1003 gen_sub(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2) argument
1056 gen_binop(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2, enum agent_op op, enum agent_op op_unsigned, int may_carry, char *name) argument
1075 gen_logical_not(struct agent_expr *ax, struct axs_value *value) argument
1088 gen_complement(struct agent_expr *ax, struct axs_value *value) argument
1105 gen_deref(struct agent_expr *ax, struct axs_value *value) argument
1126 gen_address_of(struct agent_expr *ax, struct axs_value *value) argument
1196 gen_bitfield_ref(struct agent_expr *ax, struct axs_value *value, struct type *type, int start, int end) argument
1357 gen_struct_ref(struct agent_expr *ax, struct axs_value *value, char *field, char *operator_name, char *operand_name) argument
1413 gen_repeat(union exp_element **pc, struct agent_expr *ax, struct axs_value *value) argument
1456 gen_sizeof(union exp_element **pc, struct agent_expr *ax, struct axs_value *value) argument
1482 gen_expr(union exp_element **pc, struct agent_expr *ax, struct axs_value *value) argument
1747 struct agent_expr *ax = new_agent_expr (0); local
1799 struct agent_expr *ax = new_agent_expr (scope); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/lib64/
H A Dmemset.S20 .section .text..SHmedia32,"ax"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/lib64/
H A Dmemset.S20 .section .text..SHmedia32,"ax"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/math-emu/
H A Dieee754.c102 struct ieee754xctx ax; local
106 ax.op = op;
107 ax.rt = IEEE754_RT_SI;
108 ax.rv.si = r;
109 va_start(ax.ap, op);
110 ieee754_xcpt(&ax);
111 va_end(ax.ap);
112 return ax.rv.si;
117 struct ieee754xctx ax; local
121 ax
[all...]
H A Dieee754dp.c51 struct ieee754xctx ax; local
55 ax.op = op;
56 ax.rt = IEEE754_RT_DP;
57 ax.rv.dp = r;
58 va_start(ax.ap, op);
59 ieee754_xcpt(&ax);
60 va_end(ax.ap);
61 return ax.rv.dp;
66 struct ieee754xctx ax; local
82 ax
[all...]
H A Dieee754sp.c51 struct ieee754xctx ax; local
56 ax.op = op;
57 ax.rt = IEEE754_RT_SP;
58 ax.rv.sp = r;
59 va_start(ax.ap, op);
60 ieee754_xcpt(&ax);
61 va_end(ax.ap);
62 return ax.rv.sp;
67 struct ieee754xctx ax; local
83 ax
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/math-emu/
H A Dieee754.c102 struct ieee754xctx ax; local
106 ax.op = op;
107 ax.rt = IEEE754_RT_SI;
108 ax.rv.si = r;
109 va_start(ax.ap, op);
110 ieee754_xcpt(&ax);
111 va_end(ax.ap);
112 return ax.rv.si;
117 struct ieee754xctx ax; local
121 ax
[all...]
H A Dieee754dp.c51 struct ieee754xctx ax; local
55 ax.op = op;
56 ax.rt = IEEE754_RT_DP;
57 ax.rv.dp = r;
58 va_start(ax.ap, op);
59 ieee754_xcpt(&ax);
60 va_end(ax.ap);
61 return ax.rv.dp;
66 struct ieee754xctx ax; local
82 ax
[all...]
H A Dieee754sp.c51 struct ieee754xctx ax; local
56 ax.op = op;
57 ax.rt = IEEE754_RT_SP;
58 ax.rv.sp = r;
59 va_start(ax.ap, op);
60 ieee754_xcpt(&ax);
61 va_end(ax.ap);
62 return ax.rv.sp;
67 struct ieee754xctx ax; local
83 ax
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/boot/
H A Dmemory.c28 ireg.ax = 0xe820;
79 ireg.ax = 0xe801;
87 oreg.ax = oreg.cx;
91 if (oreg.ax > 15*1024) {
93 } else if (oreg.ax == 15*1024) {
94 boot_params.alt_mem_k = (oreg.dx << 6) + oreg.ax;
103 boot_params.alt_mem_k = oreg.ax;
117 boot_params.screen_info.ext_mem_k = oreg.ax;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/boot/
H A Dmemory.c28 ireg.ax = 0xe820;
79 ireg.ax = 0xe801;
87 oreg.ax = oreg.cx;
91 if (oreg.ax > 15*1024) {
93 } else if (oreg.ax == 15*1024) {
94 boot_params.alt_mem_k = (oreg.dx << 6) + oreg.ax;
103 boot_params.alt_mem_k = oreg.ax;
117 boot_params.screen_info.ext_mem_k = oreg.ax;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/include/coff/
H A Decoff.h248 #define AUX_GET_ANY(bigend, ax, field) \
249 ((bigend) ? bfd_getb32 ((ax)->field) : bfd_getl32 ((ax)->field))
251 #define AUX_GET_DNLOW(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnLow)
252 #define AUX_GET_DNHIGH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnHigh)
253 #define AUX_GET_ISYM(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_isym)
254 #define AUX_GET_ISS(bigend, ax) AUX_GET_AN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/include/coff/
H A Decoff.h248 #define AUX_GET_ANY(bigend, ax, field) \
249 ((bigend) ? bfd_getb32 ((ax)->field) : bfd_getl32 ((ax)->field))
251 #define AUX_GET_DNLOW(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnLow)
252 #define AUX_GET_DNHIGH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnHigh)
253 #define AUX_GET_ISYM(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_isym)
254 #define AUX_GET_ISS(bigend, ax) AUX_GET_AN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/include/coff/
H A Decoff.h248 #define AUX_GET_ANY(bigend, ax, field) \
249 ((bigend) ? bfd_getb32 ((ax)->field) : bfd_getl32 ((ax)->field))
251 #define AUX_GET_DNLOW(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnLow)
252 #define AUX_GET_DNHIGH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnHigh)
253 #define AUX_GET_ISYM(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_isym)
254 #define AUX_GET_ISS(bigend, ax) AUX_GET_AN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dax88796.c145 struct ax_device *ax = to_ax_dev(dev); local
150 dev_dbg(&ax->dev->dev, "resetting the 8390 t=%ld\n", jiffies);
160 dev_warn(&ax->dev->dev, "%s: %s did not complete.\n",
174 struct ax_device *ax = to_ax_dev(dev); local
179 dev_err(&ax->dev->dev, "%s: DMAing conflict in %s "
215 struct ax_device *ax = to_ax_dev(dev); local
220 dev_err(&ax->dev->dev,
253 struct ax_device *ax = to_ax_dev(dev); local
266 dev_err(&ax->dev->dev, "%s: DMAing conflict in %s."
296 dev_warn(&ax
439 struct ax_device *ax = to_ax_dev(dev); local
457 struct ax_device *ax = to_ax_dev(dev); local
472 struct ax_device *ax = to_ax_dev(dev); local
509 struct ax_device *ax = to_ax_dev(dev); local
531 struct ax_device *ax = to_ax_dev(dev); local
550 struct ax_device *ax = to_ax_dev(dev); local
559 struct ax_device *ax = to_ax_dev(dev); local
571 struct ax_device *ax = to_ax_dev(dev); local
584 struct ax_device *ax = to_ax_dev(dev); local
590 struct ax_device *ax = to_ax_dev(dev); local
655 struct ax_device *ax = to_ax_dev(dev); local
676 struct ax_device *ax = to_ax_dev(dev); local
808 struct ax_device *ax; local
840 struct ax_device *ax; local
976 struct ax_device *ax = to_ax_dev(ndev); local
989 struct ax_device *ax = to_ax_dev(ndev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dax88796.c145 struct ax_device *ax = to_ax_dev(dev); local
150 dev_dbg(&ax->dev->dev, "resetting the 8390 t=%ld\n", jiffies);
160 dev_warn(&ax->dev->dev, "%s: %s did not complete.\n",
174 struct ax_device *ax = to_ax_dev(dev); local
179 dev_err(&ax->dev->dev, "%s: DMAing conflict in %s "
215 struct ax_device *ax = to_ax_dev(dev); local
220 dev_err(&ax->dev->dev,
253 struct ax_device *ax = to_ax_dev(dev); local
266 dev_err(&ax->dev->dev, "%s: DMAing conflict in %s."
296 dev_warn(&ax
439 struct ax_device *ax = to_ax_dev(dev); local
457 struct ax_device *ax = to_ax_dev(dev); local
472 struct ax_device *ax = to_ax_dev(dev); local
509 struct ax_device *ax = to_ax_dev(dev); local
531 struct ax_device *ax = to_ax_dev(dev); local
550 struct ax_device *ax = to_ax_dev(dev); local
559 struct ax_device *ax = to_ax_dev(dev); local
571 struct ax_device *ax = to_ax_dev(dev); local
584 struct ax_device *ax = to_ax_dev(dev); local
590 struct ax_device *ax = to_ax_dev(dev); local
655 struct ax_device *ax = to_ax_dev(dev); local
676 struct ax_device *ax = to_ax_dev(dev); local
808 struct ax_device *ax; local
840 struct ax_device *ax; local
976 struct ax_device *ax = to_ax_dev(ndev); local
989 struct ax_device *ax = to_ax_dev(ndev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hisax/
H A Dbkm_a4t.c76 return (readreg(cs->hw.ax.isac_ale, cs->hw.ax.isac_adr, offset));
82 writereg(cs->hw.ax.isac_ale, cs->hw.ax.isac_adr, offset, value);
88 readfifo(cs->hw.ax.isac_ale, cs->hw.ax.isac_adr, 0, data, size);
94 writefifo(cs->hw.ax.isac_ale, cs->hw.ax.isac_adr, 0, data, size);
100 return (readreg(cs->hw.ax.jade_ale, cs->hw.ax
[all...]
H A Dbkm_a8.c80 return (readreg(cs->hw.ax.base, cs->hw.ax.data_adr, offset | 0x80));
86 writereg(cs->hw.ax.base, cs->hw.ax.data_adr, offset | 0x80, value);
92 readfifo(cs->hw.ax.base, cs->hw.ax.data_adr, 0x80, data, size);
98 writefifo(cs->hw.ax.base, cs->hw.ax.data_adr, 0x80, data, size);
105 return (readreg(cs->hw.ax.base, cs->hw.ax
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dbkm_a4t.c76 return (readreg(cs->hw.ax.isac_ale, cs->hw.ax.isac_adr, offset));
82 writereg(cs->hw.ax.isac_ale, cs->hw.ax.isac_adr, offset, value);
88 readfifo(cs->hw.ax.isac_ale, cs->hw.ax.isac_adr, 0, data, size);
94 writefifo(cs->hw.ax.isac_ale, cs->hw.ax.isac_adr, 0, data, size);
100 return (readreg(cs->hw.ax.jade_ale, cs->hw.ax
[all...]
H A Dbkm_a8.c80 return (readreg(cs->hw.ax.base, cs->hw.ax.data_adr, offset | 0x80));
86 writereg(cs->hw.ax.base, cs->hw.ax.data_adr, offset | 0x80, value);
92 readfifo(cs->hw.ax.base, cs->hw.ax.data_adr, 0x80, data, size);
98 writefifo(cs->hw.ax.base, cs->hw.ax.data_adr, 0x80, data, size);
105 return (readreg(cs->hw.ax.base, cs->hw.ax
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/x86emu/x86emu/
H A Dprim_asm.h67 parm [edi] [ax] \
68 value [ax] \
69 modify exact [ax];
78 parm [edi] [ax] \
79 value [ax] \
80 modify exact [ax];
89 parm [edi] [ax] \
90 value [ax] \
91 modify exact [ax];
101 value [ax] \
[all...]

Completed in 134 milliseconds

1234567891011>>