/kernel/linux/linux-5.10/drivers/clk/berlin/ |
H A D | berlin2-avpll.c | 107 void __iomem *base; member 118 reg = readl_relaxed(vco->base + VCO_CTRL0); in berlin2_avpll_vco_is_enabled() 130 reg = readl_relaxed(vco->base + VCO_CTRL0); in berlin2_avpll_vco_enable() 135 writel_relaxed(reg, vco->base + VCO_CTRL0); in berlin2_avpll_vco_enable() 145 reg = readl_relaxed(vco->base + VCO_CTRL0); in berlin2_avpll_vco_disable() 150 writel_relaxed(reg, vco->base + VCO_CTRL0); in berlin2_avpll_vco_disable() 163 reg = readl_relaxed(vco->base + VCO_CTRL1); in berlin2_avpll_vco_recalc_rate() 180 int __init berlin2_avpll_vco_register(void __iomem *base, in berlin2_avpll_vco_register() argument 191 vco->base = base; in berlin2_avpll_vco_register() 205 void __iomem *base; global() member 356 berlin2_avpll_channel_register(void __iomem *base, const char *name, u8 index, const char *parent_name, u8 ch_flags, unsigned long flags) berlin2_avpll_channel_register() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | bootx_init.c | 90 static void * __init bootx_early_getprop(unsigned long base, in bootx_early_getprop() argument 94 struct bootx_dt_node *np = (struct bootx_dt_node *)(base + node); in bootx_early_getprop() 99 (struct bootx_dt_prop *)(base + *ppp); in bootx_early_getprop() 101 if (strcmp((char *)((unsigned long)pp->name + base), in bootx_early_getprop() 103 return (void *)((unsigned long)pp->value + base); in bootx_early_getprop() 158 static void __init bootx_add_chosen_props(unsigned long base, in bootx_add_chosen_props() argument 181 static void __init bootx_add_display_props(unsigned long base, in bootx_add_display_props() argument 217 static void __init bootx_scan_dt_build_strings(unsigned long base, in bootx_scan_dt_build_strings() argument 221 struct bootx_dt_node *np = (struct bootx_dt_node *)(base + node); in bootx_scan_dt_build_strings() 227 namep = np->full_name ? (char *)(base in bootx_scan_dt_build_strings() 275 bootx_scan_dt_build_struct(unsigned long base, unsigned long node, unsigned long *mem_end) bootx_scan_dt_build_struct() argument 354 unsigned long base; bootx_flatten_dt() local [all...] |
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | mmci_stm32_sdmmc.c | 49 void __iomem *base; member 159 host->base + MMCI_STM32_IDMABASE0R); in sdmmc_idma_start() 161 host->base + MMCI_STM32_IDMACTRLR); in sdmmc_idma_start() 177 writel_relaxed(idma->sg_dma, host->base + MMCI_STM32_IDMABAR); in sdmmc_idma_start() 178 writel_relaxed(desc[0].idmalar, host->base + MMCI_STM32_IDMALAR); in sdmmc_idma_start() 179 writel_relaxed(desc[0].idmabase, host->base + MMCI_STM32_IDMABASE0R); in sdmmc_idma_start() 180 writel_relaxed(desc[0].idmasize, host->base + MMCI_STM32_IDMABSIZER); in sdmmc_idma_start() 182 host->base + MMCI_STM32_IDMACTRLR); in sdmmc_idma_start() 189 writel_relaxed(0, host->base + MMCI_STM32_IDMACTRLR); in sdmmc_idma_finalize() 259 if (!dlyb || !dlyb->base) in sdmmc_dlyb_input_ck() 332 void __iomem *base = host->base; sdmmc_busy_complete() local [all...] |
H A D | owl-mmc.c | 100 void __iomem *base; member 142 state = readl(owl_host->base + OWL_REG_SD_STATE); in owl_irq_handler() 144 state = readl(owl_host->base + OWL_REG_SD_STATE); in owl_irq_handler() 146 writel(state, owl_host->base + OWL_REG_SD_STATE); in owl_irq_handler() 223 mode |= (readl(owl_host->base + OWL_REG_SD_CTL) & (0xff << 16)); in owl_mmc_send_cmd() 226 writel(cmd->arg, owl_host->base + OWL_REG_SD_ARG); in owl_mmc_send_cmd() 227 writel(cmd->opcode, owl_host->base + OWL_REG_SD_CMD); in owl_mmc_send_cmd() 240 writel(mode, owl_host->base + OWL_REG_SD_CTL); in owl_mmc_send_cmd() 254 state = readl(owl_host->base + OWL_REG_SD_STATE); in owl_mmc_send_cmd() 271 cmd->resp[3] = readl(owl_host->base in owl_mmc_send_cmd() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ldu.c | 37 container_of(x, struct vmw_legacy_display_unit, base.crtc) 39 container_of(x, struct vmw_legacy_display_unit, base.encoder) 41 container_of(x, struct vmw_legacy_display_unit, base.connector) 56 struct vmw_display_unit base; member 64 vmw_du_cleanup(&ldu->base); in vmw_ldu_destroy() 92 crtc = &entry->base.crtc; in vmw_ldu_commit_list() 108 fb = entry->base.crtc.primary->state->fb; in vmw_ldu_commit_list() 120 crtc = &entry->base.crtc; in vmw_ldu_commit_list() 182 if (entry->base.unit > ldu->base in vmw_ldu_add_active() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/v3d/ |
H A D | v3d_sched.c | 30 return container_of(sched_job, struct v3d_job, base); in to_v3d_job() 36 return container_of(sched_job, struct v3d_bin_job, base.base); in to_bin_job() 42 return container_of(sched_job, struct v3d_render_job, base.base); in to_render_job() 48 return container_of(sched_job, struct v3d_tfu_job, base.base); in to_tfu_job() 54 return container_of(sched_job, struct v3d_csd_job, base.base); in to_csd_job() 91 struct v3d_dev *v3d = job->base in v3d_bin_job_run() [all...] |
/kernel/linux/linux-6.6/drivers/clk/berlin/ |
H A D | berlin2-avpll.c | 107 void __iomem *base; member 118 reg = readl_relaxed(vco->base + VCO_CTRL0); in berlin2_avpll_vco_is_enabled() 130 reg = readl_relaxed(vco->base + VCO_CTRL0); in berlin2_avpll_vco_enable() 135 writel_relaxed(reg, vco->base + VCO_CTRL0); in berlin2_avpll_vco_enable() 145 reg = readl_relaxed(vco->base + VCO_CTRL0); in berlin2_avpll_vco_disable() 150 writel_relaxed(reg, vco->base + VCO_CTRL0); in berlin2_avpll_vco_disable() 163 reg = readl_relaxed(vco->base + VCO_CTRL1); in berlin2_avpll_vco_recalc_rate() 180 int __init berlin2_avpll_vco_register(void __iomem *base, in berlin2_avpll_vco_register() argument 191 vco->base = base; in berlin2_avpll_vco_register() 205 void __iomem *base; global() member 356 berlin2_avpll_channel_register(void __iomem *base, const char *name, u8 index, const char *parent_name, u8 ch_flags, unsigned long flags) berlin2_avpll_channel_register() argument [all...] |
/kernel/linux/linux-6.6/drivers/clk/socfpga/ |
H A D | clk-agilex.c | 341 void __iomem *base = data->base; in n5x_clk_register_c_perip() local 345 hw_clk = n5x_register_periph(&clks[i], base); in n5x_clk_register_c_perip() 360 void __iomem *base = data->base; in agilex_clk_register_c_perip() local 364 hw_clk = s10_register_periph(&clks[i], base); in agilex_clk_register_c_perip() 379 void __iomem *base = data->base; in agilex_clk_register_cnt_perip() local 383 hw_clk = s10_register_cnt_periph(&clks[i], base); in agilex_clk_register_cnt_perip() 399 void __iomem *base in agilex_clk_register_gate() local 419 void __iomem *base = data->base; agilex_clk_register_pll() local 439 void __iomem *base = data->base; n5x_clk_register_pll() local 460 void __iomem *base; agilex_clkmgr_init() local 500 void __iomem *base; n5x_clkmgr_init() local [all...] |
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-imx-gpt.c | 69 void __iomem *base; member 98 tmp = readl_relaxed(imxtm->base + MXC_TCTL); in imx1_gpt_irq_disable() 99 writel_relaxed(tmp & ~MX1_2_TCTL_IRQEN, imxtm->base + MXC_TCTL); in imx1_gpt_irq_disable() 104 writel_relaxed(0, imxtm->base + V2_IR); in imx31_gpt_irq_disable() 111 tmp = readl_relaxed(imxtm->base + MXC_TCTL); in imx1_gpt_irq_enable() 112 writel_relaxed(tmp | MX1_2_TCTL_IRQEN, imxtm->base + MXC_TCTL); in imx1_gpt_irq_enable() 117 writel_relaxed(1<<0, imxtm->base + V2_IR); in imx31_gpt_irq_enable() 122 writel_relaxed(0, imxtm->base + MX1_2_TSTAT); in imx1_gpt_irq_acknowledge() 128 imxtm->base + MX1_2_TSTAT); in imx21_gpt_irq_acknowledge() 133 writel_relaxed(V2_TSTAT_OF1, imxtm->base in imx31_gpt_irq_acknowledge() [all...] |
/kernel/linux/linux-6.6/drivers/perf/hisilicon/ |
H A D | hisi_uncore_pa_pmu.c | 69 val = readl(pa_pmu->base + PA_TT_CTRL); in hisi_pa_pmu_enable_tracetag() 71 writel(val, pa_pmu->base + PA_TT_CTRL); in hisi_pa_pmu_enable_tracetag() 83 val = readl(pa_pmu->base + PA_TT_CTRL); in hisi_pa_pmu_clear_tracetag() 85 writel(val, pa_pmu->base + PA_TT_CTRL); in hisi_pa_pmu_clear_tracetag() 98 writel(val, pa_pmu->base + PA_TGTID_CTRL); in hisi_pa_pmu_config_tgtid() 108 writel(PA_TGTID_NONE, pa_pmu->base + PA_TGTID_CTRL); in hisi_pa_pmu_clear_tgtid() 120 writel(val, pa_pmu->base + PA_SRCID_CTRL); in hisi_pa_pmu_config_srcid() 130 writel(PA_SRCID_NONE, pa_pmu->base + PA_SRCID_CTRL); in hisi_pa_pmu_clear_srcid() 159 return readq(pa_pmu->base + hisi_pa_pmu_get_counter_offset(hwc->idx)); in hisi_pa_pmu_read_counter() 165 writeq(val, pa_pmu->base in hisi_pa_pmu_write_counter() [all...] |
/kernel/linux/linux-6.6/drivers/phy/freescale/ |
H A D | phy-fsl-imx8mq-usb.c | 56 void __iomem *base; member 200 value = readl(imx_phy->base + PHY_CTRL4); in imx8m_phy_tune() 204 writel(value, imx_phy->base + PHY_CTRL4); in imx8m_phy_tune() 208 value = readl(imx_phy->base + PHY_CTRL5); in imx8m_phy_tune() 211 writel(value, imx_phy->base + PHY_CTRL5); in imx8m_phy_tune() 220 value = readl(imx_phy->base + PHY_CTRL3); in imx8m_phy_tune() 252 writel(value, imx_phy->base + PHY_CTRL3); in imx8m_phy_tune() 260 value = readl(imx_phy->base + PHY_CTRL1); in imx8mq_usb_phy_init() 264 writel(value, imx_phy->base + PHY_CTRL1); in imx8mq_usb_phy_init() 266 value = readl(imx_phy->base in imx8mq_usb_phy_init() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | mock_engine.c | 239 container_of(request->engine, typeof(*engine), base); in mock_submit_request() 296 container_of(engine, typeof(*mock), base); in mock_reset_cancel() 328 container_of(engine, typeof(*mock), base); in mock_engine_release() 355 engine->base.i915 = i915; in mock_engine() 356 engine->base.gt = to_gt(i915); in mock_engine() 357 engine->base.uncore = to_gt(i915)->uncore; in mock_engine() 358 snprintf(engine->base.name, sizeof(engine->base.name), "%s", name); in mock_engine() 359 engine->base.id = id; in mock_engine() 360 engine->base in mock_engine() [all...] |
/third_party/node/deps/v8/src/base/ |
H A D | atomic-utils.h | 13 #include "src/base/atomicops.h" 14 #include "src/base/macros.h" 17 namespace base { namespace 30 return cast_helper<T>::to_return_type(base::Acquire_Load(&value_)); in Value() 34 base::Release_Store(&value_, cast_helper<T>::to_storage_type(new_value)); in SetValue() 38 STATIC_ASSERT(sizeof(T) <= sizeof(base::AtomicWord)); 42 static base::AtomicWord to_storage_type(S value) { in to_storage_type() 43 return static_cast<base::AtomicWord>(value); in to_storage_type() 45 static S to_return_type(base::AtomicWord value) { in to_return_type() 52 static base [all...] |
/kernel/linux/linux-5.10/drivers/of/ |
H A D | fdt.c | 296 void *base = mem; in unflatten_dt_nodes() local 297 bool dryrun = !base; in unflatten_dt_nodes() 327 return mem - base; in unflatten_dt_nodes() 347 return mem - base; in unflatten_dt_nodes() 479 phys_addr_t base, size; in __reserved_mem_reserve_reg() local 498 base = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_reserve_reg() 502 early_init_dt_reserve_memory_arch(base, size, nomap) == 0) in __reserved_mem_reserve_reg() 503 pr_debug("Reserved memory: reserved region for node '%s': base %pa, size %lu MiB\n", in __reserved_mem_reserve_reg() 504 uname, &base, (unsigned long)(size / SZ_1M)); in __reserved_mem_reserve_reg() 506 pr_info("Reserved memory: failed to reserve memory for node '%s': base in __reserved_mem_reserve_reg() 588 u64 base, size; early_init_fdt_scan_reserved_mem() local 1015 u64 base, size; early_init_dt_scan_memory() local 1101 early_init_dt_add_memory_arch(u64 base, u64 size) early_init_dt_add_memory_arch() argument 1143 early_init_dt_mark_hotplug_memory_arch(u64 base, u64 size) early_init_dt_mark_hotplug_memory_arch() argument 1148 early_init_dt_reserve_memory_arch(phys_addr_t base, phys_addr_t size, bool nomap) early_init_dt_reserve_memory_arch() argument [all...] |
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | apple-admac.c | 124 __iomem void *base; member 187 u32 base = FIELD_GET(CHAN_SRAM_CARVEOUT_BASE, carveout); in admac_free_sram_carveout() local 195 if (WARN_ON(base >= sram->size)) in admac_free_sram_carveout() 199 i = base / SRAM_BLOCK; in admac_free_sram_carveout() 206 void __iomem *addr = ad->base + reg; in admac_modify() 298 writel_relaxed(lower_32_bits(addr), ad->base + REG_DESC_WRITE(channo)); in admac_cyclic_write_one_desc() 299 writel_relaxed(upper_32_bits(addr), ad->base + REG_DESC_WRITE(channo)); in admac_cyclic_write_one_desc() 300 writel_relaxed(tx->period_len, ad->base + REG_DESC_WRITE(channo)); in admac_cyclic_write_one_desc() 301 writel_relaxed(FLAG_DESC_NOTIFY, ad->base + REG_DESC_WRITE(channo)); in admac_cyclic_write_one_desc() 317 if (readl_relaxed(ad->base in admac_cyclic_write_desc() [all...] |
/third_party/gn/src/gn/ |
H A D | filesystem_utils.cc | 9 #include "base/files/file_util.h" 10 #include "base/strings/string_util.h" 11 #include "base/strings/utf_string_conversions.h" 81 return base::ToLowerASCII(c); in NormalizeWindowsPathChar() 108 if (!base::IsAsciiAlpha(path[0])) in DoesBeginWindowsDriveLetter() 120 std::vector<base::FilePath::StringType> GetPathComponents( in GetPathComponents() 121 const base::FilePath& path) { in GetPathComponents() 122 std::vector<base::FilePath::StringType> result; in GetPathComponents() 150 bool FilesystemStringsEqual(const base::FilePath::StringType& a, in FilesystemStringsEqual() 151 const base in FilesystemStringsEqual() 461 MakeAbsoluteFilePathRelativeIfPossible( const base::FilePath& base, const base::FilePath& target) MakeAbsoluteFilePathRelativeIfPossible() argument [all...] |
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | mtk_iommu_v1.c | 130 data->base + REG_MMU_INV_SEL); in mtk_iommu_tlb_flush_all() 131 writel_relaxed(F_ALL_INVLD, data->base + REG_MMU_INVALIDATE); in mtk_iommu_tlb_flush_all() 142 data->base + REG_MMU_INV_SEL); in mtk_iommu_tlb_flush_range() 144 data->base + REG_MMU_INVLD_START_A); in mtk_iommu_tlb_flush_range() 146 data->base + REG_MMU_INVLD_END_A); in mtk_iommu_tlb_flush_range() 147 writel_relaxed(F_MMU_INV_RANGE, data->base + REG_MMU_INVALIDATE); in mtk_iommu_tlb_flush_range() 149 ret = readl_poll_timeout_atomic(data->base + REG_MMU_CPE_DONE, in mtk_iommu_tlb_flush_range() 157 writel_relaxed(0, data->base + REG_MMU_CPE_DONE); in mtk_iommu_tlb_flush_range() 168 int_state = readl_relaxed(data->base + REG_MMU_FAULT_ST); in mtk_iommu_isr() 169 fault_iova = readl_relaxed(data->base in mtk_iommu_isr() 671 void __iomem *base = data->base; mtk_iommu_suspend() local 685 void __iomem *base = data->base; mtk_iommu_resume() local [all...] |
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-imx-lpi2c.c | 98 void __iomem *base; member 114 writel(enable, lpi2c_imx->base + LPI2C_MIER); in lpi2c_imx_intctrl() 123 temp = readl(lpi2c_imx->base + LPI2C_MSR); in lpi2c_imx_bus_busy() 127 writel(temp, lpi2c_imx->base + LPI2C_MSR); in lpi2c_imx_bus_busy() 168 temp = readl(lpi2c_imx->base + LPI2C_MCR); in lpi2c_imx_start() 170 writel(temp, lpi2c_imx->base + LPI2C_MCR); in lpi2c_imx_start() 171 writel(0x7f00, lpi2c_imx->base + LPI2C_MSR); in lpi2c_imx_start() 174 writel(temp, lpi2c_imx->base + LPI2C_MTDR); in lpi2c_imx_start() 184 writel(GEN_STOP << 8, lpi2c_imx->base + LPI2C_MTDR); in lpi2c_imx_stop() 187 temp = readl(lpi2c_imx->base in lpi2c_imx_stop() [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | owl-mmc.c | 101 void __iomem *base; member 142 state = readl(owl_host->base + OWL_REG_SD_STATE); in owl_irq_handler() 144 state = readl(owl_host->base + OWL_REG_SD_STATE); in owl_irq_handler() 146 writel(state, owl_host->base + OWL_REG_SD_STATE); in owl_irq_handler() 223 mode |= (readl(owl_host->base + OWL_REG_SD_CTL) & (0xff << 16)); in owl_mmc_send_cmd() 226 writel(cmd->arg, owl_host->base + OWL_REG_SD_ARG); in owl_mmc_send_cmd() 227 writel(cmd->opcode, owl_host->base + OWL_REG_SD_CMD); in owl_mmc_send_cmd() 240 writel(mode, owl_host->base + OWL_REG_SD_CTL); in owl_mmc_send_cmd() 254 state = readl(owl_host->base + OWL_REG_SD_STATE); in owl_mmc_send_cmd() 271 cmd->resp[3] = readl(owl_host->base in owl_mmc_send_cmd() [all...] |
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-imx-lpi2c.c | 98 void __iomem *base; member 114 writel(enable, lpi2c_imx->base + LPI2C_MIER); in lpi2c_imx_intctrl() 123 temp = readl(lpi2c_imx->base + LPI2C_MSR); in lpi2c_imx_bus_busy() 127 writel(temp, lpi2c_imx->base + LPI2C_MSR); in lpi2c_imx_bus_busy() 168 temp = readl(lpi2c_imx->base + LPI2C_MCR); in lpi2c_imx_start() 170 writel(temp, lpi2c_imx->base + LPI2C_MCR); in lpi2c_imx_start() 171 writel(0x7f00, lpi2c_imx->base + LPI2C_MSR); in lpi2c_imx_start() 174 writel(temp, lpi2c_imx->base + LPI2C_MTDR); in lpi2c_imx_start() 184 writel(GEN_STOP << 8, lpi2c_imx->base + LPI2C_MTDR); in lpi2c_imx_stop() 187 temp = readl(lpi2c_imx->base in lpi2c_imx_stop() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_pipeline_state.c | 293 if (layer->base.id == KOMEDA_COMPONENT_WB_LAYER) { in komeda_layer_check_cfg() 323 if (kfb->base.format->hsub > 1) in komeda_layer_check_cfg() 342 struct drm_plane_state *plane_st = &kplane_st->base; in komeda_layer_validate() 353 c_st = komeda_component_get_state_and_set_user(&layer->base, in komeda_layer_validate() 382 err = komeda_component_validate_private(&layer->base, c_st); in komeda_layer_validate() 387 komeda_component_set_output(&dflow->input, &layer->base, 0); in komeda_layer_validate() 412 c_st = komeda_component_get_state_and_set_user(&wb_layer->base, in komeda_wb_layer_validate() 422 for (i = 0; i < kfb->base.format->num_planes; i++) in komeda_wb_layer_validate() 426 komeda_component_add_input(&st->base, &dflow->input, 0); in komeda_wb_layer_validate() 427 komeda_component_set_output(&dflow->input, &wb_layer->base, in komeda_wb_layer_validate() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/pll/ |
H A D | dsi_pll_14nm.c | 118 struct msm_dsi_pll base; member 150 #define to_pll_14nm(x) container_of(x, struct dsi_pll_14nm, base) 180 void __iomem *base = pll_14nm->mmio; in pll_14nm_poll_for_ready() local 185 val = pll_read(base + in pll_14nm_poll_for_ready() 198 val = pll_read(base + in pll_14nm_poll_for_ready() 393 void __iomem *base = pll->mmio; in pll_db_commit_ssc() local 400 pll_write(base + REG_DSI_14nm_PHY_PLL_SSC_ADJ_PER1, data); in pll_db_commit_ssc() 403 pll_write(base + REG_DSI_14nm_PHY_PLL_SSC_ADJ_PER2, data); in pll_db_commit_ssc() 407 pll_write(base + REG_DSI_14nm_PHY_PLL_SSC_PER1, data); in pll_db_commit_ssc() 410 pll_write(base in pll_db_commit_ssc() 431 void __iomem *base = pll->mmio; pll_db_commit_common() local 510 void __iomem *base = pll->mmio; pll_db_commit_14nm() local 629 void __iomem *base = pll_14nm->mmio; dsi_pll_14nm_vco_recalc_rate() local 682 void __iomem *base = pll_14nm->phy_cmn_mmio; dsi_pll_14nm_postdiv_recalc_rate() local 715 void __iomem *base = pll_14nm->phy_cmn_mmio; dsi_pll_14nm_postdiv_set_rate() local 765 void __iomem *base = pll_14nm->mmio; dsi_pll_14nm_enable_seq() local 851 void __iomem *base = pll_14nm->mmio; dsi_pll_14nm_set_usecase() local [all...] |
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-qup.c | 126 void __iomem *base; member 158 u32 opflag = readl_relaxed(controller->base + QUP_OPERATIONAL); in spi_qup_is_flag_set() 179 u32 opstate = readl_relaxed(controller->base + QUP_STATE); in spi_qup_is_valid_state() 202 cur_state = readl_relaxed(controller->base + QUP_STATE); in spi_qup_set_state() 209 writel_relaxed(QUP_STATE_CLEAR, controller->base + QUP_STATE); in spi_qup_set_state() 210 writel_relaxed(QUP_STATE_CLEAR, controller->base + QUP_STATE); in spi_qup_set_state() 214 writel_relaxed(cur_state, controller->base + QUP_STATE); in spi_qup_set_state() 237 word = readl_relaxed(controller->base + QUP_INPUT_FIFO); in spi_qup_read_from_fifo() 274 controller->base + QUP_OPERATIONAL); in spi_qup_read() 310 *opflags = readl_relaxed(controller->base in spi_qup_read() 926 spi_qup_init_dma(struct spi_master *master, resource_size_t base) spi_qup_init_dma() argument 1002 void __iomem *base; spi_qup_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-qup.c | 125 void __iomem *base; member 157 u32 opflag = readl_relaxed(controller->base + QUP_OPERATIONAL); in spi_qup_is_flag_set() 178 u32 opstate = readl_relaxed(controller->base + QUP_STATE); in spi_qup_is_valid_state() 201 cur_state = readl_relaxed(controller->base + QUP_STATE); in spi_qup_set_state() 208 writel_relaxed(QUP_STATE_CLEAR, controller->base + QUP_STATE); in spi_qup_set_state() 209 writel_relaxed(QUP_STATE_CLEAR, controller->base + QUP_STATE); in spi_qup_set_state() 213 writel_relaxed(cur_state, controller->base + QUP_STATE); in spi_qup_set_state() 236 word = readl_relaxed(controller->base + QUP_INPUT_FIFO); in spi_qup_read_from_fifo() 273 controller->base + QUP_OPERATIONAL); in spi_qup_read() 309 *opflags = readl_relaxed(controller->base in spi_qup_read() 924 spi_qup_init_dma(struct spi_controller *host, resource_size_t base) spi_qup_init_dma() argument 1000 void __iomem *base; spi_qup_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_pipeline_state.c | 293 if (layer->base.id == KOMEDA_COMPONENT_WB_LAYER) { in komeda_layer_check_cfg() 323 if (kfb->base.format->hsub > 1) in komeda_layer_check_cfg() 342 struct drm_plane_state *plane_st = &kplane_st->base; in komeda_layer_validate() 353 c_st = komeda_component_get_state_and_set_user(&layer->base, in komeda_layer_validate() 382 err = komeda_component_validate_private(&layer->base, c_st); in komeda_layer_validate() 387 komeda_component_set_output(&dflow->input, &layer->base, 0); in komeda_layer_validate() 412 c_st = komeda_component_get_state_and_set_user(&wb_layer->base, in komeda_wb_layer_validate() 422 for (i = 0; i < kfb->base.format->num_planes; i++) in komeda_wb_layer_validate() 426 komeda_component_add_input(&st->base, &dflow->input, 0); in komeda_wb_layer_validate() 427 komeda_component_set_output(&dflow->input, &wb_layer->base, in komeda_wb_layer_validate() [all...] |