/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-ep93xx.c | 58 void __iomem *base; member 85 writeb_relaxed(0, epg->base + eic->irq_offset + EP93XX_INT_EN_OFFSET); in ep93xx_gpio_update_int_params() 88 epg->base + eic->irq_offset + EP93XX_INT_TYPE2_OFFSET); in ep93xx_gpio_update_int_params() 91 epg->base + eic->irq_offset + EP93XX_INT_TYPE1_OFFSET); in ep93xx_gpio_update_int_params() 94 epg->base + eic->irq_offset + EP93XX_INT_EN_OFFSET); in ep93xx_gpio_update_int_params() 110 epg->base + eic->irq_offset + EP93XX_INT_DEBOUNCE_OFFSET); in ep93xx_gpio_int_debounce() 129 stat = readb(epg->base + EP93XX_GPIO_A_INT_STATUS); in ep93xx_gpio_ab_irq_handler() 134 stat = readb(epg->base + EP93XX_GPIO_B_INT_STATUS); in ep93xx_gpio_ab_irq_handler() 171 writeb(port_mask, epg->base + eic->irq_offset + EP93XX_INT_EOI_OFFSET); in ep93xx_gpio_irq_ack() 187 writeb(port_mask, epg->base in ep93xx_gpio_irq_mask_ack() 280 int base; global() member [all...] |
/kernel/linux/linux-6.6/drivers/clk/mediatek/ |
H A D | clk-pll.c | 287 void __iomem *base, in mtk_clk_register_pll_ops() 294 pll->base_addr = base + data->reg; in mtk_clk_register_pll_ops() 295 pll->pwr_addr = base + data->pwr_reg; in mtk_clk_register_pll_ops() 296 pll->pd_addr = base + data->pd_reg; in mtk_clk_register_pll_ops() 297 pll->pcw_addr = base + data->pcw_reg; in mtk_clk_register_pll_ops() 299 pll->pcw_chg_addr = base + data->pcw_chg_reg; in mtk_clk_register_pll_ops() 303 pll->tuner_addr = base + data->tuner_reg; in mtk_clk_register_pll_ops() 305 pll->tuner_en_addr = base + data->tuner_en_reg; in mtk_clk_register_pll_ops() 307 pll->en_addr = base + data->en_reg; in mtk_clk_register_pll_ops() 331 void __iomem *base) in mtk_clk_register_pll() 285 mtk_clk_register_pll_ops(struct mtk_clk_pll *pll, const struct mtk_pll_data *data, void __iomem *base, const struct clk_ops *pll_ops) mtk_clk_register_pll_ops() argument 330 mtk_clk_register_pll(const struct mtk_pll_data *data, void __iomem *base) mtk_clk_register_pll() argument 364 void __iomem *base; mtk_clk_register_plls() local 421 __iomem void *base = NULL; mtk_clk_unregister_plls() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | geode-aes.c | 129 tctx->fallback.cip->base.crt_flags &= ~CRYPTO_TFM_REQ_MASK; in geode_setkey_cip() 130 tctx->fallback.cip->base.crt_flags |= in geode_setkey_cip() 240 const char *name = crypto_tfm_alg_name(&tfm->base); in geode_init_skcipher() 316 .base.cra_name = "cbc(aes)", 317 .base.cra_driver_name = "cbc-aes-geode", 318 .base.cra_priority = 400, 319 .base.cra_flags = CRYPTO_ALG_KERN_DRIVER_ONLY | 321 .base.cra_blocksize = AES_BLOCK_SIZE, 322 .base.cra_ctxsize = sizeof(struct geode_aes_tfm_ctx), 323 .base [all...] |
/kernel/linux/linux-6.6/drivers/cxl/core/ |
H A D | regs.c | 29 * @dev: Host device of the @base mapping 30 * @base: Mapping containing the HDM Decoder Capability Header 38 void cxl_probe_component_regs(struct device *dev, void __iomem *base, in cxl_probe_component_regs() argument 50 base += CXL_CM_OFFSET; in cxl_probe_component_regs() 52 cap_array = readl(base + CXL_CM_CAP_HDR_OFFSET); in cxl_probe_component_regs() 69 hdr = readl(base + cap * 0x4); in cxl_probe_component_regs() 73 register_block = base + offset; in cxl_probe_component_regs() 113 * @dev: Host device of the @base mapping 114 * @base: Mapping of CXL 2.0 8.2.8 CXL Device Register Interface 119 void cxl_probe_device_regs(struct device *dev, void __iomem *base, in cxl_probe_device_regs() argument 429 void __iomem *base = map->base; cxl_probe_regs() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_backlight.c | 67 struct nouveau_drm *drm = nouveau_drm(nv_encoder->base.base.dev); in nv40_get_intensity() 79 struct nouveau_drm *drm = nouveau_drm(nv_encoder->base.base.dev); in nv40_set_intensity() 101 struct nouveau_drm *drm = nouveau_drm(encoder->base.base.dev); in nv40_backlight_init() 116 struct nouveau_drm *drm = nouveau_drm(nv_encoder->base.base.dev); in nv50_get_intensity() 131 struct nouveau_drm *drm = nouveau_drm(nv_encoder->base.base in nv50_set_intensity() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/arm/ |
H A D | eesox.c | 75 void __iomem *base; member 196 static void eesoxscsi_buffer_in(void *buf, int length, void __iomem *base) in eesoxscsi_buffer_in() argument 198 const void __iomem *reg_fas = base + EESOX_FAS216_OFFSET; in eesoxscsi_buffer_in() 199 const void __iomem *reg_dmastat = base + EESOX_DMASTAT; in eesoxscsi_buffer_in() 200 const void __iomem *reg_dmadata = base + EESOX_DMADATA; in eesoxscsi_buffer_in() 274 static void eesoxscsi_buffer_out(void *buf, int length, void __iomem *base) in eesoxscsi_buffer_out() argument 276 const void __iomem *reg_fas = base + EESOX_FAS216_OFFSET; in eesoxscsi_buffer_out() 277 const void __iomem *reg_dmastat = base + EESOX_DMASTAT; in eesoxscsi_buffer_out() 278 void __iomem *reg_dmadata = base + EESOX_DMADATA; in eesoxscsi_buffer_out() 360 eesoxscsi_buffer_in(SCp->ptr, SCp->this_residual, info->base); in eesoxscsi_dma_pseudo() 499 void __iomem *base; eesoxscsi_probe() local [all...] |
/third_party/eudev/ |
H A D | depcomp | 71 # global variable '$base'. 74 base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` 305 tmpdepfile1=$dir$base.u 306 tmpdepfile2=$base.u 307 tmpdepfile3=$dir.libs/$base.u 310 tmpdepfile1=$dir$base.u 311 tmpdepfile2=$dir$base.u 312 tmpdepfile3=$dir$base.u 375 # Use the source, not the object, to determine the base name, since 378 tmpdepfile=$base [all...] |
/third_party/gn/src/gn/ |
H A D | json_project_writer.cc | 12 #include "base/command_line.h" 13 #include "base/files/file_path.h" 14 #include "base/json/json_writer.h" 15 #include "base/json/string_escape.h" 103 base::FilePath output_path = build_settings->GetFullPath(output_file); in RunAndWriteFiles() 121 // Relative path, assume the base is in build_dir. in RunAndWriteFiles() 130 base::FilePath script_path = build_settings->GetFullPath(script_file); in RunAndWriteFiles() 152 // the user (unlike base::JSONWriter). This allows rendering to be performed 247 // JSON string. Useful to insert the output of base::JSONWriter::Write() 263 // only, due to the way base in AddJSONDict() [all...] |
/third_party/lame/ |
H A D | depcomp | 71 # global variable '$base'. 74 base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` 305 tmpdepfile1=$dir$base.u 306 tmpdepfile2=$base.u 307 tmpdepfile3=$dir.libs/$base.u 310 tmpdepfile1=$dir$base.u 311 tmpdepfile2=$dir$base.u 312 tmpdepfile3=$dir$base.u 375 # Use the source, not the object, to determine the base name, since 378 tmpdepfile=$base [all...] |
/third_party/lame/libmp3lame/ |
H A D | depcomp | 71 # global variable '$base'. 74 base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` 305 tmpdepfile1=$dir$base.u 306 tmpdepfile2=$base.u 307 tmpdepfile3=$dir.libs/$base.u 310 tmpdepfile1=$dir$base.u 311 tmpdepfile2=$dir$base.u 312 tmpdepfile3=$dir$base.u 375 # Use the source, not the object, to determine the base name, since 378 tmpdepfile=$base [all...] |
/third_party/lame/mpglib/ |
H A D | depcomp | 71 # global variable '$base'. 74 base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` 305 tmpdepfile1=$dir$base.u 306 tmpdepfile2=$base.u 307 tmpdepfile3=$dir.libs/$base.u 310 tmpdepfile1=$dir$base.u 311 tmpdepfile2=$dir$base.u 312 tmpdepfile3=$dir$base.u 375 # Use the source, not the object, to determine the base name, since 378 tmpdepfile=$base [all...] |
/third_party/lame/frontend/ |
H A D | depcomp | 71 # global variable '$base'. 74 base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` 305 tmpdepfile1=$dir$base.u 306 tmpdepfile2=$base.u 307 tmpdepfile3=$dir.libs/$base.u 310 tmpdepfile1=$dir$base.u 311 tmpdepfile2=$dir$base.u 312 tmpdepfile3=$dir$base.u 375 # Use the source, not the object, to determine the base name, since 378 tmpdepfile=$base [all...] |
/third_party/lame/misc/ |
H A D | depcomp | 71 # global variable '$base'. 74 base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` 305 tmpdepfile1=$dir$base.u 306 tmpdepfile2=$base.u 307 tmpdepfile3=$dir.libs/$base.u 310 tmpdepfile1=$dir$base.u 311 tmpdepfile2=$dir$base.u 312 tmpdepfile3=$dir$base.u 375 # Use the source, not the object, to determine the base name, since 378 tmpdepfile=$base [all...] |
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_uniforms.c | 94 if (image->base.resource->target == PIPE_BUFFER) { in get_image_size() 95 return image->base.u.buf.size / in get_image_size() 96 util_format_get_blocksize(image->base.format); in get_image_size() 98 return u_minify(image->base.resource->width0, in get_image_size() 99 image->base.u.tex.level); in get_image_size() 102 assert(image->base.resource->target != PIPE_BUFFER); in get_image_size() 103 return u_minify(image->base.resource->height0, in get_image_size() 104 image->base.u.tex.level); in get_image_size() 106 assert(image->base.resource->target != PIPE_BUFFER); in get_image_size() 107 return u_minify(image->base in get_image_size() [all...] |
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_drawable.c | 96 struct pipe_screen *pscreen = screen->base.screen; in dri_st_framebuffer_validate() 168 drawable->base.visual = &drawable->stvis; in dri_create_buffer() 169 drawable->base.flush_front = dri_st_framebuffer_flush_front; in dri_create_buffer() 170 drawable->base.validate = dri_st_framebuffer_validate; in dri_create_buffer() 171 drawable->base.flush_swapbuffers = dri_st_framebuffer_flush_swapbuffers; in dri_create_buffer() 172 drawable->base.st_manager_private = (void *) drawable; in dri_create_buffer() 179 p_atomic_set(&drawable->base.stamp, 1); in dri_create_buffer() 180 drawable->base.ID = p_atomic_inc_return(&drifb_ID); in dri_create_buffer() 181 drawable->base.state_manager = &screen->base; in dri_create_buffer() [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module-builder.h | 12 #include "src/base/memory.h" 13 #include "src/base/platform/wrappers.h" 14 #include "src/base/vector.h" 47 base::WriteLittleEndianValue<uint16_t>(reinterpret_cast<Address>(pos_), x); in write_u16() 53 base::WriteLittleEndianValue<uint32_t>(reinterpret_cast<Address>(pos_), x); in write_u32() 59 base::WriteLittleEndianValue<uint64_t>(reinterpret_cast<Address>(pos_), x); in write_u64() 100 void write_string(base::Vector<const char> name) { in write_string() 192 void SetName(base::Vector<const char> name); 229 base::Vector<const char> name_; 313 uint32_t AddImport(base [all...] |
/third_party/node/deps/cares/ |
H A D | depcomp | 71 # global variable '$base'. 74 base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` 305 tmpdepfile1=$dir$base.u 306 tmpdepfile2=$base.u 307 tmpdepfile3=$dir.libs/$base.u 310 tmpdepfile1=$dir$base.u 311 tmpdepfile2=$dir$base.u 312 tmpdepfile3=$dir$base.u 375 # Use the source, not the object, to determine the base name, since 378 tmpdepfile=$base [all...] |
/third_party/node/deps/cares/config/ |
H A D | depcomp | 71 # global variable '$base'. 74 base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` 305 tmpdepfile1=$dir$base.u 306 tmpdepfile2=$base.u 307 tmpdepfile3=$dir.libs/$base.u 310 tmpdepfile1=$dir$base.u 311 tmpdepfile2=$dir$base.u 312 tmpdepfile3=$dir$base.u 375 # Use the source, not the object, to determine the base name, since 378 tmpdepfile=$base [all...] |
/third_party/libevdev/build-aux/ |
H A D | depcomp | 71 # global variable '$base'. 74 base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` 305 tmpdepfile1=$dir$base.u 306 tmpdepfile2=$base.u 307 tmpdepfile3=$dir.libs/$base.u 310 tmpdepfile1=$dir$base.u 311 tmpdepfile2=$dir$base.u 312 tmpdepfile3=$dir$base.u 375 # Use the source, not the object, to determine the base name, since 378 tmpdepfile=$base [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_screen.c | 460 rb_screen->base._member = screen->_member ? rbug_screen_##_member : NULL in rbug_screen_create() 462 rb_screen->base.destroy = rbug_screen_destroy; in rbug_screen_create() 463 rb_screen->base.get_name = rbug_screen_get_name; in rbug_screen_create() 464 rb_screen->base.get_vendor = rbug_screen_get_vendor; in rbug_screen_create() 467 rb_screen->base.get_device_vendor = rbug_screen_get_device_vendor; in rbug_screen_create() 468 rb_screen->base.get_param = rbug_screen_get_param; in rbug_screen_create() 469 rb_screen->base.get_shader_param = rbug_screen_get_shader_param; in rbug_screen_create() 470 rb_screen->base.get_paramf = rbug_screen_get_paramf; in rbug_screen_create() 471 rb_screen->base.is_format_supported = rbug_screen_is_format_supported; in rbug_screen_create() 475 rb_screen->base in rbug_screen_create() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_bufmgr_debug.c | 59 #define SUPER(__derived) (&(__derived)->base) 70 struct pb_buffer base; member 90 struct pb_manager base; member 165 fill_random_pattern(map + buf->underflow_size + buf->base.size, in pb_debug_buffer_fill() 199 overflow = !check_random_pattern(map + buf->underflow_size + buf->base.size, in pb_debug_buffer_check() 204 buf->base.size, in pb_debug_buffer_check() 220 fill_random_pattern(map + buf->underflow_size + buf->base.size, in pb_debug_buffer_check() 234 assert(!pipe_is_referenced(&buf->base.reference)); in pb_debug_buffer_destroy() 354 debug_printf(" .size = 0x%"PRIx64"\n", buf->base.size); in pb_debug_manager_dump_locked() 406 pipe_reference_init(&buf->base in pb_debug_manager_create_buffer() [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha.c | 192 if (ctx->base.keylen != keylen) { in aes_set_ctx_params() 200 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) { in aes_set_ctx_params() 204 if (ctx->base.tlsversion == SSL3_VERSION in aes_set_ctx_params() 205 || ctx->base.tlsversion == TLS1_VERSION) { in aes_set_ctx_params() 206 if (!ossl_assert(ctx->base.removetlsfixed >= AES_BLOCK_SIZE)) { in aes_set_ctx_params() 214 ctx->base.removetlsfixed -= AES_BLOCK_SIZE; in aes_set_ctx_params() 263 if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->base.keylen)) { in aes_get_ctx_params() 268 if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->base.ivlen)) { in aes_get_ctx_params() 274 && !OSSL_PARAM_set_octet_string(p, ctx->base.oiv, ctx->base in aes_get_ctx_params() [all...] |
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha.c | 192 if (ctx->base.keylen != keylen) { in aes_set_ctx_params() 200 if (!OSSL_PARAM_get_uint(p, &ctx->base.tlsversion)) { in aes_set_ctx_params() 204 if (ctx->base.tlsversion == SSL3_VERSION in aes_set_ctx_params() 205 || ctx->base.tlsversion == TLS1_VERSION) { in aes_set_ctx_params() 206 if (!ossl_assert(ctx->base.removetlsfixed >= AES_BLOCK_SIZE)) { in aes_set_ctx_params() 214 ctx->base.removetlsfixed -= AES_BLOCK_SIZE; in aes_set_ctx_params() 263 if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->base.keylen)) { in aes_get_ctx_params() 268 if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->base.ivlen)) { in aes_get_ctx_params() 274 && !OSSL_PARAM_set_octet_string(p, ctx->base.oiv, ctx->base in aes_get_ctx_params() [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | depcomp | 71 # global variable '$base'. 74 base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` 305 tmpdepfile1=$dir$base.u 306 tmpdepfile2=$base.u 307 tmpdepfile3=$dir.libs/$base.u 310 tmpdepfile1=$dir$base.u 311 tmpdepfile2=$dir$base.u 312 tmpdepfile3=$dir$base.u 375 # Use the source, not the object, to determine the base name, since 378 tmpdepfile=$base [all...] |
/third_party/skia/third_party/externals/microhttpd/ |
H A D | depcomp | 71 # global variable '$base'. 74 base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` 305 tmpdepfile1=$dir$base.u 306 tmpdepfile2=$base.u 307 tmpdepfile3=$dir.libs/$base.u 310 tmpdepfile1=$dir$base.u 311 tmpdepfile2=$dir$base.u 312 tmpdepfile3=$dir$base.u 375 # Use the source, not the object, to determine the base name, since 378 tmpdepfile=$base [all...] |