Searched refs:inl (Results 1 - 25 of 170) sorted by path

1234567

/linux-master/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);
/linux-master/arch/parisc/lib/
H A Dio.c237 * of the inl() breaks things.
254 *(unsigned int *)p = cpu_to_le32(inl(port));
262 l = cpu_to_le32(inl(port));
268 l2 = cpu_to_le32(inl(port));
278 l = cpu_to_le32(inl(port));
285 l2 = cpu_to_le32(inl(port));
295 l = cpu_to_le32(inl(port));
300 l2 = cpu_to_le32(inl(port));
/linux-master/arch/powerpc/include/asm/
H A Dio-defs.h25 DEF_PCI_AC_RET(inl, u32, (unsigned long port), (port), pio, port)
/linux-master/arch/sh/drivers/pci/
H A Dops-dreamcast.c56 case 4: *val = inl(GAPSPCI_BBA_CONFIG+where); break;
H A Dpci-dreamcast.c74 if (inl(GAPSPCI_REGS+0x18) != 1)
/linux-master/arch/x86/kernel/
H A Dreboot_fixups_32.c40 i = inl(0xCFC);
/linux-master/arch/x86/pci/
H A Ddirect.c43 *value = inl(0xCFC);
126 *value = inl(PCI_CONF2_ADDRESS(dev, reg));
232 tmp = inl(0xCF8);
234 if (inl(0xCF8) == 0x80000000 && pci_sanity_check(&pci_direct_conf1)) {
H A Dearly.c15 v = inl(0xcfc);
/linux-master/arch/x86/platform/scx200/
H A Dscx200_32.c55 scx200_gpio_shadow[bank] = inl(scx200_gpio_base + 0x10 * bank);
102 config = inl(scx200_gpio_base + 0x24);
/linux-master/drivers/clocksource/
H A Dscx200_hrt.c45 return (u64) inl(scx200_cb_base + SCx200_TIMER_OFFSET);
/linux-master/drivers/mtd/maps/
H A Dscx200_docflash.c103 pmr = inl(scx200_cb_base + SCx200_PMR);
157 pmr = inl(scx200_cb_base + SCx200_PMR);
/linux-master/drivers/net/ethernet/ti/
H A Dtlan.h467 return inl(base_addr + TLAN_DIO_DATA);
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_reg.c82 val = inl((unsigned long) asd_ha->io_handle[0].addr
/linux-master/drivers/scsi/mvsas/
H A Dmv_chips.h22 #define ior32(reg) inl((unsigned long)(regs + reg))
/linux-master/drivers/scsi/
H A Dnsp32_io.h48 return inl(base + index);
/linux-master/drivers/staging/olpc_dcon/
H A Dolpc_dcon_xo_1_5.c116 dcon->curr_src = (inl(VX855_GENL_PURPOSE_OUTPUT) & 0x1000) ?
/linux-master/include/linux/
H A Dscx200_gpio.h25 return (inl(ioaddr) & (1<<index)) ? 1 : 0;
/linux-master/sound/pci/cs5535audio/
H A Dcs5535audio.h7 #define cs_readl(cs5535au, reg) inl((cs5535au)->port + reg)
/linux-master/sound/pci/oxygen/
H A Doxygen_io.c30 return inl(chip->addr + reg);
80 u32 tmp = inl(chip->addr + reg);
/linux-master/tools/power/cpupower/debug/kernel/
H A Dcpufreq-test_tsc.c44 v1 = inl(pm_tmr_ioport);
45 v2 = inl(pm_tmr_ioport);
46 v3 = inl(pm_tmr_ioport);
/linux-master/arch/alpha/include/asm/
H A Dio.h235 extern u32 inl(unsigned long port);
241 #define inl inl macro
415 extern inline u32 inl(unsigned long port) function
542 #define inl_p inl
/linux-master/arch/alpha/kernel/
H A Dio.c96 u32 inl(unsigned long port) function
118 EXPORT_SYMBOL(inl); variable
358 * of the inl() breaks things.
H A Dpci-sysfs.c344 *((u32 *)val) = inl(port);
H A Dsys_takara.c125 unsigned int ctlreg = inl(0x500);
218 unsigned int ctlreg = inl(0x500);
/linux-master/arch/arm/include/asm/
H A Dio.h244 #define inl(p) ({ __u32 __v = le32_to_cpu((__force __le32) \ macro

Completed in 600 milliseconds

1234567