Searched refs:ibase (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/usb/mtu3/
H A Dmtu3_host.c161 void __iomem *ibase = ssusb->ippc_base; local
170 mtu3_clrbits(ibase, U3D_SSUSB_IP_PW_CTRL1, SSUSB_IP_HOST_PDN);
180 value = mtu3_readl(ibase, SSUSB_U3_CTRL(i));
183 mtu3_writel(ibase, SSUSB_U3_CTRL(i), value);
191 value = mtu3_readl(ibase, SSUSB_U2_CTRL(i));
194 mtu3_writel(ibase, SSUSB_U2_CTRL(i), value);
206 void __iomem *ibase = ssusb->ippc_base; local
217 value = mtu3_readl(ibase, SSUSB_U3_CTRL(i));
219 mtu3_writel(ibase, SSUSB_U3_CTRL(i), value);
227 value = mtu3_readl(ibase, SSUSB_U2_CTR
240 void __iomem *ibase = ssusb->ippc_base; local
283 void __iomem *ibase = ssusb->ippc_base; local
[all...]
H A Dmtu3_dr.c32 void __iomem *ibase = ssusb->ippc_base; local
40 value = mtu3_readl(ibase, SSUSB_U2_CTRL(0));
42 mtu3_writel(ibase, SSUSB_U2_CTRL(0), value);
45 value = mtu3_readl(ibase, SSUSB_U2_CTRL(0));
49 mtu3_writel(ibase, SSUSB_U2_CTRL(0), value);
52 value = mtu3_readl(ibase, SSUSB_U3_CTRL(0));
54 mtu3_writel(ibase, SSUSB_U3_CTRL(0), value);
57 value = mtu3_readl(ibase, SSUSB_U3_CTRL(0));
61 mtu3_writel(ibase, SSUSB_U3_CTRL(0), value);
H A Dmtu3_core.c98 void __iomem *ibase = mtu->ippc_base; local
101 mtu3_clrbits(ibase, U3D_SSUSB_IP_PW_CTRL2, SSUSB_IP_DEV_PDN);
105 mtu3_clrbits(ibase, SSUSB_U3_CTRL(0),
109 mtu3_clrbits(ibase, SSUSB_U2_CTRL(0),
114 mtu3_setbits(ibase, SSUSB_U2_CTRL(0), SSUSB_U2_PORT_OTG_SEL);
116 mtu3_setbits(ibase, SSUSB_U3_CTRL(0),
125 void __iomem *ibase = mtu->ippc_base; local
128 mtu3_setbits(ibase, SSUSB_U3_CTRL(0),
131 mtu3_setbits(ibase, SSUSB_U2_CTRL(0),
135 mtu3_clrbits(ibase, SSUSB_U2_CTR
146 void __iomem *ibase = mtu->ippc_base; local
157 void __iomem *ibase = mtu->ippc_base; local
169 void __iomem *ibase = mtu->ippc_base; local
[all...]
H A Dmtu3_plat.c25 void __iomem *ibase = ssusb->ippc_base; local
32 ret = readl_poll_timeout(ibase + U3D_SSUSB_IP_PW_STS1, value,
39 ret = readl_poll_timeout(ibase + U3D_SSUSB_IP_PW_STS2, value,
/linux-master/arch/powerpc/sysdev/xics/
H A Dics-native.c35 u32 ibase; member in struct:ics_native
42 return in->base + 0x800 + ((vec - in->ibase) << 2);
54 if (vec < in->ibase || vec >= (in->ibase + in->icount))
91 if (vec < in->ibase || vec >= (in->ibase + in->icount))
106 if (vec < in->ibase || vec >= (in->ibase + in->icount))
140 if (hw_irq < in->ibase || hw_irq >= (in->ibase
[all...]
/linux-master/fs/efs/
H A Dinode.c206 int ibase, ioffset, dirext, direxts, indext, indexts; local
252 * also compute ibase: i.e. the number of the first
256 ibase = 0;
257 for(dirext = 0; cur < ibase && dirext < direxts; dirext++) {
258 ibase += in->extents[dirext].cooked.ex_length *
272 (cur - ibase) /
274 ioffset = (cur - ibase) %
/linux-master/arch/powerpc/mm/nohash/
H A Dbook3e_pgtable.c122 unsigned int *ibase = &interrupt_base_book3e; local
131 patch_branch(ibase + (exc / 4) + 1, addr, 0);
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-mixx-defs.h215 uint64_t ibase:37; member in struct:cvmx_mixx_iring1::cvmx_mixx_iring1_s
219 uint64_t ibase:37;
229 uint64_t ibase:33; member in struct:cvmx_mixx_iring1::cvmx_mixx_iring1_cn52xx
233 uint64_t ibase:33;
/linux-master/drivers/parisc/
H A Diommu-helpers.h57 sg_dma_address(dma_sg) = pide | ioc->ibase;
H A Dsba_iommu.c309 /* Pluto (aka ZX1) boxes need to set or clear the ibase bits appropriately */
310 #define SBA_IOVA(ioc,iovp,offset,hint_reg) ((ioc->ibase) | (iovp) | (offset))
354 BUG_ON(ioc->ibase & ~IOVP_MASK);
355 shift = ioc->ibase >> IOVP_SHIFT;
695 return((int)(mask >= (ioc->ibase - 1 +
1242 lba_set_iregs(lba, ibd->ioc->ibase, ibd->ioc->imask);
1286 ioc->ibase = READ_REG(ioc->ioc_hpa + IOC_IBASE) & ~0x1fffffULL;
1289 if ((ioc->ibase < 0xfed00000UL) && ((ioc->ibase + iova_space_size) > 0xfee00000UL)) {
1361 ** Program the IOC's ibase an
[all...]
H A Dlba_pci.c1696 void lba_set_iregs(struct parisc_device *lba, u32 ibase, u32 imask) argument
1703 WARN_ON((ibase & 0x001fffff) != 0);
1706 DBG("%s() ibase 0x%x imask 0x%x\n", __func__, ibase, imask);
1708 WRITE_REG32( ibase, base_addr + LBA_IBASE);
/linux-master/drivers/fpga/
H A Ddfl.c1012 unsigned int i, ibase, inr = 0; local
1033 ibase = FIELD_GET(PORT_UINT_CAP_FST_VECT, v);
1038 ibase = FIELD_GET(PORT_ERROR_CAP_INT_VECT, v);
1046 ibase = FIELD_GET(FME_ERROR_CAP_INT_VECT, v);
1063 ibase = FIELD_GET(DFHv1_PARAM_MSI_X_STARTV, *p);
1079 fid, ibase, inr);
1081 if (ibase + inr > binfo->nr_irqs) {
1088 virq = binfo->irq_table[ibase + i];
1097 finfo->irq_base = ibase;
/linux-master/arch/parisc/include/asm/
H A Dropes.h33 unsigned long ibase; /* pdir IOV Space base - shared w/lba_pci */ member in struct:ioc
H A Dprocessor.h325 extern void lba_set_iregs(struct parisc_device *lba, u32 ibase, u32 imask);
/linux-master/arch/powerpc/include/asm/
H A Dcpm2.h648 ushort ibase; /* IDMA buffer descriptor table base address */ member in struct:idma
/linux-master/drivers/net/ethernet/cavium/octeon/
H A Docteon_mgmt.c1050 iring1.s.ibase = p->rx_ring_handle >> 3;

Completed in 173 milliseconds