/kernel/linux/linux-6.6/drivers/pinctrl/bcm/ |
H A D | pinctrl-nsp-mux.c | 99 * @base1: second mux register 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 | 105 * @base1: second IOMUX register base 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()
|
/kernel/linux/linux-6.6/drivers/thermal/qcom/ |
H A D | tsens.c | 76 u32 base1, base2; in tsens_read_calibration() local 95 ret = snprintf(name, sizeof(name), "base1%s", backup ? "_backup" : ""); in tsens_read_calibration() 99 ret = nvmem_cell_read_variable_le_u32(priv->dev, name, &base1); in tsens_read_calibration() 134 p1[i] = p1[i] + (base1 << shift); in tsens_read_calibration() 144 p1[i] = (p1[i] + base1) << shift; in tsens_read_calibration() 211 u32 base1, base2; in tsens_read_calibration_legacy() local 220 base1 = tsens_read_cell(&format->base[0], format->base_len, cdata0, cdata1); in tsens_read_calibration_legacy() 231 p1[i] = p1[i] + (base1 << format->base_shift); in tsens_read_calibration_legacy() 239 p1[i] = (p1[i] + base1) << format->base_shift; in tsens_read_calibration_legacy()
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | kvm-s390.h | 127 u32 base1 = (vcpu->arch.sie_block->ipb & 0xf0000000) >> 28; in kvm_s390_get_base_disp_sse() local 132 *address1 = (base1 ? vcpu->run->s.regs.gprs[base1] : 0) + disp1; in kvm_s390_get_base_disp_sse() 136 *ar_b1 = base1; in kvm_s390_get_base_disp_sse()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | vp8dsp.c | 383 LOCAL_ALIGNED_16(uint8_t, base1, [32 + 16 * 16]); in check_loopfilter_16y() 395 uint8_t *buf1 = base1 + midoff_aligned; in check_loopfilter_16y() 480 LOCAL_ALIGNED_16(uint8_t, base1, [32 + 16 * 16]); in check_loopfilter_simple() 492 uint8_t *buf1 = base1 + midoff_aligned; in check_loopfilter_simple()
|
H A D | vp9dsp.c | 454 LOCAL_ALIGNED_32(uint8_t, base1, [32 + 16 * 16 * 2]); in check_loopfilter() 469 uint8_t *buf1 = base1 + midoff_aligned; in check_loopfilter() 491 buf1 = base1 + midoff_aligned; in check_loopfilter()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | rsaz_exp.h | 44 const BN_ULONG *base1,
|
/third_party/openssl/crypto/bn/ |
H A D | rsaz_exp.h | 44 const BN_ULONG *base1,
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/ |
H A D | processor.h | 64 unsigned base1:8, type:4, s:1, dpl:2, p:1; member 78 (desc->base0 | ((desc->base1) << 16) | ((desc->base2) << 24)); in get_desc64_base()
|
/kernel/linux/linux-5.10/drivers/pinctrl/bcm/ |
H A D | pinctrl-ns2-mux.c | 111 * @base1: second IOMUX register base 124 void __iomem *base1; member 619 base_address = pinctrl->base1; in ns2_pinmux_set() 1052 pinctrl->base1 = devm_ioremap(&pdev->dev, res->start, in ns2_pinmux_probe() 1054 if (!pinctrl->base1) { in ns2_pinmux_probe()
|
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | fpu_system.h | 48 return base | ((unsigned long)d->base1 << 16) | d->base0; in seg_get_base()
|
/kernel/linux/linux-6.6/drivers/perf/arm_cspmu/ |
H A D | arm_cspmu.h | 123 void __iomem *base1; member
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | fpu_system.h | 48 return base | ((unsigned long)d->base1 << 16) | d->base0; in seg_get_base()
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btmrvl_sdio.c | 577 u8 base0, base1; in btmrvl_sdio_download_fw_w_helper() local 635 base1 = sdio_readb(card->func, in btmrvl_sdio_download_fw_w_helper() 639 " base1 = 0x%04X(%d)." in btmrvl_sdio_download_fw_w_helper() 641 base1, base1); in btmrvl_sdio_download_fw_w_helper() 646 len = (((u16) base1) << 8) | base0; in btmrvl_sdio_download_fw_w_helper()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | btmrvl_sdio.c | 564 u8 base0, base1; in btmrvl_sdio_download_fw_w_helper() local 622 base1 = sdio_readb(card->func, in btmrvl_sdio_download_fw_w_helper() 626 " base1 = 0x%04X(%d)." in btmrvl_sdio_download_fw_w_helper() 628 base1, base1); in btmrvl_sdio_download_fw_w_helper() 633 len = (((u16) base1) << 8) | base0; in btmrvl_sdio_download_fw_w_helper()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | PluralSamples.java | 197 for (FixedDecimal base1 : original) { in fractions() 198 result.add((int)base1.integerValue); in fractions()
|
/kernel/linux/linux-6.6/arch/x86/hyperv/ |
H A D | hv_vtl.c | 54 (desc->base1 << 16) | desc->base0; in hv_vtl_system_desc_base()
|
/kernel/linux/linux-5.10/mm/ |
H A D | memblock.c | 174 static unsigned long __init_memblock memblock_addrs_overlap(phys_addr_t base1, phys_addr_t size1, in memblock_addrs_overlap() argument 177 return ((base1 < (base2 + size2)) && (base2 < (base1 + size1))); in memblock_addrs_overlap()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_build_util.cpp | 338 int base1 = (baseSize2[mask] >> 0) & 0xf; in mkClobber() local 346 reg->reg.data.id = base + base1; in mkClobber()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderIntegerFunctionTests.cpp | 668 const deUint32 base1 = rnd.getUint32(); in getInputValues() local 672 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues() 773 const deInt32 base1 = (deInt32)rnd.getUint32(); in getInputValues() local 777 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderIntegerFunctionTests.cpp | 570 const deUint32 base1 = rnd.getUint32(); in getInputValues() local 574 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues() 661 const deInt32 base1 = (deInt32)rnd.getUint32(); in getInputValues() local 665 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderIntegerFunctionTests.cpp | 668 const deUint32 base1 = rnd.getUint32(); in getInputValues() local 672 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues() 773 const deInt32 base1 = (deInt32)rnd.getUint32(); in getInputValues() local 777 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | sdio.c | 1405 u8 base0, base1; in mwifiex_prog_fw_w_helper() local 1456 &base1); in mwifiex_prog_fw_w_helper() 1460 "base1=%#04X(%d). Terminating dnld\n", in mwifiex_prog_fw_w_helper() 1461 base1, base1); in mwifiex_prog_fw_w_helper() 1464 len = (u16) (((base1 & 0xff) << 8) | (base0 & 0xff)); in mwifiex_prog_fw_w_helper()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | sdio.c | 1440 u8 base0, base1; in mwifiex_prog_fw_w_helper() local 1491 &base1); in mwifiex_prog_fw_w_helper() 1495 "base1=%#04X(%d). Terminating dnld\n", in mwifiex_prog_fw_w_helper() 1496 base1, base1); in mwifiex_prog_fw_w_helper() 1499 len = (u16) (((base1 & 0xff) << 8) | (base0 & 0xff)); in mwifiex_prog_fw_w_helper()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | memblock.h | 121 unsigned long memblock_addrs_overlap(phys_addr_t base1, phys_addr_t size1,
|