Searched refs:inl (Results 1 - 25 of 52) sorted by relevance

123

/arch/frv/include/asm/
H A Ddm9000.h25 #undef inl macro
26 #define inl(addr) \ macro
/arch/sh/boards/mach-dreamcast/
H A Dirq.c70 mask = inl(emr);
82 mask = inl(emr);
128 status = inl(esr);
129 status &= inl(emr);
/arch/mips/pci/
H A Dops-sni.c56 *val = inl(PCIMT_CONFIG_DATA);
112 outl(inl(0xcfc) | 0xc0000000, 0xcfc);
117 if (inl(0xcfc) & 0x100000)
131 *val = inl(PCIMT_CONFIG_DATA);
H A Dpci-virtio-guest.c89 *val = inl(PCI_CONFIG_DATA);
/arch/score/kernel/
H A Dtime.c53 outl(inl(P_TIMER0_CTRL) | TMR_ENABLE, P_TIMER0_CTRL);
65 outl(inl(P_TIMER0_CTRL) | TMR_ENABLE, P_TIMER0_CTRL);
/arch/sh/include/asm/
H A Dio_noioport.h16 static inline u32 inl(unsigned long addr) function
50 #define inl_p(addr) inl(addr)
/arch/mips/loongson/lemote-2f/
H A Dreset.c65 val = inl(gpio_base + GPIOL_OUT_EN);
71 val = inl(gpio_base + GPIOL_OUT_VAL) & ~(1 << (13));
/arch/parisc/lib/
H A Dio.c236 * of the inl() breaks things.
253 *(unsigned int *)p = cpu_to_le32(inl(port));
261 l = cpu_to_le32(inl(port));
267 l2 = cpu_to_le32(inl(port));
277 l = cpu_to_le32(inl(port));
284 l2 = cpu_to_le32(inl(port));
294 l = cpu_to_le32(inl(port));
299 l2 = cpu_to_le32(inl(port));
/arch/m32r/kernel/
H A Dtime.c72 count = inl(M32R_MFT2CUT_PORTL);
74 if (inl(M32R_ICU_CR18_PORTL) & 0x00000100) /* underflow check */
87 count = inl(M32R_MFT2CUT_PORTL);
/arch/x86/platform/scx200/
H A Dscx200_32.c54 scx200_gpio_shadow[bank] = inl(scx200_gpio_base + 0x10 * bank);
101 config = inl(scx200_gpio_base + 0x24);
/arch/mn10300/unit-asb2303/include/unit/
H A Dsmc91111.h39 #define SMC_inl(a, r) inl((unsigned long) ((a) + (r)))
/arch/parisc/include/asm/
H A Dio.h235 #define inl_p inl
250 extern unsigned int inl(int addr);
258 #define inl eisa_in32 macro
275 static inline int inl(unsigned long addr) function
H A Dpci.h144 u32 (*inl) (struct pci_hba_data *hba, u16 port); member in struct:pci_port_ops
/arch/sh/drivers/pci/
H A Dops-dreamcast.c59 case 4: *val = inl(GAPSPCI_BBA_CONFIG+where); break;
H A Dpci-dreamcast.c77 if (inl(GAPSPCI_REGS+0x18) != 1)
/arch/x86/kernel/
H A Dreboot_fixups_32.c39 i = inl(0xCFC);
/arch/x86/pci/
H A Ddirect.c42 *value = inl(0xCFC);
125 *value = inl(PCI_CONF2_ADDRESS(dev, reg));
232 tmp = inl(0xCF8);
234 if (inl(0xCF8) == 0x80000000 && pci_sanity_check(&pci_direct_conf1)) {
/arch/alpha/kernel/
H A Dsys_takara.c125 unsigned int ctlreg = inl(0x500);
218 unsigned int ctlreg = inl(0x500);
/arch/sparc/include/asm/
H A Dio_64.h199 #define inl inl macro
200 static inline u32 inl(unsigned long addr) function
228 #define inl_p(__addr) inl(__addr)
/arch/mn10300/include/asm/
H A Dio.h94 static inline u32 inl(unsigned long addr) function
116 #define inl_p(addr) inl(addr)
148 u32 x = inl(addr);
/arch/arm/mach-ebsa110/include/mach/
H A Dio.h51 #define inl(p) __inl(p) macro
/arch/tile/include/asm/
H A Dio.h297 static inline u32 inl(unsigned long addr) function
344 u32 x = inl(addr);
424 static inline u32 inl(unsigned long addr) function
478 #define inl_p(addr) inl(addr)
/arch/x86/platform/olpc/
H A Dolpc-xo1-pm.c64 saved_sci_mask = inl(acpi_base + CS5536_PM1_STS);
/arch/cris/include/asm/
H A Dio.h133 #define inl(port) (cris_iops ? cris_iops->read_io(port,NULL,4,1) : 0) macro
173 #define inl_p(port) inl(port)
/arch/hexagon/include/asm/
H A Dio.h242 static inline u32 inl(unsigned long port) function
273 #define inl_p inl

Completed in 956 milliseconds

123