/arch/sh/boards/mach-dreamcast/ |
D | irq.c | 69 mask = inl(emr); in disable_systemasic_irq() 81 mask = inl(emr); in enable_systemasic_irq() 127 status = inl(esr); in systemasic_irq_demux() 128 status &= inl(emr); in systemasic_irq_demux()
|
/arch/mips/pci/ |
D | ops-sni.c | 56 *val = inl(PCIMT_CONFIG_DATA); in pcimt_read() 112 outl(inl(0xcfc) | 0xc0000000, 0xcfc); in pcit_read() 117 if (inl(0xcfc) & 0x100000) in pcit_read() 131 *val = inl(PCIMT_CONFIG_DATA); in pcit_read()
|
D | pci-virtio-guest.c | 89 *val = inl(PCI_CONFIG_DATA); in pci_virtio_guest_read_config()
|
/arch/parisc/lib/ |
D | io.c | 254 *(unsigned int *)p = cpu_to_le32(inl(port)); in insl() 262 l = cpu_to_le32(inl(port)); in insl() 268 l2 = cpu_to_le32(inl(port)); in insl() 278 l = cpu_to_le32(inl(port)); in insl() 285 l2 = cpu_to_le32(inl(port)); in insl() 295 l = cpu_to_le32(inl(port)); in insl() 300 l2 = cpu_to_le32(inl(port)); in insl()
|
/arch/ia64/include/asm/ |
D | io.h | 161 #define inl inl macro 162 static inline unsigned int inl(unsigned long port) in inl() function 223 put_unaligned(inl(port), dp++); in insl()
|
/arch/sh/include/asm/ |
D | io_noioport.h | 17 static inline u32 inl(unsigned long addr) in inl() function 51 #define inl_p(addr) inl(addr)
|
/arch/x86/pci/ |
D | direct.c | 43 *value = inl(0xCFC); in pci_conf1_read() 126 *value = inl(PCI_CONF2_ADDRESS(dev, reg)); in pci_conf2_read() 232 tmp = inl(0xCF8); in pci_check_type1() 234 if (inl(0xCF8) == 0x80000000 && pci_sanity_check(&pci_direct_conf1)) { in pci_check_type1()
|
D | early.c | 15 v = inl(0xcfc); in read_pci_config()
|
/arch/mips/loongson64/lemote-2f/ |
D | reset.c | 61 val = inl(gpio_base + GPIOL_OUT_EN); in fl2f_shutdown() 67 val = inl(gpio_base + GPIOL_OUT_VAL) & ~(1 << (13)); in fl2f_shutdown()
|
/arch/x86/platform/scx200/ |
D | scx200_32.c | 55 scx200_gpio_shadow[bank] = inl(scx200_gpio_base + 0x10 * bank); in scx200_init_shadow() 102 config = inl(scx200_gpio_base + 0x24); in scx200_gpio_configure()
|
/arch/mips/loongson64/loongson-3/ |
D | acpi_init.c | 78 outl(inl(ACPI_GPE0_BLK), ACPI_GPE0_BLK); in acpi_hw_clear_status() 112 value = inl(ACPI_GPE0_BLK + 4); in acpi_registers_setup()
|
/arch/parisc/include/asm/ |
D | io.h | 240 #define inl_p inl 255 extern unsigned int inl(int addr); 263 #define inl eisa_in32 macro 280 static inline int inl(unsigned long addr) in inl() function
|
D | pci.h | 113 u32 (*inl) (struct pci_hba_data *hba, u16 port); member
|
/arch/alpha/kernel/ |
D | sys_takara.c | 126 unsigned int ctlreg = inl(0x500); in takara_init_irq() 219 unsigned int ctlreg = inl(0x500); in takara_swizzle()
|
/arch/sparc/include/asm/ |
D | io_64.h | 207 #define inl inl macro 208 static inline u32 inl(unsigned long addr) in inl() function 236 #define inl_p(__addr) inl(__addr)
|
/arch/sh/drivers/pci/ |
D | ops-dreamcast.c | 56 case 4: *val = inl(GAPSPCI_BBA_CONFIG+where); break; in gapspci_read()
|
D | pci-dreamcast.c | 74 if (inl(GAPSPCI_REGS+0x18) != 1) in gapspci_init()
|
/arch/x86/kernel/ |
D | reboot_fixups_32.c | 40 i = inl(0xCFC); in rdc321x_reset()
|
/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 336 #define inl inl macro 337 static inline u32 inl(u32 addr) in inl() function 351 *vaddr++ = le32_to_cpu(inl(io_addr)); in insl() 422 return (unsigned int)inl(port & PIO_MASK); in ioread32()
|
/arch/hexagon/include/asm/ |
D | io.h | 228 static inline u32 inl(unsigned long port) in inl() function 259 #define inl_p inl
|
/arch/x86/platform/olpc/ |
D | olpc-xo1-sci.c | 220 sts = inl(acpi_base + CS5536_PM1_STS); in xo1_sci_intr() 223 gpe = inl(acpi_base + CS5536_PM_GPE0_STS); in xo1_sci_intr() 345 sts = inl(acpi_base + CS5536_PM1_STS); in setup_sci_interrupt()
|
D | olpc-xo1-pm.c | 60 saved_sci_mask = inl(acpi_base + CS5536_PM1_STS); in xo1_power_state_enter()
|
/arch/x86/include/asm/ |
D | io.h | 345 #define inl inl macro
|
/arch/alpha/include/asm/ |
D | io.h | 242 extern u32 inl(unsigned long port); 384 extern inline u32 inl(unsigned long port) in inl() function 498 #define inl_p inl
|
/arch/arm/mach-ebsa110/include/mach/ |
D | io.h | 48 #define inl(p) __inl(p) macro
|