Home
last modified time | relevance | path

Searched refs:inl (Results 151 – 175 of 225) sorted by relevance

123456789

/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c167 .inl = opal_lpc_inl,
/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.h265 #define inl_l2b inl
295 #define inl_raw inl
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h224 u8 inl; member
239 struct mlx4_wqe_inline_seg inl; member
/openbmc/linux/sound/pci/
H A Dsonicvibes.c261 addr, inl(sonic->dmaa_port + SV_DMA_ADDR0)); in snd_sonicvibes_setdmaa()
277 addr, inl(sonic->dmac_port + SV_DMA_ADDR0)); in snd_sonicvibes_setdmac()
283 return (inl(sonic->dmaa_port + SV_DMA_COUNT0) & 0xffffff) + 1; in snd_sonicvibes_getdmaa()
289 return ((inl(sonic->dmac_port + SV_DMA_COUNT0) & 0xffffff) + 1) << 1; in snd_sonicvibes_getdmac()
/openbmc/linux/sound/pci/ca0106/
H A Dca0106_proc.c308 value = inl(emu->port + i); in snd_ca0106_proc_reg_read32()
/openbmc/linux/arch/alpha/kernel/
H A Dpci-sysfs.c344 *((u32 *)val) = inl(port); in pci_legacy_read()
/openbmc/linux/sound/pci/emu10k1/
H A Demuproc.c509 value = inl(emu->port + i); in snd_emu_proc_io_reg_read()
540 val = inl(emu->port + iobase + DATA); in snd_ptr_read()
/openbmc/linux/drivers/platform/x86/
H A Dapple-gmux.c123 return inl(gmux_data->iostart + port); in gmux_pio_read32()
203 val = inl(gmux_data->iostart + GMUX_PORT_VALUE); in gmux_index_read32()
H A Dpmc_atom.c234 pm1_cnt_value = inl(pm1_cnt_port); in pmc_power_off()
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_reg.c82 val = inl((unsigned long) asd_ha->io_handle[0].addr in asd_read_dword()
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dlpc.c223 reg32 = inl(pmbase + 0x04); /* PM1_CNT */ in pch_power_options()
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dio.h113 int inl(unsigned int addr);
/openbmc/linux/drivers/gpio/
H A Dgpio-ich.c55 #define ICHX_READ(reg, base_res) inl((reg) + (base_res)->start)
/openbmc/linux/drivers/ata/
H A Dpata_hpt3x2n.c415 fcnt = inl(pci_resource_start(pdev, 4) + 0x90); in hpt3x2n_pci_clock()
/openbmc/linux/arch/arm/include/asm/
H A Dio.h244 #define inl(p) ({ __u32 __v = le32_to_cpu((__force __le32) \ macro
/openbmc/linux/drivers/comedi/drivers/
H A Dcomedi_8254.c145 val = inl(i8254->iobase + reg_offset); in __i8254_read()
H A Daddi_apci_3120.c436 nbytes = dmabuf->use_size - inl(devpriv->amcc + AMCC_OP_REG_MWTC); in apci3120_interrupt_dma()
480 int_amcc = inl(devpriv->amcc + AMCC_OP_REG_INTCSR); in apci3120_interrupt()
/openbmc/qemu/target/i386/
H A Dhelper.h81 DEF_HELPER_2(inl, tl, env, i32)
/openbmc/linux/drivers/acpi/
H A Dprocessor_throttling.c672 value = inl(pr->throttling.address); in acpi_processor_get_throttling_fadt()
980 value = inl(pr->throttling.address); in acpi_processor_set_throttling_fadt()
/openbmc/linux/arch/ia64/pci/
H A Dpci.c498 *val = inl(port); in pci_legacy_read()
/openbmc/linux/drivers/watchdog/
H A DiTCO_wdt.c529 val32 = inl(SMI_EN(p)); in iTCO_wdt_probe()
/openbmc/linux/arch/parisc/lib/
H A Diomap.c88 return inl(ADDR2PORT(addr)); in ioport_read32()
/openbmc/linux/drivers/media/pci/dm1105/
H A Ddm1105.c366 #define dm_readl(reg) inl(dm_io_mem(reg))
370 outl((inl(dm_io_mem(reg)) & ~(mask)) |\
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h716 val = inl(dev_priv->io_start + SVGA_VALUE_PORT); in vmw_read()
1499 status = inl(vmw->io_start + SVGA_IRQSTATUS_PORT); in vmw_irq_status_read()
/openbmc/linux/drivers/net/ethernet/amd/
H A Dpcnet32.c394 return inl(addr + PCNET32_DWIO_RDP) & 0xffff; in pcnet32_dwio_read_csr()
406 return inl(addr + PCNET32_DWIO_BDP) & 0xffff; in pcnet32_dwio_read_bcr()
417 return inl(addr + PCNET32_DWIO_RAP) & 0xffff; in pcnet32_dwio_read_rap()
427 inl(addr + PCNET32_DWIO_RESET); in pcnet32_dwio_reset()
433 return (inl(addr + PCNET32_DWIO_RAP) & 0xffff) == 88; in pcnet32_dwio_check()

123456789