Home
last modified time | relevance | path

Searched refs:base (Results 2676 - 2700 of 18762) sorted by relevance

1...<<101102103104105106107108109110>>...751

/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dpci_psycho.c291 unsigned long base = pbm->controller_regs; in psycho_register_error_handlers() local
332 PSYCHO_ECCCTRL_CE), base + PSYCHO_ECC_CTRL); in psycho_register_error_handlers()
337 tmp = upa_readq(base + PSYCHO_PCIA_CTRL); in psycho_register_error_handlers()
342 upa_writeq(tmp, base + PSYCHO_PCIA_CTRL); in psycho_register_error_handlers()
344 tmp = upa_readq(base + PSYCHO_PCIB_CTRL); in psycho_register_error_handlers()
349 upa_writeq(tmp, base + PSYCHO_PCIB_CTRL); in psycho_register_error_handlers()
426 unsigned long base = pbm->controller_regs; in psycho_pbm_strbuf_init() local
430 pbm->stc.strbuf_control = base + PSYCHO_STRBUF_CONTROL_A; in psycho_pbm_strbuf_init()
431 pbm->stc.strbuf_pflush = base + PSYCHO_STRBUF_FLUSH_A; in psycho_pbm_strbuf_init()
432 pbm->stc.strbuf_fsync = base in psycho_pbm_strbuf_init()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-rpc/
H A Ddma.c27 void __iomem *base; /* Controller base address */ member
98 void __iomem *base = idma->base; in iomd_dma_handle() local
103 status = readb(base + ST); in iomd_dma_handle()
119 writel(idma->cur_addr, base + cur); in iomd_dma_handle()
120 writel(idma->cur_len, base + end); in iomd_dma_handle()
158 void __iomem *base = idma->base; in iomd_enable_dma() local
181 writeb(DMA_CR_C, base in iomd_enable_dma()
195 void __iomem *base = idma->base; iomd_disable_dma() local
[all...]
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dsignal.c61 int base; in flush_window_regs_user() local
71 base = (XCHAL_NUM_AREGS / 4) - (regs->wmask >> 4); in flush_window_regs_user()
76 if (__get_user(sp, (int*)(regs->areg[base * 4 + 1] - 12))) in flush_window_regs_user()
81 while (base < XCHAL_NUM_AREGS / 4) { in flush_window_regs_user()
83 int m = (wm >> base); in flush_window_regs_user()
93 &regs->areg[(base + 1) * 4], 16)) in flush_window_regs_user()
99 &regs->areg[(base + 1) * 4], 32)) in flush_window_regs_user()
106 sp = regs->areg[((base + inc) * 4 + 1) % XCHAL_NUM_AREGS]; in flush_window_regs_user()
107 if (copy_to_user(&SPILL_SLOT(sp, 0), &regs->areg[base * 4], 16)) in flush_window_regs_user()
112 sp = regs->areg[base * in flush_window_regs_user()
339 unsigned int base; setup_frame() local
[all...]
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-ep93xx.c56 void __iomem *base; member
83 writeb_relaxed(0, epg->base + eic->irq_offset + EP93XX_INT_EN_OFFSET); in ep93xx_gpio_update_int_params()
86 epg->base + eic->irq_offset + EP93XX_INT_TYPE2_OFFSET); in ep93xx_gpio_update_int_params()
89 epg->base + eic->irq_offset + EP93XX_INT_TYPE1_OFFSET); in ep93xx_gpio_update_int_params()
92 epg->base + eic->irq_offset + EP93XX_INT_EN_OFFSET); in ep93xx_gpio_update_int_params()
108 epg->base + eic->irq_offset + EP93XX_INT_DEBOUNCE_OFFSET); in ep93xx_gpio_int_debounce()
127 stat = readb(epg->base + EP93XX_GPIO_A_INT_STATUS); in ep93xx_gpio_ab_irq_handler()
132 stat = readb(epg->base + EP93XX_GPIO_B_INT_STATUS); in ep93xx_gpio_ab_irq_handler()
169 writeb(port_mask, epg->base + eic->irq_offset + EP93XX_INT_EOI_OFFSET); in ep93xx_gpio_irq_ack()
185 writeb(port_mask, epg->base in ep93xx_gpio_irq_mask_ack()
275 int base; global() member
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-rpc/
H A Ddma.c27 void __iomem *base; /* Controller base address */ member
98 void __iomem *base = idma->base; in iomd_dma_handle() local
103 status = readb(base + ST); in iomd_dma_handle()
119 writel(idma->cur_addr, base + cur); in iomd_dma_handle()
120 writel(idma->cur_len, base + end); in iomd_dma_handle()
158 void __iomem *base = idma->base; in iomd_enable_dma() local
181 writeb(DMA_CR_C, base in iomd_enable_dma()
195 void __iomem *base = idma->base; iomd_disable_dma() local
[all...]
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dpci_psycho.c293 unsigned long base = pbm->controller_regs; in psycho_register_error_handlers() local
334 PSYCHO_ECCCTRL_CE), base + PSYCHO_ECC_CTRL); in psycho_register_error_handlers()
339 tmp = upa_readq(base + PSYCHO_PCIA_CTRL); in psycho_register_error_handlers()
344 upa_writeq(tmp, base + PSYCHO_PCIA_CTRL); in psycho_register_error_handlers()
346 tmp = upa_readq(base + PSYCHO_PCIB_CTRL); in psycho_register_error_handlers()
351 upa_writeq(tmp, base + PSYCHO_PCIB_CTRL); in psycho_register_error_handlers()
428 unsigned long base = pbm->controller_regs; in psycho_pbm_strbuf_init() local
432 pbm->stc.strbuf_control = base + PSYCHO_STRBUF_CONTROL_A; in psycho_pbm_strbuf_init()
433 pbm->stc.strbuf_pflush = base + PSYCHO_STRBUF_FLUSH_A; in psycho_pbm_strbuf_init()
434 pbm->stc.strbuf_fsync = base in psycho_pbm_strbuf_init()
[all...]
/kernel/linux/linux-5.10/drivers/thermal/
H A Drcar_thermal.c43 void __iomem *base; member
90 void __iomem *base; member
106 #define rcar_has_irq_support(priv) ((priv)->common->base)
146 return ioread32(common->base + reg); in _rcar_thermal_common_read()
154 iowrite32(data, common->base + reg); in _rcar_thermal_common_write()
164 val = ioread32(common->base + reg); in _rcar_thermal_common_bset()
167 iowrite32(val, common->base + reg); in _rcar_thermal_common_bset()
173 return ioread32(priv->base + reg); in _rcar_thermal_read()
180 iowrite32(data, priv->base + reg); in _rcar_thermal_write()
189 val = ioread32(priv->base in _rcar_thermal_bset()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.c34 * @base: Metadata used for TTM reservation- and validation.
45 struct ttm_validate_buffer base; member
193 list_for_each_entry(entry, &ctx->bo_list, base.head) { in vmw_validation_find_bo_dup()
194 if (entry->base.bo == &vbo->base) { in vmw_validation_find_bo_dup()
289 val_buf = &bo_node->base; in vmw_validation_add_bo()
290 val_buf->bo = ttm_bo_get_unless_zero(&vbo->base); in vmw_validation_add_bo()
521 * @bo: The TTM buffer object base.
533 container_of(bo, struct vmw_buffer_object, base); in vmw_validation_bo_validate_single()
583 list_for_each_entry(entry, &ctx->bo_list, base in vmw_validation_bo_validate()
[all...]
/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-imx-tpm.c62 void __iomem *base; member
148 val = readl(tpm->base + PWM_IMX_TPM_SC); in pwm_imx_tpm_get_state()
150 tmp = readl(tpm->base + PWM_IMX_TPM_CnV(pwm->hwpwm)); in pwm_imx_tpm_get_state()
155 val = readl(tpm->base + PWM_IMX_TPM_CnSC(pwm->hwpwm)); in pwm_imx_tpm_get_state()
192 val = readl(tpm->base + PWM_IMX_TPM_SC); in pwm_imx_tpm_apply_hw()
201 writel(val, tpm->base + PWM_IMX_TPM_SC); in pwm_imx_tpm_apply_hw()
211 writel(p->mod, tpm->base + PWM_IMX_TPM_MOD); in pwm_imx_tpm_apply_hw()
231 writel(p->val, tpm->base + PWM_IMX_TPM_CnV(pwm->hwpwm)); in pwm_imx_tpm_apply_hw()
239 while (readl(tpm->base + PWM_IMX_TPM_MOD) != p->mod in pwm_imx_tpm_apply_hw()
240 || readl(tpm->base in pwm_imx_tpm_apply_hw()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/arm/
H A Deesox.c71 void __iomem *base; member
192 static void eesoxscsi_buffer_in(void *buf, int length, void __iomem *base) in eesoxscsi_buffer_in() argument
194 const void __iomem *reg_fas = base + EESOX_FAS216_OFFSET; in eesoxscsi_buffer_in()
195 const void __iomem *reg_dmastat = base + EESOX_DMASTAT; in eesoxscsi_buffer_in()
196 const void __iomem *reg_dmadata = base + EESOX_DMADATA; in eesoxscsi_buffer_in()
270 static void eesoxscsi_buffer_out(void *buf, int length, void __iomem *base) in eesoxscsi_buffer_out() argument
272 const void __iomem *reg_fas = base + EESOX_FAS216_OFFSET; in eesoxscsi_buffer_out()
273 const void __iomem *reg_dmastat = base + EESOX_DMASTAT; in eesoxscsi_buffer_out()
274 void __iomem *reg_dmadata = base + EESOX_DMADATA; in eesoxscsi_buffer_out()
356 eesoxscsi_buffer_in(SCp->ptr, SCp->this_residual, info->base); in eesoxscsi_dma_pseudo()
494 void __iomem *base; eesoxscsi_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/thermal/
H A Dimx8mm_thermal.c91 void __iomem *base; member
103 val = readl_relaxed(tmu->base + TRITSR) & TRITSR_TEMP0_VAL_MASK; in imx8mm_tmu_get_temp()
124 val = readl_relaxed(tmu->base + TRITSR); in imx8mp_tmu_get_temp()
157 val = readl_relaxed(tmu->base + TER); in imx8mm_tmu_enable()
161 writel_relaxed(val, tmu->base + TER); in imx8mm_tmu_enable()
168 val = readl_relaxed(tmu->base + TPS); in imx8mm_tmu_probe_sel_all()
170 writel_relaxed(val, tmu->base + TPS); in imx8mm_tmu_probe_sel_all()
188 tmu->base + TASR); in imx8mm_tmu_probe_set_calib_v1()
193 tmu->base + TCALIV(0)); in imx8mm_tmu_probe_set_calib_v1()
230 tmu->base in imx8mm_tmu_probe_set_calib_v2()
[all...]
H A Drcar_thermal.c43 void __iomem *base; member
90 void __iomem *base; member
105 #define rcar_has_irq_support(priv) ((priv)->common->base)
145 return ioread32(common->base + reg); in _rcar_thermal_common_read()
153 iowrite32(data, common->base + reg); in _rcar_thermal_common_write()
163 val = ioread32(common->base + reg); in _rcar_thermal_common_bset()
166 iowrite32(val, common->base + reg); in _rcar_thermal_common_bset()
172 return ioread32(priv->base + reg); in _rcar_thermal_read()
179 iowrite32(data, priv->base + reg); in _rcar_thermal_write()
188 val = ioread32(priv->base in _rcar_thermal_bset()
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-ep93xx.c58 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 Dclk-pll.c287 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 Dgeode-aes.c129 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 Dregs.c29 * @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 Dnouveau_backlight.c67 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 Deesox.c75 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 Ddepcomp71 # 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 Djson_project_writer.cc12 #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 Ddepcomp71 # 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 Ddepcomp71 # 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 Ddepcomp71 # 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 Ddepcomp71 # 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 Ddepcomp71 # 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...]

Completed in 19 milliseconds

1...<<101102103104105106107108109110>>...751