Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/
A Di8259.c103 outb(cached_A1,0xA1); in _disable_8259A_irq()
105 outb(cached_21,0x21); in _disable_8259A_irq()
124 outb(cached_A1,0xA1); in enable_8259A_irq()
126 outb(cached_21,0x21); in enable_8259A_irq()
151 outb(0xff, 0xA1); in mask_8259A()
152 outb(0xff, 0x21); in mask_8259A()
161 outb(cached_A1, 0xA1); in unmask_8259A()
162 outb(cached_21, 0x21); in unmask_8259A()
238 outb(cached_A1,0xA1); in _mask_and_ack_8259A_irq()
261 outb(trigger[0], 0x4d0); in restore_ELCR()
[all …]
A Dtime.c215 outb(0x80, PIT_MODE); in timer_interrupt()
240 outb(LATCH >> 8, PIT_CH0); /* MSB */ in preinit_pit()
291 outb(0x80, PIT_MODE); in read_pit_count()
311 outb((portb & ~0x02) | 0x01, 0x61); in init_pit()
320 outb(CALIBRATE_LATCH & 0xff, PIT_CH2); /* LSB of count */ in init_pit()
330 outb(portb & ~0x03, 0x61); in init_pit()
343 outb(0, PIT_CH2); /* LSB of count */ in resume_pit()
344 outb(0, PIT_CH2); /* MSB of count */ in resume_pit()
1945 outb(ioreq->data, PIT_CH2); in hwdom_pit_access()
1955 outb(ioreq->data & 0xf8, PIT_MODE); in hwdom_pit_access()
[all …]
A Dshutdown.c600 outb(0xfe,0x64); /* pulse reset low */ in machine_restart()
636 outb(cf9, 0xcf9); in machine_restart()
638 outb(cf9 | 0x04, 0xcf9); /* Actually do the reset. */ in machine_restart()
A Dpci.c59 outb((uint8_t)data, 0xcfc + offset); in pci_conf_write()
A Dapic.c235 outb(0x70, 0x22); in connect_bsp_APIC()
236 outb(0x01, 0x23); in connect_bsp_APIC()
252 outb(0x70, 0x22); in disconnect_bsp_APIC()
253 outb(0x00, 0x23); in disconnect_bsp_APIC()
A Dtraps.c1558 outb(inb(0x61) & 0x0b, 0x61); /* re-enable the PCI SERR error line. */ in pci_serr_softirq()
1607 outb((inb(0x61) & 0x0f) | 0x04, 0x61); /* clear-and-disable the PCI SERR error line. */ in pci_serr_error()
1640 outb((inb(0x61) & 0x0f) | 0x08, 0x61); /* clear-and-disable IOCK */ in io_check_error()
1642 outb((inb(0x61) & 0x07) | 0x00, 0x61); /* enable IOCK */ in io_check_error()
A Dmpparse.c1057 outb(val, port); in mp_register_gsi()
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A Dvgabios.c418 outb dx,al
423 outb dx,al
426 outb dx,al
945 {outb(crtc_addr,i);
1079 outb(crtc_addr,0x0a);
1080 outb(crtc_addr+1,CH);
1081 outb(crtc_addr,0x0b);
1082 outb(crtc_addr+1,CL);
1174 outb(crtc_addr,0x0c);
3716 outb(port, val)
[all …]
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A Dapmbios.S39 outb dx, al define
82 outb dx, al define
93 outb dx, al define
95 outb dx, al define
97 outb dx, al define
99 outb dx, al define
105 outb dx,al define
107 outb dx,al define
137 outb dx, al define
A Drombios.c1185 outb(port, val)
1511 outb(0xE9, c);
1823 outb(0x64, 0xaa);
1841 outb(0x64,0xab);
1860 outb(0x64,0xae);
1861 outb(0x64,0xa8);
1865 outb(0x60, 0xff);
1892 outb(0x60, 0xf5);
2916 outb(0x80, 0x00);
5118 outb(0x64, 0xD4);
[all …]
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Dutil.c63 void outb(uint16_t addr, uint8_t val) in outb() function
101 outb(0x70, idx); in cmos_inb()
107 outb(0x70, idx); in cmos_outb()
108 outb(0x71, val); in cmos_outb()
540 case 1: outb(0xcfc + (reg & 3), val); break; in pci_write()
652 outb(0xe9, c); in putchar()
841 outb(ier, 0); in uart_exists()
843 outb(ier, 0xf); in uart_exists()
845 outb(ier, a); in uart_exists()
854 outb(control, 0xc); in lpt_exists()
A Dpci.c144 outb(0x4d0, (uint8_t)(PCI_ISA_IRQ_MASK >> 0)); in pci_setup()
145 outb(0x4d1, (uint8_t)(PCI_ISA_IRQ_MASK >> 8)); in pci_setup()
A Dhvmloader.c270 outb(PIIX4_SMI_CMD_IOPORT, PIIX4_ACPI_ENABLE); in acpi_enable_sci()
A Dutil.h74 void outb(uint16_t addr, uint8_t val);
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dprocessor.h402 #define getCx86(reg) ({ outb((reg), 0x22); inb(0x23); })
405 outb((reg), 0x22); \
406 outb((data), 0x23); \
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/
A Dutil.h6 void outb(uint16_t addr, uint8_t val);
A Dutil.c27 void outb(uint16_t addr, uint8_t val) in outb() function
377 outb(0xe9, c); in putchar()
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm64/
A Dio.h144 #define outb(v, c) ( emulate_write(c) ) macro
/xen-4.10.0-shim-comet/xen/drivers/acpi/
A Dosl.c140 outb(value, port); in acpi_os_write_port()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dio.c232 outb(data, mport); in g2m_portio_write()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Demul-priv-op.c254 outb(currd->arch.cmos_idx & 0x7f, RTC_PORT(0)); in guest_io_read()
358 outb((uint8_t)data, port); in guest_io_write()
392 outb(currd->arch.cmos_idx & 0x7f, RTC_PORT(0)); in guest_io_write()
393 outb(data, RTC_PORT(1)); in guest_io_write()
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D10graphics.diff289 + outb %al, %dx
293 + outb %al, %dx
296 + outb %al, %dx
299 + outb %al, %dx
1240 +static inline void outb(unsigned short port, unsigned char val)
1242 + __asm __volatile ("outb %0,%1"::"a" (val), "d" (port));
1246 + outb(0x3c4, 2);
1247 + outb(0x3c5, value);
1252 + outb(0x3ce, 8);
1253 + outb(0x3cf, value);
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dvideo.S626 outb %al, %dx
/xen-4.10.0-shim-comet/xen/drivers/char/
A Dns16550.c487 return outb(c, uart->io_base + reg); in ns_write_reg()
A Dehci-dbgp.c537 outb(0x1, 0x80); in dbgp_mdelay()

Completed in 53 milliseconds