Searched refs:inl (Results 26 - 50 of 52) sorted by relevance

123

/arch/ia64/include/asm/
H A Dmachvec.h139 # define platform_inl ia64_mv.inl
183 ia64_mv_inl_t *inl; member in struct:ia64_machine_vector
H A Dio.h6 * inb/inw/inl/outb/outw/outl and the "string versions" of the same
299 #define inl(p) __inl(p) macro
408 # define inl_p inl
/arch/m68k/include/asm/
H A Dio_no.h119 #define inl(addr) readl(addr) macro
126 #define inl_p(addr) inl(addr)
H A Dio_mm.h110 #define inl mcf_pci_inl macro
364 #define inl isa_inl macro
391 #define inl isa_inl macro
426 #define inl(port) 0xffffffffUL macro
/arch/alpha/include/asm/
H A Dio.h246 extern u32 inl(unsigned long port);
385 extern inline u32 inl(unsigned long port) function
499 #define inl_p inl
/arch/x86/platform/olpc/
H A Dolpc-xo1-sci.c218 sts = inl(acpi_base + CS5536_PM1_STS);
221 gpe = inl(acpi_base + CS5536_PM_GPE0_STS);
343 sts = inl(acpi_base + CS5536_PM1_STS);
/arch/m32r/include/asm/
H A Dio.h129 #define inl _inl macro
/arch/x86/pci/
H A Dearly.c14 v = inl(0xcfc);
/arch/arm64/include/asm/
H A Dio.h138 static inline u32 inl(unsigned long addr) function
160 #define inl_p(addr) inl(addr)
/arch/frv/include/asm/
H A Dio.h145 static inline uint32_t inl(unsigned long addr) function
176 #define inl_p(addr) inl(addr)
/arch/powerpc/include/asm/
H A Dio-defs.h24 DEF_PCI_AC_RET(inl, u32, (unsigned long port), (port), pio, port)
/arch/arm/mach-ixp4xx/include/mach/
H A Dio.h304 static inline u32 inl(u32 addr) function
316 *vaddr++ = le32_to_cpu(inl(io_addr));
387 return (unsigned int)inl(port & PIO_MASK);
/arch/alpha/kernel/
H A Dio.c72 u32 inl(unsigned long port) function
94 EXPORT_SYMBOL(inl); variable
294 * of the inl() breaks things.
H A Dpci-sysfs.c340 *((u32 *)val) = inl(port);
/arch/arm/include/asm/
H A Dio.h258 #define inl(p) ({ __u32 __v = le32_to_cpu((__force __le32) \ macro
275 #define inl_p(port) inl((port))
/arch/arm/mach-s3c24xx/include/mach/
H A Dio.h197 #define inl(p) (__builtin_constant_p((p)) ? __inlc(p) : __inl(p)) macro
/arch/x86/kernel/
H A Dpmc_atom.c104 pm1_cnt_value = inl(pm1_cnt_port);
/arch/ia64/hp/sim/boot/
H A Dfw-emu.c206 r9 = inl(0xCFC);
/arch/m32r/kernel/
H A Dsmp.c532 inl(M32R_ICU_IMASK_PORTL); /* dummy read */
H A Dsmpboot.c168 nr_cpu = inl(M32R_FPGA_NUM_OF_CPUS_PORTL);
/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c172 .inl = opal_lpc_inl,
/arch/x86/boot/
H A Dboot.h69 static inline u32 inl(u16 port) function
72 asm volatile("inl %1,%0" : "=a" (v) : "dN" (port));
/arch/parisc/lib/
H A Diomap.c79 return inl(ADDR2PORT(addr));
/arch/ia64/pci/
H A Dpci.c722 *val = inl(port);
/arch/powerpc/platforms/cell/
H A Dcelleb_scc_pciex.c260 .inl = scc_pciex_inl,

Completed in 1294 milliseconds

123