Home
last modified time | relevance | path

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

12

/arch/sh/boards/mach-dreamcast/
Dirq.c69 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/
Dops-sni.c56 *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()
/arch/parisc/lib/
Dio.c254 *(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/
Dio.h161 #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/x86/pci/
Ddirect.c43 *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()
Dearly.c15 v = inl(0xcfc); in read_pci_config()
/arch/sh/include/asm/
Dio_noioport.h17 static inline u32 inl(unsigned long addr) in inl() function
51 #define inl_p(addr) inl(addr)
/arch/mips/loongson2ef/lemote-2f/
Dreset.c61 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/
Dscx200_32.c55 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/parisc/include/asm/
Dio.h230 #define inl_p inl
245 extern unsigned int inl(int addr);
253 #define inl eisa_in32 macro
270 static inline int inl(unsigned long addr) in inl() function
Dpci.h113 u32 (*inl) (struct pci_hba_data *hba, u16 port); member
/arch/mips/boot/dts/ingenic/
Dgcw0.dts266 inl-supply = <&vcc>;
276 inl-supply = <&vcc>;
283 inl-supply = <&vcc>;
291 inl-supply = <&vcc>;
303 inl-supply = <&vcc>;
311 inl-supply = <&vcc>;
316 inl-supply = <&vcc>;
/arch/alpha/kernel/
Dsys_takara.c125 unsigned int ctlreg = inl(0x500); in takara_init_irq()
218 unsigned int ctlreg = inl(0x500); in takara_swizzle()
/arch/sparc/include/asm/
Dio_64.h207 #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/
Dops-dreamcast.c56 case 4: *val = inl(GAPSPCI_BBA_CONFIG+where); break; in gapspci_read()
Dpci-dreamcast.c74 if (inl(GAPSPCI_REGS+0x18) != 1) in gapspci_init()
/arch/x86/kernel/
Dreboot_fixups_32.c40 i = inl(0xCFC); in rdc321x_reset()
/arch/hexagon/include/asm/
Dio.h215 static inline u32 inl(unsigned long port) in inl() function
246 #define inl_p inl
/arch/arm/mach-ixp4xx/include/mach/
Dio.h336 #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/arm/mach-s3c/include/mach/
Dio-s3c24xx.h30 #define inl(p) readl(S3C24XX_VA_ISA_WORD + (p)) macro
/arch/x86/platform/olpc/
Dolpc-xo1-sci.c219 sts = inl(acpi_base + CS5536_PM1_STS); in xo1_sci_intr()
222 gpe = inl(acpi_base + CS5536_PM_GPE0_STS); in xo1_sci_intr()
344 sts = inl(acpi_base + CS5536_PM1_STS); in setup_sci_interrupt()
Dolpc-xo1-pm.c59 saved_sci_mask = inl(acpi_base + CS5536_PM1_STS); in xo1_power_state_enter()
/arch/x86/include/asm/
Dio.h340 #define inl inl macro
/arch/alpha/include/asm/
Dio.h241 extern u32 inl(unsigned long port);
377 extern inline u32 inl(unsigned long port) in inl() function
499 #define inl_p inl
/arch/powerpc/include/asm/
Dio-defs.h25 DEF_PCI_AC_RET(inl, u32, (unsigned long port), (port), pio, port)

12