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

/u-boot/drivers/usb/mtu3/
H A Dmtu3_host.c31 void __iomem *ibase = u3h->ippc_base; local
40 mtu3_clrbits(ibase, U3D_SSUSB_IP_PW_CTRL1, SSUSB_IP_HOST_PDN);
50 value = mtu3_readl(ibase, SSUSB_U3_CTRL(i));
53 mtu3_writel(ibase, SSUSB_U3_CTRL(i), value);
58 value = mtu3_readl(ibase, SSUSB_U2_CTRL(i));
61 mtu3_writel(ibase, SSUSB_U2_CTRL(i), value);
73 void __iomem *ibase = u3h->ippc_base; local
84 value = mtu3_readl(ibase, SSUSB_U3_CTRL(i));
86 mtu3_writel(ibase, SSUSB_U3_CTRL(i), value);
91 value = mtu3_readl(ibase, SSUSB_U2_CTR
[all...]
H A Dmtu3_core.c85 void __iomem *ibase = mtu->ippc_base; local
88 mtu3_clrbits(ibase, U3D_SSUSB_IP_PW_CTRL2, SSUSB_IP_DEV_PDN);
92 mtu3_clrbits(ibase, SSUSB_U3_CTRL(0),
96 mtu3_clrbits(ibase, SSUSB_U2_CTRL(0),
105 void __iomem *ibase = mtu->ippc_base; local
108 mtu3_setbits(ibase, SSUSB_U3_CTRL(0),
111 mtu3_setbits(ibase, SSUSB_U2_CTRL(0),
114 mtu3_setbits(ibase, U3D_SSUSB_IP_PW_CTRL2, SSUSB_IP_DEV_PDN);
120 void __iomem *ibase = mtu->ippc_base; local
122 mtu3_setbits(ibase, U3D_SSUSB_DEV_RST_CTR
[all...]
H A Dmtu3_plat.c41 void __iomem *ibase = ssusb->ippc_base; local
48 ret = readl_poll_timeout(ibase + U3D_SSUSB_IP_PW_STS1, value,
55 ret = readl_poll_timeout(ibase + U3D_SSUSB_IP_PW_STS2, value,
/u-boot/arch/x86/include/asm/
H A Dirq.h42 * @ibase: IBASE register block base address
54 u32 ibase; member in struct:irq_router
/u-boot/arch/x86/cpu/
H A Dirq.c89 pirq = readb((uintptr_t)priv->ibase +
120 writeb(irq, (uintptr_t)priv->ibase +
172 "ibase");
228 ibase_off = fdtdec_get_int(blob, node, "intel,ibase-offset", 0);
242 dm_pci_read_config32(dev->parent, ibase_off, &priv->ibase);
243 priv->ibase &= ~0xf;
333 writel(0, (uintptr_t)priv->ibase + priv->actl_addr);
/u-boot/fs/erofs/
H A Dzmap.c137 const erofs_off_t ibase = iloc(vi->nid); local
138 const erofs_off_t pos = Z_EROFS_FULL_INDEX_ALIGN(ibase +

Completed in 117 milliseconds