Home
last modified time | relevance | path

Searched refs:outb (Results 1 – 23 of 23) sorted by relevance

/arch/x86/lib/
A Di8259.c29 outb(0xff, MASTER_PIC + IMR); in i8259_init()
30 outb(0xff, SLAVE_PIC + IMR); in i8259_init()
37 outb(0x20, MASTER_PIC + ICW2); in i8259_init()
38 outb(IR2, MASTER_PIC + ICW3); in i8259_init()
39 outb(ICW4_PM, MASTER_PIC + ICW4); in i8259_init()
49 outb(0x28, SLAVE_PIC + ICW2); in i8259_init()
50 outb(0x02, SLAVE_PIC + ICW3); in i8259_init()
51 outb(ICW4_PM, SLAVE_PIC + ICW4); in i8259_init()
54 outb(OCW2_SEOI | i, SLAVE_PIC + OCW2); in i8259_init()
128 outb((u8)(int_bits & 0xff), ELCR1); in configure_irq_trigger()
[all …]
A Di8254.c23 outb(countdown & 0xff, PIT_BASE + PIT_T2); in i8254_set_beep_freq()
24 outb((countdown >> 8) & 0xff, PIT_BASE + PIT_T2); in i8254_set_beep_freq()
34 outb(PIT_CMD_CTR1 | PIT_CMD_LOW | PIT_CMD_MODE2, in i8254_init()
36 outb(TIMER1_VALUE, PIT_BASE + PIT_T1); in i8254_init()
43 outb(PIT_CMD_CTR2 | PIT_CMD_BOTH | PIT_CMD_MODE3, in i8254_init()
56 outb(PIT_CMD_CTR2 | PIT_CMD_BOTH | PIT_CMD_MODE3, in i8254_enable_beep()
A Dearly_cmos.c18 outb(addr, CMOS_IO_PORT); in cmos_read8()
/arch/x86/cpu/qemu/
A Ddram.c20 outb(HIGH_RAM_ADDR, CMOS_ADDR_PORT); in qemu_get_low_memory_size()
22 outb(LOW_RAM_ADDR, CMOS_ADDR_PORT); in qemu_get_low_memory_size()
33 outb(HIGH_HIGHRAM_ADDR, CMOS_ADDR_PORT); in qemu_get_high_memory_size()
35 outb(MID_HIGHRAM_ADDR, CMOS_ADDR_PORT); in qemu_get_high_memory_size()
37 outb(LOW_HIGHRAM_ADDR, CMOS_ADDR_PORT); in qemu_get_high_memory_size()
/arch/x86/include/asm/
A Dpnp_def.h38 outb(reg, port); in pnp_write_config()
39 outb(value, port + 1); in pnp_write_config()
46 outb(reg, port); in pnp_read_config()
A Dpost.h44 outb %al, $POST_PORT
50 outb(code, POST_PORT); in post_code()
A Dio.h194 #define outb(val, port) _outb(val, (uintptr_t)(port)) macro
300 IO_COND(addr, outb(value, port), writeb(value, addr)); in iowrite8()
/arch/microblaze/include/asm/
A Dio.h49 #define outb(x, addr) ((void)writeb(x, addr)) macro
68 #define out_8(addr, x) outb(x, addr)
73 #define outb_p(val, port) outb((val), (port))
118 outb(*p++, port); in io_outsb()
/arch/x86/cpu/coreboot/
A Dcoreboot.c69 outb(0xcb, 0xb2); in board_final_init()
/arch/xtensa/include/asm/
A Dio.h62 #define outb(val, port) writeb((val), (u8 *)((unsigned long)(port))) macro
69 #define outb_p(val, port) outb((val), (port))
/arch/x86/lib/fsp1/
A Dfsp_common.c72 outb(SYS_RST | RST_CPU, IO_PORT_RESET); in arch_fsp_init()
/arch/x86/cpu/intel_common/
A Dcpu.c112 outb(0x0, IO_PORT_RESET); in cpu_set_flex_ratio_to_tdp_nominal()
113 outb(SYS_RST | RST_CPU, IO_PORT_RESET); in cpu_set_flex_ratio_to_tdp_nominal()
A Dcar2.S37 outb %al, %dx
/arch/sh/include/asm/
A Dio.h84 #define outb(v, p) __raw_writeb(v, p) macro
100 #define outb_p(val, port) outb((val), (port))
115 #define out_8(port, val) outb(val, port)
/arch/x86/cpu/
A Dpci.c44 outb(value, PCI_REG_DATA + (offset & 3)); in pci_x86_write_config()
A Dcpu.c187 outb(val, POST_PORT); in show_boot_progress()
/arch/nios2/include/asm/
A Dio.h78 #define outb(val, addr) writeb(val,addr) macro
104 while (count--) outb (*p++, port); in outsb()
/arch/x86/cpu/ivybridge/
A Dlpc.c185 outb(reg8, 0x61); in pch_power_options()
198 outb(reg8, 0x70); in pch_power_options()
/arch/riscv/include/asm/
A Dio.h205 #define outb(v, p) __raw_writeb(v, __io(p)) macro
326 #define outb_p(val, port) outb((val), (port))
/arch/arm/include/asm/
A Dio.h328 #define outb(v,p) __raw_writeb(v,__io(p)) macro
345 #define outb_p(val,port) outb((val),(port))
/arch/m68k/include/asm/
A Dio.h54 #define outb(val, port) out_8((u8 *)((port)+_IO_BASE), (val)) macro
/arch/powerpc/include/asm/
A Dio.h54 #define outb(val, port) out_8((u8 *)((port)+_IO_BASE), (val)) macro
/arch/sandbox/include/asm/
A Dio.h145 #define outb(val, port) _outb(val, (uintptr_t)(port)) macro

Completed in 55 milliseconds