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

1234567

/linux-master/drivers/watchdog/
H A DiTCO_vendor_support.c82 val32 = inl(smires->start);
92 val32 = inl(smires->start);
132 val32 = inl(smires->start);
143 val32 = inl(smires->start);
/linux-master/arch/sh/boards/mach-dreamcast/
H A Dirq.c69 mask = inl(emr);
81 mask = inl(emr);
127 status = inl(esr);
128 status &= inl(emr);
/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/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/x86/boot/
H A Dio.h9 #undef inl macro
/linux-master/drivers/comedi/drivers/
H A Daddi_apci_1564.c176 inl(dev->iobase + APCI1564_DI_INT_STATUS_REG);
214 status = inl(dev->iobase + APCI1564_DI_IRQ_REG);
217 s->state = inl(dev->iobase + APCI1564_DI_INT_STATUS_REG);
227 status = inl(devpriv->timer + ADDI_TCW_IRQ_REG);
232 ctrl = inl(devpriv->timer + ADDI_TCW_CTRL_REG);
243 status = inl(iobase + ADDI_TCW_IRQ_REG);
248 ctrl = inl(iobase + ADDI_TCW_CTRL_REG);
268 data[1] = inl(dev->iobase + APCI1564_DI_REG);
278 s->state = inl(dev->iobase + APCI1564_DO_REG);
293 data[1] = inl(de
[all...]
H A Daddi_apci_1032.c95 inl(dev->iobase + APCI1032_STATUS_REG);
266 if ((inl(devpriv->amcc_iobase + AMCC_OP_REG_INTCSR) &
271 ctrl = inl(dev->iobase + APCI1032_CTRL_REG);
278 s->state = inl(dev->iobase + APCI1032_STATUS_REG) & 0xffff;
294 data[1] = inl(dev->iobase + APCI1032_DI_REG);
H A Dme4000.c328 val = inl(devpriv->plx_regbase + PLX9052_CNTRL);
337 val = inl(devpriv->plx_regbase + PLX9052_INTCSR);
344 val = inl(devpriv->plx_regbase + PLX9052_CNTRL);
360 val = inl(devpriv->plx_regbase + PLX9052_CNTRL);
369 val = inl(devpriv->plx_regbase + PLX9052_CNTRL);
377 val = inl(devpriv->plx_regbase + PLX9052_CNTRL);
389 ctrl = inl(dev->iobase + ME4000_AI_CTRL_REG);
407 val = inl(devpriv->plx_regbase + PLX9052_CNTRL);
432 if (!(inl(dev->iobase + ME4000_DIO_DIR_REG) & 0x1))
442 val = inl(de
[all...]
/linux-master/arch/parisc/include/asm/
H A Dio.h149 #define inl_p inl
164 extern unsigned int inl(int addr);
170 #define inl inl macro
177 #define inl eisa_in32 macro
194 static inline int inl(unsigned long addr) function
201 #define inl inl macro
/linux-master/sound/pci/emu10k1/
H A Dio.c43 val = inl(emu->port + DATA);
84 data |= inl(emu->port + DATA) & ~mask;
137 val = inl(emu->port + DATA2);
438 enable = inl(emu->port + INTE) | intrenb;
449 enable = inl(emu->port + INTE) & ~intrenb;
462 val = inl(emu->port + DATA);
466 val = inl(emu->port + DATA);
481 val = inl(emu->port + DATA);
485 val = inl(emu->port + DATA);
516 val = inl(em
[all...]
/linux-master/drivers/leds/
H A Dleds-ss4200.c184 gpio_out = inl(nas_gpio_io_base + port);
207 gpio_in = inl(nas_gpio_io_base + port);
282 config_data = inl(nas_gpio_io_base + GPIO_USE_SEL);
286 config_data = inl(nas_gpio_io_base + GPIO_USE_SEL);
295 config_data = inl(nas_gpio_io_base + GP_IO_SEL);
301 config_data = inl(nas_gpio_io_base + GP_IO_SEL);
308 config_data = inl(nas_gpio_io_base + GP_LVL);
314 config_data = inl(nas_gpio_io_base + GPO_BLINK);
320 config_data = inl(nas_gpio_io_base + GPI_INV);
/linux-master/arch/x86/include/asm/shared/
H A Dio.h29 #define inl __inl macro
/linux-master/arch/sh/include/asm/
H A Dio_noioport.h17 static inline u32 inl(unsigned long addr) function
/linux-master/arch/mips/loongson2ef/lemote-2f/
H A Dreset.c61 val = inl(gpio_base + GPIOL_OUT_EN);
67 val = inl(gpio_base + GPIOL_OUT_VAL) & ~(1 << (13));
/linux-master/include/linux/
H A Dlogic_pio.h62 #ifndef inl
63 #define inl logic_inl macro
H A Dscx200_gpio.h25 return (inl(ioaddr) & (1<<index)) ? 1 : 0;
/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/drivers/gpio/
H A Dgpio-cs5535.c76 val |= (inl(addr) & 0xffff); /* ignore the high bits */
78 val |= (inl(addr) ^ (val >> 16));
136 val = inl(chip->base + reg);
139 val = inl(chip->base + 0x80 + reg);
182 val = inl(chip->base + offset);
H A Dgpio-vx855.c97 reg_out = inl(vg->io_gpo);
112 reg_in = inl(vg->io_gpi);
118 reg_in = inl(vg->io_gpo);
122 reg_in = inl(vg->io_gpi);
142 reg_out = inl(vg->io_gpo);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c300 if (!tx_info->inl) {
695 struct mlx4_wqe_inline_seg *inl = &tx_desc->inl; local
696 int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - sizeof(*inl);
701 inl->byte_count = cpu_to_be32(1 << 31 | skb->len);
703 inl->byte_count = cpu_to_be32(1 << 31 | MIN_PKT_LEN);
704 memset(inl->data + skb->len, 0,
707 skb_copy_from_linear_data(skb, inl->data, hlen);
709 memcpy(inl->data + hlen, fragptr,
713 inl
[all...]
/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/mtd/maps/
H A Dl440gx.c40 outl(inl(VPP_PORT) | 1, VPP_PORT);
43 outl(inl(VPP_PORT) & ~1, VPP_PORT);
/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)) {
/linux-master/arch/x86/kernel/
H A Dreboot_fixups_32.c40 i = inl(0xCFC);
/linux-master/arch/sh/drivers/pci/
H A Dops-dreamcast.c56 case 4: *val = inl(GAPSPCI_BBA_CONFIG+where); break;

Completed in 267 milliseconds

1234567