/openbmc/linux/drivers/net/hamradio/ |
H A D | mkiss.c | 237 static void ax_bump(struct mkiss *ax) in ax_bump() argument 242 spin_lock_bh(&ax->buflock); in ax_bump() 243 if (ax->rbuff[0] > 0x0f) { in ax_bump() 244 if (ax->rbuff[0] & 0x80) { in ax_bump() 245 if (check_crc_16(ax->rbuff, ax->rcount) < 0) { in ax_bump() 246 ax->dev->stats.rx_errors++; in ax_bump() 247 spin_unlock_bh(&ax->buflock); in ax_bump() 251 if (ax->crcmode != CRC_MODE_SMACK && ax->crcauto) { in ax_bump() 254 ax->dev->name); in ax_bump() 255 ax->crcmode = CRC_MODE_SMACK; in ax_bump() [all …]
|
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | ax88796.c | 177 struct ax_device *ax = to_ax_dev(dev); in ax_ei_interrupt_filtered() local 180 if (!ax->plat->check_irq(pdev)) in ax_ei_interrupt_filtered() 338 struct ax_device *ax = to_ax_dev(dev); in ax_handle_link_change() local 342 if (phy_dev->link && ((ax->speed != phy_dev->speed) || in ax_handle_link_change() 343 (ax->duplex != phy_dev->duplex))) { in ax_handle_link_change() 345 ax->speed = phy_dev->speed; in ax_handle_link_change() 346 ax->duplex = phy_dev->duplex; in ax_handle_link_change() 350 if (phy_dev->link != ax->link) { in ax_handle_link_change() 352 ax->speed = 0; in ax_handle_link_change() 353 ax->duplex = -1; in ax_handle_link_change() [all …]
|
H A D | xsurf100.c | 51 struct ax_plat_data ax; member 280 ax88796_data.ax.flags = AXFLG_HAS_EEPROM; in xsurf100_probe() 281 ax88796_data.ax.wordlength = 2; in xsurf100_probe() 282 ax88796_data.ax.dcr_val = 0x48; in xsurf100_probe() 283 ax88796_data.ax.rcr_val = 0x40; in xsurf100_probe() 284 ax88796_data.ax.reg_offsets = reg_offsets; in xsurf100_probe() 285 ax88796_data.ax.check_irq = is_xsurf100_network_irq; in xsurf100_probe() 310 ax88796_data.ax.block_output = xs100_block_output; in xsurf100_probe() 311 ax88796_data.ax.block_input = xs100_block_input; in xsurf100_probe()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | bios_asm.S | 57 mov SEG(X86_GDT_ENTRY_16BIT_DS), %ax 58 mov %ax, %ds 59 mov %ax, %es 60 mov %ax, %fs 61 mov %ax, %gs 62 mov %ax, %ss 77 mov $0x0, %ax 78 mov %ax, %ss 81 xor %ax, %ax 82 mov %ax, %ds [all …]
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | wakeup.S | 23 andw $0x0f, %ax 24 movw %ax, (__wakeup_offset) 28 movw %ax, (__wakeup_segment) 41 mov $DATA_SEG, %ax 42 mov %ax, %ds 43 mov %ax, %es 44 mov %ax, %fs 45 mov %ax, %gs 46 mov %ax, %ss 56 movw $0x0, %ax [all …]
|
H A D | sipi_vector.S | 43 movw %cs, %ax 44 movw %ax, %ds 60 movw %ax, %bp 89 movw $DATA_SEG, %ax 90 movw %ax, %ds 91 movw %ax, %es 92 movw %ax, %ss 93 movw %ax, %gs 95 movw $(X86_GDT_ENTRY_32BIT_FS * X86_GDT_ENTRY_SIZE), %ax 96 movw %ax, %fs
|
H A D | start.S | 77 movw %ax, %fs 78 movw %ax, %ds 79 movw %ax, %gs 80 movw %ax, %es 81 movw %ax, %ss 170 movw $0x85, %ax
|
/openbmc/qemu/target/mips/tcg/ |
H A D | tx79_translate.c | 120 TCGv_i64 ax, bx; in trans_parallel_arith() local 127 ax = tcg_temp_new_i64(); in trans_parallel_arith() 131 gen_load_gpr(ax, a->rs); in trans_parallel_arith() 133 gen_logic_i64(cpu_gpr[a->rd], ax, bx); in trans_parallel_arith() 136 gen_load_gpr_hi(ax, a->rs); in trans_parallel_arith() 138 gen_logic_i64(cpu_gpr_hi[a->rd], ax, bx); in trans_parallel_arith() 237 TCGv_i64 c0, c1, ax, bx, t0, t1, t2; in trans_parallel_compare() local 246 ax = tcg_temp_new_i64(); in trans_parallel_compare() 253 gen_load_gpr(ax, a->rs); in trans_parallel_compare() 256 tcg_gen_sextract_i64(t0, ax, wlen * i, wlen); in trans_parallel_compare() [all …]
|
/openbmc/linux/arch/x86/boot/ |
H A D | video-vga.c | 47 ireg.ax = 0x0f00; in vga_set_basic_mode() 55 ireg.ax = mode; /* AH=0: set mode */ in vga_set_basic_mode() 69 ireg.ax = 0x1112; in vga_set_8font() 74 ireg.ax = 0x1200; in vga_set_8font() 79 ireg.ax = 0x1201; in vga_set_8font() 84 ireg.ax = 0x0100; in vga_set_8font() 97 ireg.ax = 0x1111; in vga_set_14font() 102 ireg.ax = 0x1201; in vga_set_14font() 107 ireg.ax = 0x0100; in vga_set_14font() 120 ireg.ax = 0x1201; in vga_set_80x43() [all …]
|
H A D | video-vesa.c | 42 ireg.ax = 0x4f00; in vesa_probe() 46 if (oreg.ax != 0x004f || in vesa_probe() 65 ireg.ax = 0x4f01; in vesa_probe() 70 if (oreg.ax != 0x004f) in vesa_probe() 113 ireg.ax = 0x4f01; in vesa_set_mode() 118 if (oreg.ax != 0x004f) in vesa_set_mode() 136 ireg.ax = 0x4f02; in vesa_set_mode() 140 if (oreg.ax != 0x004f) in vesa_set_mode() 169 ireg.ax = 0x4f08; in vesa_dac_set_8bits() 172 if (oreg.ax == 0x004f) in vesa_dac_set_8bits() [all …]
|
H A D | memory.c | 26 ireg.ax = 0xe820; in detect_memory_e820() 77 ireg.ax = 0xe801; in detect_memory_e801() 85 oreg.ax = oreg.cx; in detect_memory_e801() 89 if (oreg.ax > 15*1024) { in detect_memory_e801() 91 } else if (oreg.ax == 15*1024) { in detect_memory_e801() 92 boot_params.alt_mem_k = (oreg.bx << 6) + oreg.ax; in detect_memory_e801() 101 boot_params.alt_mem_k = oreg.ax; in detect_memory_e801() 113 boot_params.screen_info.ext_mem_k = oreg.ax; in detect_memory_88()
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-code16.S | 24 pop %ax 37 add $2, %ax 63 add $8, %ax 67 add $16, %ax 71 add $1, %ax 75 add $4, %ax
|
/openbmc/linux/arch/x86/kernel/acpi/ |
H A D | wakeup_32.S | 13 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
|
H A D | wakeup_64.S | 30 movw $__KERNEL_DS, %ax 31 movw %ax, %ss 32 movw %ax, %ds 33 movw %ax, %es 34 movw %ax, %fs 35 movw %ax, %gs
|
/openbmc/qemu/pc-bios/optionrom/ |
H A D | linuxboot.S | 63 xor %ax, %ax 64 pushw %ax /* IP = 0 */ 104 mov $0xe801, %ax 114 mov %ax, %cx 148 movzwl %ax, %eax 177 mov %cs, %ax 178 mov %ax, %es
|
H A D | optionrom.h | 62 mov $\VAR, %ax 64 outw %ax, (%dx) 134 mov $var ## _DATA, %ax; \ 136 outw %ax, (%dx); \ 216 movw %cs, %ax; \ 217 movw %ax, %ds;
|
/openbmc/linux/arch/x86/entry/ |
H A D | common.c | 51 regs->ax = x64_sys_call(regs, unr); in do_syscall_x64() 68 regs->ax = x32_sys_call(regs, xnr); in do_syscall_x32() 83 regs->ax = __x64_sys_ni_syscall(regs); in do_syscall_64() 117 regs->ax = ia32_sys_call(regs, unr); in do_syscall_32_irqs_on() 119 regs->ax = __ia32_sys_ni_syscall(regs); in do_syscall_32_irqs_on() 198 regs->orig_ax = regs->ax & GENMASK(31, 0); in do_int80_emulation() 199 regs->ax = -ENOSYS; in do_int80_emulation() 262 regs->ax = -EFAULT; in __do_fast_syscall_32()
|
/openbmc/linux/arch/x86/realmode/rm/ |
H A D | wakeup_asm.S | 68 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 D | reboot.S | 112 andw %ax, %ax 116 movw $0x1000, %ax 117 movw %ax, %ss 119 movw $0x5307, %ax
|
H A D | trampoline_64.S | 65 mov %cs, %ax # Code and data in the same place 66 mov %ax, %ds 67 mov %ax, %es 68 mov %ax, %ss 108 mov %cs, %ax # Code and data in the same place 109 mov %ax, %ds 110 mov %ax, %es 111 mov %ax, %ss
|
/openbmc/linux/arch/x86/platform/olpc/ |
H A D | xo1-wakeup.S | 39 movw $__KERNEL_DS, %ax 40 movw %ax, %ss 41 movw %ax, %ds 42 movw %ax, %es 43 movw %ax, %fs 44 movw %ax, %gs
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | Kconfig | 3 tristate "Realtek 802.11ax wireless chips support" 7 enables Realtek IEEE 802.11ax wireless chipsets. 40 802.11ax PCIe wireless network (Wi-Fi 6) adapter 51 802.11ax PCIe wireless network (Wi-Fi 6) adapter 62 802.11ax PCIe wireless network (Wi-Fi 6) adapter 73 802.11ax PCIe wireless network (Wi-Fi 6E) adapter
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | syscall_arg_fault.c | 48 long ax = (long)ctx->uc_mcontext.gregs[REG_AX]; in sigsegv_or_sigbus() local 50 if (ax != -EFAULT && ax != -ENOSYS) { in sigsegv_or_sigbus() 52 (unsigned long)ax); in sigsegv_or_sigbus()
|
H A D | check_initial_reg_state.c | 11 unsigned long ax, bx, cx, dx, si, di, bp, sp, flags; variable 63 if (ax || bx || cx || dx || si || di || bp in main() 70 SHOW(ax); in main()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | syscall.h | 44 regs->ax = regs->orig_ax; in syscall_rollback() 50 unsigned long error = regs->ax; in syscall_get_error() 69 return regs->ax; in syscall_get_return_value() 76 regs->ax = (long) error ?: val; in syscall_set_return_value()
|