Searched refs:IOPORT (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/drivers/watchdog/ |
H A D | smsc37b787_wdt.c | 76 #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 D | jensen.h | 306 #define IOPORT(OS, NS) \ macro 322 IOPORT(b, 8) 323 IOPORT(w, 16) 324 IOPORT(l, 32) 326 #undef IOPORT macro
|
H A D | core_t2.h | 573 #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 D | hilkbd.c | 376 printk(KERN_ERR "HIL: IOPORT region already used\n"); hil_init()
|
/linux-4.1.27/drivers/cpufreq/ |
H A D | powernow-k6.c | 278 printk(KERN_INFO PFX "PowerNow IOPORT region already used.\n"); powernow_k6_init()
|
/linux-4.1.27/arch/frv/mb93090-mb00/ |
H A D | pci-vdk.c | 371 panic("Unable to insert PCI IOPORT resource\n"); pcibios_init()
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | io.h | 390 * The TilePro architecture does not support IOPORT, even with PCI.
|
/linux-4.1.27/arch/mn10300/unit-asb2305/ |
H A D | pci.c | 355 panic("Unable to insert PCI IOPORT resource\n"); pcibios_init()
|
/linux-4.1.27/drivers/acpi/ |
H A D | processor_idle.c | 450 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 D | enlighten.c | 408 * don't expose MWAIT_LEAF and let ACPI pick the IOPORT version of C3. xen_check_mwait()
|
Completed in 268 milliseconds