Home
last modified time | relevance | path

Searched refs:base (Results 4376 - 4400 of 18486) sorted by relevance

1...<<171172173174175176177178179180>>...740

/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm_atmel.c144 atmel_release_region(priv->base, priv->region_size); in atml_plat_remove()
163 unsigned long base; in init_atmel() local
171 if ((iobase = atmel_get_base_addr(&base, &region_size)) == NULL) { in init_atmel()
178 (base, region_size, "tpm_atmel0") == NULL) ? 0 : 1; in init_atmel()
193 priv->base = base; in init_atmel()
216 atmel_release_region(base, in init_atmel()
/kernel/linux/linux-6.6/drivers/clk/renesas/
H A Drcar-usb2-clock-sel.c35 void __iomem *base; member
46 u16 val = readw(priv->base + USB20_CLKSET0); in usb2_clock_sel_enable_extal_only()
52 writew(CLKSET0_EXTAL_ONLY, priv->base + USB20_CLKSET0); in usb2_clock_sel_enable_extal_only()
58 writew(CLKSET0_PRIVATE, priv->base + USB20_CLKSET0); in usb2_clock_sel_disable_extal_only()
149 priv->base = devm_platform_ioremap_resource(pdev, 0); in rcar_usb2_clock_sel_probe()
150 if (IS_ERR(priv->base)) in rcar_usb2_clock_sel_probe()
151 return PTR_ERR(priv->base); in rcar_usb2_clock_sel_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_ipp.c38 ipp_dce->base.ctx
123 * surface base address in byte. It is 4K byte aligned. in dce_ipp_cursor_set_attributes()
279 ipp_dce->base.ctx = ctx; in dce_ipp_construct()
280 ipp_dce->base.inst = inst; in dce_ipp_construct()
281 ipp_dce->base.funcs = &dce_ipp_funcs; in dce_ipp_construct()
297 ipp_dce->base.ctx = ctx; in dce60_ipp_construct()
298 ipp_dce->base.inst = inst; in dce60_ipp_construct()
299 ipp_dce->base.funcs = &dce60_ipp_funcs; in dce60_ipp_construct()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dtimer-clint.c168 void __iomem *base; in clint_timer_init_dt() local
209 base = of_iomap(np, 0); in clint_timer_init_dt()
210 if (!base) { in clint_timer_init_dt()
215 clint_ipi_base = base + CLINT_IPI_OFF; in clint_timer_init_dt()
216 clint_timer_cmp = base + CLINT_TIMER_CMP_OFF; in clint_timer_init_dt()
217 clint_timer_val = base + CLINT_TIMER_VAL_OFF; in clint_timer_init_dt()
272 iounmap(base); in clint_timer_init_dt()
H A Dtimer-zevio.c50 void __iomem *base; member
126 timer->base = of_iomap(node, 0); in zevio_timer_add()
127 if (!timer->base) { in zevio_timer_add()
131 timer->timer1 = timer->base + IO_TIMER1; in zevio_timer_add()
132 timer->timer2 = timer->base + IO_TIMER2; in zevio_timer_add()
172 writel(0, timer->base + IO_MATCH(TIMER_MATCH)); in zevio_timer_add()
202 iounmap(timer->base); in zevio_timer_add()
/kernel/linux/linux-6.6/drivers/net/mdio/
H A Dmdio-aspeed.c44 void __iomem *base; member
64 iowrite32(ctrl, ctx->base + ASPEED_MDIO_CTRL); in aspeed_mdio_op()
66 return readl_poll_timeout(ctx->base + ASPEED_MDIO_CTRL, ctrl, in aspeed_mdio_op()
78 rc = readl_poll_timeout(ctx->base + ASPEED_MDIO_DATA, data, in aspeed_mdio_get_data()
150 ctx->base = devm_platform_ioremap_resource(pdev, 0); in aspeed_mdio_probe()
151 if (IS_ERR(ctx->base)) in aspeed_mdio_probe()
152 return PTR_ERR(ctx->base); in aspeed_mdio_probe()
/kernel/linux/linux-6.6/drivers/nvmem/
H A Dsc27xx-efuse.c66 u32 base; member
112 efuse->base + SC27XX_EFUSE_STATUS, in sc27xx_efuse_poll_status()
155 efuse->base + SC27XX_EFUSE_BLOCK_INDEX, in sc27xx_efuse_read()
162 efuse->base + SC27XX_EFUSE_MODE_CTRL, in sc27xx_efuse_read()
177 ret = regmap_read(efuse->regmap, efuse->base + SC27XX_EFUSE_DATA_RD, in sc27xx_efuse_read()
184 efuse->base + SC27XX_EFUSE_MODE_CTRL, in sc27xx_efuse_read()
220 ret = of_property_read_u32(np, "reg", &efuse->base); in sc27xx_efuse_probe()
222 dev_err(&pdev->dev, "failed to get efuse base address\n"); in sc27xx_efuse_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_encoder.c108 ret = drm_mode_object_add(dev, &encoder->base, DRM_MODE_OBJECT_ENCODER); in __drm_encoder_init()
120 encoder->base.id); in __drm_encoder_init()
133 drm_mode_object_unregister(dev, &encoder->base); in __drm_encoder_init()
197 drm_mode_object_unregister(dev, &encoder->base); in drm_encoder_cleanup()
347 if (crtc && drm_lease_held(file_priv, crtc->base.id)) in drm_mode_getencoder()
348 enc_resp->crtc_id = crtc->base.id; in drm_mode_getencoder()
354 enc_resp->encoder_id = encoder->base.id; in drm_mode_getencoder()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dmemx.c8 u32 base; member
60 memx->base = reply[0]; in nvkm_memx_init()
67 nvkm_wr32(device, 0x10a1c0, 0x01000000 | memx->base); in nvkm_memx_init()
90 memx->base, finish); in nvkm_memx_fini()
169 u32 reply[2], base, size, i; in nvkm_memx_train_result() local
177 base = reply[0]; in nvkm_memx_train_result()
183 nvkm_wr32(device, 0x10a1c0, 0x02000000 | base); in nvkm_memx_train_result()
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dsc27xx-vibra.c33 u32 base; member
60 regmap_update_bits(info->regmap, info->base, data->ldo_pd, 0); in sc27xx_vibra_set()
61 regmap_update_bits(info->regmap, info->base, in sc27xx_vibra_set()
65 regmap_update_bits(info->regmap, info->base, data->ldo_pd, in sc27xx_vibra_set()
67 regmap_update_bits(info->regmap, info->base, in sc27xx_vibra_set()
80 return regmap_update_bits(info->regmap, info->base, in sc27xx_vibra_hw_init()
137 error = device_property_read_u32(&pdev->dev, "reg", &info->base); in sc27xx_vibra_probe()
139 dev_err(&pdev->dev, "failed to get vibrator base address.\n"); in sc27xx_vibra_probe()
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-mvebu-odmi.c39 void __iomem *base; member
187 odmi->base = of_io_request_and_map(node, i, "odmi"); in mvebu_odmi_init()
188 if (IS_ERR(odmi->base)) { in mvebu_odmi_init()
189 ret = PTR_ERR(odmi->base); in mvebu_odmi_init()
193 if (of_property_read_u32_index(node, "marvell,spi-base", in mvebu_odmi_init()
227 if (odmi->base && !IS_ERR(odmi->base)) in mvebu_odmi_init()
228 iounmap(odmis[i].base); in mvebu_odmi_init()
H A Dirq-orion.c36 int n, base = 0; in orion_handle_irq() local
38 for (n = 0; n < dgc->num_chips; n++, base += ORION_IRQS_PER_CHIP) { in orion_handle_irq()
40 irq_get_domain_generic_chip(orion_irq_domain, base); in orion_handle_irq()
56 int n, ret, base, num_chips = 0; in orion_irq_init() local
75 for (n = 0, base = 0; n < num_chips; n++, base += ORION_IRQS_PER_CHIP) { in orion_irq_init()
77 irq_get_domain_generic_chip(orion_irq_domain, base); in orion_irq_init()
/kernel/linux/linux-6.6/sound/soc/kirkwood/
H A Dkirkwood-dma.c77 kirkwood_dma_conf_mbus_windows(void __iomem *base, int win, in kirkwood_dma_conf_mbus_windows() argument
84 writel(0, base + KIRKWOOD_AUDIO_WIN_CTRL_REG(win)); in kirkwood_dma_conf_mbus_windows()
85 writel(0, base + KIRKWOOD_AUDIO_WIN_BASE_REG(win)); in kirkwood_dma_conf_mbus_windows()
90 if ((cs->base & 0xffff0000) < (dma & 0xffff0000)) { in kirkwood_dma_conf_mbus_windows()
91 writel(cs->base & 0xffff0000, in kirkwood_dma_conf_mbus_windows()
92 base + KIRKWOOD_AUDIO_WIN_BASE_REG(win)); in kirkwood_dma_conf_mbus_windows()
96 base + KIRKWOOD_AUDIO_WIN_CTRL_REG(win)); in kirkwood_dma_conf_mbus_windows()
/third_party/icu/icu4c/source/test/perf/leperf/
H A Dsfnt.h93 CMAPEncodingSubtable base; member
122 CMAPEncodingSubtable base; member
150 CMAPEncodingSubtable base; member
179 CMAPEncodingSubtable base; member
221 CMAPEncodingSubtable32 base; member
241 CMAPEncodingSubtable32 base; member
260 CMAPEncodingSubtable32 base; member
/third_party/icu/icu4c/source/test/letest/
H A Dsfnt.h89 CMAPEncodingSubtable base; member
118 CMAPEncodingSubtable base; member
146 CMAPEncodingSubtable base; member
175 CMAPEncodingSubtable base; member
217 CMAPEncodingSubtable32 base; member
237 CMAPEncodingSubtable32 base; member
256 CMAPEncodingSubtable32 base; member
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_ringbuffer.c47 fd_submit_del(&fd_submit->base); in retire_cleanup()
54 struct virtio_pipe *virtio_pipe = to_virtio_pipe(fd_submit->base.pipe); in flush_submit_list()
55 struct fd_device *dev = virtio_pipe->base.dev; in flush_submit_list()
63 assert(submit->pipe == &virtio_pipe->base); in flush_submit_list()
142 guest_handles[i] = virtio_bo->base.handle; in flush_submit_list()
177 out_fence->fence.ufence = fd_submit->base.fence; in flush_submit_list()
217 fd_submit_ref(&fd_submit->base); in flush_submit_list()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_enc_4_0.c63 if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_MPEG4_AVC) { in radeon_enc_session_init()
65 enc->enc_pic.session_init.aligned_picture_width = align(enc->base.width, 16); in radeon_enc_session_init()
66 } else if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_HEVC) { in radeon_enc_session_init()
68 enc->enc_pic.session_init.aligned_picture_width = align(enc->base.width, 64); in radeon_enc_session_init()
70 enc->enc_pic.session_init.aligned_picture_height = align(enc->base.height, 16); in radeon_enc_session_init()
72 enc->enc_pic.session_init.aligned_picture_width - enc->base.width; in radeon_enc_session_init()
74 enc->enc_pic.session_init.aligned_picture_height - enc->base.height; in radeon_enc_session_init()
/third_party/node/lib/internal/repl/
H A Dawait.js40 walk.base.ClassDeclaration(node, state, c);
46 walk.base.ForOfStatement(node, state, c);
60 walk.base.AwaitExpression(node, state, c);
64 walk.base.ReturnStatement(node, state, c);
135 walk.base.VariableDeclaration(node, state, c);
140 for (const nodeType of ObjectKeys(walk.base)) {
141 const callback = visitorsWithoutAncestors[nodeType] || walk.base[nodeType];
/third_party/node/deps/v8/src/wasm/
H A Djump-table-assembler.h114 static void GenerateLazyCompileTable(Address base, uint32_t num_slots, in GenerateLazyCompileTable() argument
119 JumpTableAssembler jtasm(base, lazy_compile_table_size + 256); in GenerateLazyCompileTable()
126 FlushInstructionCache(base, lazy_compile_table_size); in GenerateLazyCompileTable()
129 static void GenerateFarJumpTable(Address base, Address* stub_targets, in GenerateFarJumpTable() argument
135 JumpTableAssembler jtasm(base, table_size + 256); in GenerateFarJumpTable()
143 index < num_runtime_slots ? stub_targets[index] : base + offset; in GenerateFarJumpTable()
148 FlushInstructionCache(base, table_size); in GenerateFarJumpTable()
/third_party/node/deps/v8/src/execution/
H A Dsimulator-base.h13 #include "src/base/hashmap.h"
31 static base::Mutex* redirection_mutex() { return redirection_mutex_; } in redirection_mutex()
35 static base::Mutex* i_cache_mutex() { return i_cache_mutex_; } in i_cache_mutex()
36 static base::CustomMatcherHashMap* i_cache() { return i_cache_; } in i_cache()
90 static base::Mutex* redirection_mutex_;
93 static base::Mutex* i_cache_mutex_;
94 static base::CustomMatcherHashMap* i_cache_;
229 v8::base::Mutex signature_map_mutex_;
/third_party/node/deps/v8/src/torque/
H A Ddeclarable.cc109 base::Optional<std::string> TypeConstraint::IsViolated(const Type* type) const { in IsViolated()
118 return base::nullopt; in IsViolated()
121 base::Optional<std::string> FindConstraintViolation( in FindConstraintViolation()
130 return base::nullopt; in FindConstraintViolation()
150 const std::vector<base::Optional<const Type*>>& arguments) { in InferSpecializationTypes()
166 base::Optional<Statement*> GenericCallable::CallableBody() { in CallableBody()
173 return base::nullopt; in CallableBody()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_aa_point.c41 struct tgsi_transform_context base; member
291 transform.base.transform_declaration = aa_decl; in tgsi_add_aa_point()
292 transform.base.transform_instruction = aa_inst; in tgsi_add_aa_point()
293 transform.base.transform_immediate = aa_immediate; in tgsi_add_aa_point()
294 transform.base.prolog = aa_prolog; in tgsi_add_aa_point()
295 transform.base.epilog = aa_epilog; in tgsi_add_aa_point()
309 return tgsi_transform_shader(tokens_in, new_len, &transform.base); in tgsi_add_aa_point()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTestsUtils.hpp58 typedef std::set<value_type, tc<value_type>> base; typedef
59 typedef typename base::const_iterator const_iterator;
60 BitsSet(std::initializer_list<value_type> list) : base(list) {} in BitsSet()
61 BitsSet(BitsSet&& other) : base(std::forward<BitsSet>(other)) {} in BitsSet()
62 BitsSet(const BitsSet& other) : base(other) {} in BitsSet()
65 base::operator=(other); in operator =()
69 base::operator=(std::forward<BitsSet>(other)); in operator =()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTestsUtils.hpp58 typedef std::set<value_type, tc<value_type>> base; typedef
59 typedef typename base::const_iterator const_iterator;
60 BitsSet(std::initializer_list<value_type> list) : base(list) {} in BitsSet()
61 BitsSet(BitsSet&& other) : base(std::forward<BitsSet>(other)) {} in BitsSet()
62 BitsSet(const BitsSet& other) : base(other) {} in BitsSet()
65 base::operator=(other); in operator =()
69 base::operator=(std::forward<BitsSet>(other)); in operator =()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-just-table.hh331 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()
350 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()
354 justClassTable.sanitize (c, base, base) && in sanitize()
355 wdcTable.sanitize (c, base) && in sanitize()
356 pcTable.sanitize (c, base) && in sanitize()
357 lookupTable.sanitize (c, base))); in sanitize()

Completed in 17 milliseconds

1...<<171172173174175176177178179180>>...740