Searched refs:base0 (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/mfd/ |
| H A D | mcp-sa11x0.c | 28 void __iomem *base0; member 35 #define MCCR0(m) ((m)->base0 + 0x00) 36 #define MCDR0(m) ((m)->base0 + 0x08) 37 #define MCDR1(m) ((m)->base0 + 0x0c) 38 #define MCDR2(m) ((m)->base0 + 0x10) 39 #define MCSR(m) ((m)->base0 + 0x18) 195 m->base0 = ioremap(mem0->start, resource_size(mem0)); in mcp_sa11x0_probe() 197 if (!m->base0 || !m->base1) { in mcp_sa11x0_probe() 225 iounmap(m->base0); in mcp_sa11x0_probe() 250 iounmap(m->base0); in mcp_sa11x0_remove()
|
| /linux/drivers/pinctrl/bcm/ |
| H A D | pinctrl-nsp-mux.c | 111 void __iomem *base0; member 425 base_address = pinctrl->base0; in nsp_pinmux_set() 484 val = readl(pinctrl->base0); in nsp_gpio_request_enable() 488 writel(val, pinctrl->base0); in nsp_gpio_request_enable() 505 val = readl(pinctrl->base0); in nsp_gpio_disable_free() 510 writel(val, pinctrl->base0); in nsp_gpio_disable_free() 568 pinctrl->base0 = devm_platform_ioremap_resource(pdev, 0); in nsp_pinmux_probe() 569 if (IS_ERR(pinctrl->base0)) in nsp_pinmux_probe() 570 return PTR_ERR(pinctrl->base0); in nsp_pinmux_probe()
|
| H A D | pinctrl-cygnus-mux.c | 103 void __iomem *base0; member 813 val = readl(pinctrl->base0 + grp->mux.offset); in cygnus_pinmux_set() 816 writel(val, pinctrl->base0 + grp->mux.offset); in cygnus_pinmux_set() 948 pinctrl->base0 = devm_platform_ioremap_resource(pdev, 0); in cygnus_pinmux_probe() 949 if (IS_ERR(pinctrl->base0)) { in cygnus_pinmux_probe() 951 return PTR_ERR(pinctrl->base0); in cygnus_pinmux_probe()
|
| H A D | pinctrl-ns2-mux.c | 117 void __iomem *base0; member 609 base_address = pinctrl->base0; in ns2_pinmux_set() 1039 pinctrl->base0 = devm_platform_ioremap_resource(pdev, 0); in ns2_pinmux_probe() 1040 if (IS_ERR(pinctrl->base0)) in ns2_pinmux_probe() 1041 return PTR_ERR(pinctrl->base0); in ns2_pinmux_probe()
|
| /linux/drivers/gpio/ |
| H A D | gpio-em.c | 24 void __iomem *base0; member 61 return ioread32(p->base0 + offs); in em_gio_read() 70 iowrite32(value, p->base0 + offs); in em_gio_write() 292 p->base0 = devm_platform_ioremap_resource(pdev, 0); in em_gio_probe() 293 if (IS_ERR(p->base0)) in em_gio_probe() 294 return PTR_ERR(p->base0); in em_gio_probe()
|
| /linux/drivers/pinctrl/renesas/ |
| H A D | pinctrl-rzt2h.c | 94 void __iomem *base0, *base1; member 108 ((port) > RZT2H_MAX_SAFETY_PORTS ? (pctrl)->base0 : (pctrl)->base1) 1183 pctrl->base0 = devm_platform_ioremap_resource_byname(pdev, "nsr"); in rzt2h_pinctrl_cfg_regions() 1184 if (IS_ERR(pctrl->base0)) in rzt2h_pinctrl_cfg_regions() 1185 return PTR_ERR(pctrl->base0); in rzt2h_pinctrl_cfg_regions()
|
| /linux/arch/x86/hyperv/ |
| H A D | hv_vtl.c | 97 (desc->base1 << 16) | desc->base0; in hv_vtl_system_desc_base()
|
| /linux/drivers/clk/renesas/ |
| H A D | rcar-gen2-cpg.c | 280 void __iomem *base = pub->base0; in rcar_gen2_cpg_clk_register()
|
| H A D | rcar-gen3-cpg.c | 346 void __iomem *base = pub->base0; in rcar_gen3_cpg_clk_register()
|
| H A D | rcar-gen4-cpg.c | 426 void __iomem *base = pub->base0; in rcar_gen4_cpg_clk_register()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sdio.c | 1450 u8 base0, base1; in mwifiex_prog_fw_w_helper() local 1492 &base0); in mwifiex_prog_fw_w_helper() 1497 base0, base0); in mwifiex_prog_fw_w_helper() 1509 len = (u16) (((base1 & 0xff) << 8) | (base0 & 0xff)); in mwifiex_prog_fw_w_helper()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 403 u16 base0; member 435 (u64)desc->base0; in get_desc64_base()
|
| /linux/arch/x86/mm/ |
| H A D | fault.c | 500 addr = desc.base0 | (desc.base1 << 16) | ((unsigned long)desc.base2 << 24); in show_ldttss()
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | processor.c | 573 desc->base0 = segp->base & 0xFFFF; in kvm_seg_fill_gdt_64bit()
|