Searched refs:IOPORT (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/drivers/watchdog/
H A Dsmsc37b787_wdt.c76 #define IOPORT 0x3F0 macro
96 outb(0x55, IOPORT); open_io_config()
98 outb(0x55, IOPORT); open_io_config()
104 outb(0xAA, IOPORT); close_io_config()
110 outb(0x07, IOPORT); select_io_device()
111 outb(devno, IOPORT+1); select_io_device()
117 outb(reg, IOPORT); write_io_cr()
118 outb(data, IOPORT+1); write_io_cr()
124 outb(reg, IOPORT); read_io_cr()
125 return inb(IOPORT+1); read_io_cr()
537 if (!request_region(IOPORT, IOPORT_SIZE, "SMsC 37B787 watchdog")) { wb_smsc_wdt_init()
538 pr_err("Unable to register IO port %#x\n", IOPORT); wb_smsc_wdt_init()
575 release_region(IOPORT, IOPORT_SIZE); wb_smsc_wdt_init()
593 release_region(IOPORT, IOPORT_SIZE); wb_smsc_wdt_exit()
/linux-4.1.27/arch/alpha/include/asm/
H A Djensen.h306 #define IOPORT(OS, NS) \ macro
322 IOPORT(b, 8)
323 IOPORT(w, 16)
324 IOPORT(l, 32)
326 #undef IOPORT macro
H A Dcore_t2.h573 #define IOPORT(OS, NS) \ macro
589 IOPORT(b, 8)
590 IOPORT(w, 16)
591 IOPORT(l, 32)
593 #undef IOPORT macro
/linux-4.1.27/drivers/input/keyboard/
H A Dhilkbd.c376 printk(KERN_ERR "HIL: IOPORT region already used\n"); hil_init()
/linux-4.1.27/drivers/cpufreq/
H A Dpowernow-k6.c278 printk(KERN_INFO PFX "PowerNow IOPORT region already used.\n"); powernow_k6_init()
/linux-4.1.27/arch/frv/mb93090-mb00/
H A Dpci-vdk.c371 panic("Unable to insert PCI IOPORT resource\n"); pcibios_init()
/linux-4.1.27/arch/tile/include/asm/
H A Dio.h390 * The TilePro architecture does not support IOPORT, even with PCI.
/linux-4.1.27/arch/mn10300/unit-asb2305/
H A Dpci.c355 panic("Unable to insert PCI IOPORT resource\n"); pcibios_init()
/linux-4.1.27/drivers/acpi/
H A Dprocessor_idle.c450 snprintf(cx.desc, ACPI_CX_DESC_LEN, "ACPI IOPORT 0x%x", acpi_processor_get_power_info_cst()
/linux-4.1.27/arch/x86/xen/
H A Denlighten.c408 * don't expose MWAIT_LEAF and let ACPI pick the IOPORT version of C3. xen_check_mwait()

Completed in 268 milliseconds