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

12345

/linux-master/drivers/net/hamradio/
H A Dmkiss.c237 static void ax_bump(struct mkiss *ax) argument
242 spin_lock_bh(&ax->buflock);
243 if (ax->rbuff[0] > 0x0f) {
244 if (ax->rbuff[0] & 0x80) {
245 if (check_crc_16(ax->rbuff, ax->rcount) < 0) {
246 ax->dev->stats.rx_errors++;
247 spin_unlock_bh(&ax->buflock);
251 if (ax->crcmode != CRC_MODE_SMACK && ax
301 kiss_unesc(struct mkiss *ax, unsigned char s) argument
358 ax_changedmtu(struct mkiss *ax) argument
427 struct mkiss *ax = netdev_priv(dev); local
522 struct mkiss *ax = netdev_priv(dev); local
561 struct mkiss *ax = netdev_priv(dev); local
572 struct mkiss *ax = netdev_priv(dev); local
622 struct mkiss *ax = netdev_priv(dev); local
669 struct mkiss *ax; local
680 mkiss_put(struct mkiss *ax) argument
691 struct mkiss *ax; local
775 struct mkiss *ax; local
812 struct mkiss *ax = mkiss_get(tty); local
880 struct mkiss *ax = mkiss_get(tty); local
914 struct mkiss *ax = mkiss_get(tty); local
[all...]
/linux-master/arch/x86/boot/
H A Dmemory.c26 ireg.ax = 0xe820;
77 ireg.ax = 0xe801;
85 oreg.ax = oreg.cx;
89 if (oreg.ax > 15*1024) {
91 } else if (oreg.ax == 15*1024) {
92 boot_params.alt_mem_k = (oreg.bx << 6) + oreg.ax;
101 boot_params.alt_mem_k = oreg.ax;
113 boot_params.screen_info.ext_mem_k = oreg.ax;
H A Dvideo-vesa.c42 ireg.ax = 0x4f00;
46 if (oreg.ax != 0x004f ||
65 ireg.ax = 0x4f01;
70 if (oreg.ax != 0x004f)
113 ireg.ax = 0x4f01;
118 if (oreg.ax != 0x004f)
136 ireg.ax = 0x4f02;
140 if (oreg.ax != 0x004f)
169 ireg.ax = 0x4f08;
172 if (oreg.ax
[all...]
H A Dvideo-vga.c47 ireg.ax = 0x0f00;
55 ireg.ax = mode; /* AH=0: set mode */
69 ireg.ax = 0x1112;
74 ireg.ax = 0x1200;
79 ireg.ax = 0x1201;
84 ireg.ax = 0x0100;
97 ireg.ax = 0x1111;
102 ireg.ax = 0x1201;
107 ireg.ax = 0x0100;
120 ireg.ax
[all...]
H A Dbioscall.S14 .section ".inittext","ax"
60 movw %cs, %ax
61 movw %ax, %ds
62 movw %ax, %es
H A Dcopy.S21 movw %ax, %di
36 movw %ax, %di
H A Dapm.c45 boot_params.apm_bios_info.cseg = oreg.ax;
69 boot_params.apm_bios_info.version = oreg.ax;
H A Dmain.c75 ireg.ax = 0x0305; /* Set keyboard repeat rate */
92 ireg.ax = 0xe980; /* IST Support */
111 ireg.ax = 0xec00;
/linux-master/drivers/net/ethernet/8390/
H A Dax88796.c177 struct ax_device *ax = to_ax_dev(dev); local
180 if (!ax->plat->check_irq(pdev))
338 struct ax_device *ax = to_ax_dev(dev); local
342 if (phy_dev->link && ((ax->speed != phy_dev->speed) ||
343 (ax->duplex != phy_dev->duplex))) {
345 ax->speed = phy_dev->speed;
346 ax->duplex = phy_dev->duplex;
350 if (phy_dev->link != ax->link) {
352 ax->speed = 0;
353 ax
366 struct ax_device *ax = to_ax_dev(dev); local
395 struct ax_device *ax = to_ax_dev(dev); local
409 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); local
421 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); local
433 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); local
445 struct ax_device *ax = container_of(ctrl, struct ax_device, bb_ctrl); local
463 struct ax_device *ax = to_ax_dev(dev); local
493 struct ax_device *ax = to_ax_dev(dev); local
542 struct ax_device *ax = to_ax_dev(dev); local
663 struct ax_device *ax = to_ax_dev(dev); local
684 struct ax_device *ax = to_ax_dev(dev); local
818 struct ax_device *ax = to_ax_dev(dev); local
848 struct ax_device *ax; local
977 struct ax_device *ax = to_ax_dev(ndev); local
990 struct ax_device *ax = to_ax_dev(ndev); local
[all...]
H A Dxsurf100.c51 struct ax_plat_data ax; member in struct:xsurf100_ax_plat_data
280 ax88796_data.ax.flags = AXFLG_HAS_EEPROM;
281 ax88796_data.ax.wordlength = 2;
282 ax88796_data.ax.dcr_val = 0x48;
283 ax88796_data.ax.rcr_val = 0x40;
284 ax88796_data.ax.reg_offsets = reg_offsets;
285 ax88796_data.ax.check_irq = is_xsurf100_network_irq;
310 ax88796_data.ax.block_output = xs100_block_output;
311 ax88796_data.ax.block_input = xs100_block_input;
/linux-master/arch/x86/kernel/acpi/
H A Dwakeup_32.S13 movw $__KERNEL_DS, %ax
14 movw %ax, %ss
15 movw %ax, %fs
16 movw %ax, %gs
18 movw $__USER_DS, %ax
19 movw %ax, %ds
20 movw %ax, %es
/linux-master/tools/testing/selftests/x86/
H A Dcheck_initial_reg_state.c11 unsigned long ax, bx, cx, dx, si, di, bp, sp, flags; variable
20 "mov %rax, ax\n\t"
39 "mov %eax, ax\n\t"
63 if (ax || bx || cx || dx || si || di || bp
70 SHOW(ax);
H A Dsyscall_arg_fault.c48 long ax = (long)ctx->uc_mcontext.gregs[REG_AX]; local
50 if (ax != -EFAULT && ax != -ENOSYS) {
52 (unsigned long)ax);
/linux-master/arch/x86/realmode/rm/
H A Dreboot.S21 .section ".text32", "ax"
113 andw %ax, %ax
117 movw $0x1000, %ax
118 movw %ax, %ss
120 movw $0x5307, %ax
H A Dwakeup_asm.S68 movw %cs, %ax
69 movw %ax, %ss
71 movw %ax, %ds
72 movw %ax, %es
73 movw %ax, %fs
74 movw %ax, %gs
H A Dtrampoline_32.S37 mov %cs, %ax # Code and data in the same place
38 mov %ax, %ds
59 .section ".text32","ax"
H A Dtrampoline_64.S67 mov %cs, %ax # Code and data in the same place
68 mov %ax, %ds
69 mov %ax, %es
70 mov %ax, %ss
110 mov %cs, %ax # Code and data in the same place
111 mov %ax, %ds
112 mov %ax, %es
113 mov %ax, %ss
123 .section ".text32","ax"
206 .section ".text64","ax"
[all...]
/linux-master/arch/x86/entry/
H A Dcommon.c52 regs->ax = x64_sys_call(regs, unr);
69 regs->ax = x32_sys_call(regs, xnr);
85 regs->ax = __x64_sys_ni_syscall(regs);
165 regs->ax = ia32_sys_call(regs, unr);
167 regs->ax = __ia32_sys_ni_syscall(regs);
237 * and regs::ax contains the syscall number.
244 * syscall number in regs::orig_ax and by invalidating regs::ax.
246 regs->orig_ax = regs->ax & GENMASK(31, 0);
247 regs->ax = -ENOSYS;
300 * FRED pushed 0 into regs::orig_ax and regs::ax contain
[all...]
/linux-master/arch/x86/platform/olpc/
H A Dxo1-wakeup.S39 movw $__KERNEL_DS, %ax
40 movw %ax, %ss
41 movw %ax, %ds
42 movw %ax, %es
43 movw %ax, %fs
44 movw %ax, %gs
/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_args_syntax.tc20 GOODREG=%ax
25 BADREG=%ax
29 BADREG=%ax
H A Dkprobe_args_string.tc11 ARG1=%ax
/linux-master/arch/x86/include/asm/
H A Dsyscall.h44 regs->ax = regs->orig_ax;
50 unsigned long error = regs->ax;
69 return regs->ax;
76 regs->ax = (long) error ?: val;
H A Duser_64.h80 unsigned long ax; member in struct:user_regs_struct
H A Duser_32.h85 unsigned long ax; member in struct:user_regs_struct
/linux-master/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py60 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf)
63 self.ax = ax

Completed in 338 milliseconds

12345