| /linux/drivers/pinctrl/ ! |
| H A D | pinctrl-keembay.c | 117 void __iomem *base1; member 895 unsigned int val = keembay_read_reg(kpc->base1 + KEEMBAY_GPIO_MODE, pin); in keembay_gpio_invert() 904 keembay_write_reg(val, kpc->base1 + KEEMBAY_GPIO_MODE, pin); in keembay_gpio_invert() 909 unsigned int val = keembay_read_reg(kpc->base1 + KEEMBAY_GPIO_MODE, pin); in keembay_gpio_restore_default() 912 keembay_write_reg(val, kpc->base1 + KEEMBAY_GPIO_MODE, pin); in keembay_gpio_restore_default() 924 val = keembay_read_reg(kpc->base1 + KEEMBAY_GPIO_MODE, pin); in keembay_request_gpio() 956 val = keembay_read_reg(kpc->base1 + KEEMBAY_GPIO_MODE, pin); in keembay_set_mux() 958 keembay_write_reg(val, kpc->base1 + KEEMBAY_GPIO_MODE, pin); in keembay_set_mux() 965 unsigned int val = keembay_read_reg(kpc->base1 + KEEMBAY_GPIO_MODE, pin); in keembay_pinconf_get_pull() 973 unsigned int val = keembay_read_reg(kpc->base1 + KEEMBAY_GPIO_MODE, pin); in keembay_pinconf_set_pull() [all …]
|
| /linux/drivers/mfd/ ! |
| H A D | mcp-sa11x0.c | 29 void __iomem *base1; member 40 #define MCCR1(m) ((m)->base1 + 0x00) 196 m->base1 = ioremap(mem1->start, resource_size(mem1)); in mcp_sa11x0_probe() 197 if (!m->base0 || !m->base1) { in mcp_sa11x0_probe() 224 iounmap(m->base1); in mcp_sa11x0_probe() 249 iounmap(m->base1); in mcp_sa11x0_remove()
|
| /linux/drivers/thermal/qcom/ ! |
| H A D | tsens-v2.c | 142 struct regmap *map, u32 mode, u32 base0, u32 base1) in tsens_v2_calibrate_sensor() argument 163 slope = (TWO_PT_SHIFTED_GAIN / (base1 - base0)); in tsens_v2_calibrate_sensor() 165 czero = (base0 + sensor->offset - ((base1 - base0) / 3)); in tsens_v2_calibrate_sensor() 190 u32 mode, base0, base1; in tsens_v2_calibration() local 208 ret = nvmem_cell_read_variable_le_u32(priv->dev, "base1", &base1); in tsens_v2_calibration() 215 mode, base0, base1); in tsens_v2_calibration()
|
| H A D | tsens.c | 77 u32 base1, base2; in tsens_read_calibration() local 100 ret = nvmem_cell_read_variable_le_u32(priv->dev, name, &base1); in tsens_read_calibration() 135 p1[i] = p1[i] + (base1 << shift); in tsens_read_calibration() 145 p1[i] = (p1[i] + base1) << shift; in tsens_read_calibration() 212 u32 base1, base2; in tsens_read_calibration_legacy() local 221 base1 = tsens_read_cell(&format->base[0], format->base_len, cdata0, cdata1); in tsens_read_calibration_legacy() 232 p1[i] = p1[i] + (base1 << format->base_shift); in tsens_read_calibration_legacy() 240 p1[i] = (p1[i] + base1) << format->base_shift; in tsens_read_calibration_legacy()
|
| /linux/drivers/gpio/ ! |
| H A D | gpio-em.c | 25 void __iomem *base1; member 63 return ioread32(p->base1 + (offs - GIO_IDT0)); in em_gio_read() 72 iowrite32(value, p->base1 + (offs - GIO_IDT0)); in em_gio_write() 296 p->base1 = devm_platform_ioremap_resource(pdev, 1); in em_gio_probe() 297 if (IS_ERR(p->base1)) in em_gio_probe() 298 return PTR_ERR(p->base1); in em_gio_probe()
|
| /linux/arch/s390/kvm/ ! |
| H A D | kvm-s390.h | 153 u32 base1 = vcpu->arch.sie_block->ipb >> 28; in kvm_s390_get_base_disp_siy() local 161 *ar = base1; in kvm_s390_get_base_disp_siy() 163 return (base1 ? vcpu->run->s.regs.gprs[base1] : 0) + disp1; in kvm_s390_get_base_disp_siy() 170 u32 base1 = (vcpu->arch.sie_block->ipb & 0xf0000000) >> 28; in kvm_s390_get_base_disp_sse() local 175 *address1 = (base1 ? vcpu->run->s.regs.gprs[base1] : 0) + disp1; in kvm_s390_get_base_disp_sse() 179 *ar_b1 = base1; in kvm_s390_get_base_disp_sse()
|
| /linux/arch/x86/include/asm/ ! |
| H A D | desc_defs.h | 69 u16 base1: 8, type: 4, s: 1, dpl: 2, p: 1; member 78 .base1 = ((base) >> 16) & 0x00FF, \ 108 u16 base1 : 8, type : 5, dpl : 2, p : 1; member
|
| H A D | desc.h | 21 desc->base1 = (info->base_addr & 0x00ff0000) >> 16; in fill_ldt() 170 desc->base1 = (addr >> 16) & 0xFF; in set_tssldt_descriptor() 384 return (unsigned)(desc->base0 | ((desc->base1) << 16) | ((desc->base2) << 24)); in get_desc_base() 390 desc->base1 = (base >> 16) & 0xff; in set_desc_base()
|
| /linux/drivers/pinctrl/bcm/ ! |
| H A D | pinctrl-cygnus-mux.c | 104 void __iomem *base1; member 855 val = readl(pinctrl->base1 + mux->offset); in cygnus_gpio_request_enable() 857 writel(val, pinctrl->base1 + mux->offset); in cygnus_gpio_request_enable() 882 val = readl(pinctrl->base1 + mux->offset); in cygnus_gpio_disable_free() 884 writel(val, pinctrl->base1 + mux->offset); in cygnus_gpio_disable_free() 954 pinctrl->base1 = devm_platform_ioremap_resource(pdev, 1); in cygnus_pinmux_probe() 955 if (IS_ERR(pinctrl->base1)) { in cygnus_pinmux_probe() 957 return PTR_ERR(pinctrl->base1); in cygnus_pinmux_probe()
|
| H A D | pinctrl-nsp-mux.c | 112 void __iomem *base1; member 429 base_address = pinctrl->base1; in nsp_pinmux_set() 575 pinctrl->base1 = devm_ioremap(&pdev->dev, res->start, in nsp_pinmux_probe() 577 if (!pinctrl->base1) { in nsp_pinmux_probe()
|
| H A D | pinctrl-ns2-mux.c | 118 void __iomem *base1; member 613 base_address = pinctrl->base1; in ns2_pinmux_set() 1046 pinctrl->base1 = devm_ioremap(&pdev->dev, res->start, in ns2_pinmux_probe() 1048 if (!pinctrl->base1) { in ns2_pinmux_probe()
|
| /linux/drivers/perf/arm_cspmu/ ! |
| H A D | arm_cspmu.c | 710 writeq(val, cspmu->base1 + offset); in arm_cspmu_write_counter() 712 lo_hi_writeq(val, cspmu->base1 + offset); in arm_cspmu_write_counter() 716 writel(lower_32_bits(val), cspmu->base1 + offset); in arm_cspmu_write_counter() 728 counter_addr = cspmu->base1 + offset; in arm_cspmu_read_counter() 736 return readl(cspmu->base1 + offset); in arm_cspmu_read_counter() 963 cspmu->base1 = cspmu->base0; in arm_cspmu_init_mmio() 965 cspmu->base1 = devm_platform_ioremap_resource(pdev, 1); in arm_cspmu_init_mmio() 966 if (IS_ERR(cspmu->base1)) { in arm_cspmu_init_mmio() 968 return PTR_ERR(cspmu->base1); in arm_cspmu_init_mmio() 1012 pmovs[i] = readl(cspmu->base1 + pmovclr_offset); in arm_cspmu_get_reset_overflow() [all …]
|
| H A D | arm_cspmu.h | 229 void __iomem *base1; member
|
| /linux/arch/arm/kernel/ ! |
| H A D | bios32.c | 207 u32 base0, base1; in pci_fixup_cy82c693() local 211 base1 = 0x3f4; in pci_fixup_cy82c693() 214 base1 = 0x374; in pci_fixup_cy82c693() 220 base1 | PCI_BASE_ADDRESS_SPACE_IO); in pci_fixup_cy82c693()
|
| /linux/drivers/video/ ! |
| H A D | aperture.c | 144 static bool overlap(resource_size_t base1, resource_size_t end1, in overlap() argument 147 return (base1 < end2) && (end1 > base2); in overlap()
|
| /linux/drivers/pinctrl/renesas/ ! |
| H A D | pinctrl-rzt2h.c | 83 void __iomem *base0, *base1; member 95 ((port) > RZT2H_MAX_SAFETY_PORTS ? (pctrl)->base0 : (pctrl)->base1) 937 pctrl->base1 = devm_ioremap_resource(&pdev->dev, res); in rzt2h_pinctrl_cfg_regions() 938 if (IS_ERR(pctrl->base1)) in rzt2h_pinctrl_cfg_regions() 939 return PTR_ERR(pctrl->base1); in rzt2h_pinctrl_cfg_regions() 945 writeb(0x0, pctrl->base1 + RSELP(port)); in rzt2h_pinctrl_cfg_regions()
|
| /linux/drivers/clk/renesas/ ! |
| H A D | renesas-cpg-mssr.c | 243 RZT2H_MSTPCR_BLOCK(offset) ? priv->pub.base1 : priv->pub.base0; in cpg_rzt2h_mstp_read() 251 RZT2H_MSTPCR_BLOCK(offset) ? priv->pub.base1 : priv->pub.base0; in cpg_rzt2h_mstp_write() 1276 priv->pub.base1 = of_iomap(np, 1); in cpg_mssr_common_init() 1277 if (!priv->pub.base1) { in cpg_mssr_common_init() 1328 if (priv->pub.base1) in cpg_mssr_common_init() 1329 iounmap(priv->pub.base1); in cpg_mssr_common_init()
|
| H A D | renesas-cpg-mssr.h | 53 void __iomem *base1; member
|
| /linux/arch/x86/math-emu/ ! |
| H A D | fpu_system.h | 48 return base | ((unsigned long)d->base1 << 16) | d->base0; in seg_get_base()
|
| /linux/drivers/bluetooth/ ! |
| H A D | btmrvl_sdio.c | 565 u8 base0, base1; in btmrvl_sdio_download_fw_w_helper() local 623 base1 = sdio_readb(card->func, in btmrvl_sdio_download_fw_w_helper() 629 base1, base1); in btmrvl_sdio_download_fw_w_helper() 634 len = (((u16) base1) << 8) | base0; in btmrvl_sdio_download_fw_w_helper()
|
| /linux/arch/arm/boot/dts/qcom/ ! |
| H A D | qcom-apq8084.dtsi | 254 tsens_base1: base1@d0 { 414 tsens_base1_backup: base1-backup@440 { 542 "base1", "base2",
|
| /linux/arch/x86/hyperv/ ! |
| H A D | hv_vtl.c | 97 (desc->base1 << 16) | desc->base0; in hv_vtl_system_desc_base()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ ! |
| H A D | sdio.c | 1450 u8 base0, base1; in mwifiex_prog_fw_w_helper() local 1501 &base1); in mwifiex_prog_fw_w_helper() 1506 base1, base1); in mwifiex_prog_fw_w_helper() 1509 len = (u16) (((base1 & 0xff) << 8) | (base0 & 0xff)); in mwifiex_prog_fw_w_helper()
|
| /linux/arch/arm64/boot/dts/qcom/ ! |
| H A D | ipq5332.dtsi | 216 tsens_base1: base1@3e2 { 245 "base1",
|
| H A D | ipq5018.dtsi | 273 tsens_base1: base1@249 { 362 "base1",
|