/kernel/linux/linux-5.10/drivers/staging/media/atomisp/ |
H A D | Makefile | 46 pci/base/circbuf/src/circbuf.o \ 47 pci/base/refcount/src/refcount.o \ 186 -I$(atomisp)/pci/base/circbuf/interface/ \ 187 -I$(atomisp)/pci/base/refcount/interface/ \
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | vf610_nfc.c | 151 struct nand_controller base; member 880 nand_controller_init(&nfc->base); in vf610_nfc_probe() 881 nfc->base.ops = &vf610_nfc_controller_ops; in vf610_nfc_probe() 882 chip->controller = &nfc->base; in vf610_nfc_probe()
|
/kernel/linux/linux-6.6/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd.h | 541 u16 base; 555 u16 base; 823 return ring->base + ring->obj_size * n; 829 return ring->base + ring->obj_size * n;
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/vpe/ |
H A D | vpdma.c | 282 return ioread32(vpdma->base + offset); in read_reg() 287 iowrite32(value, vpdma->base + offset); in write_reg() 1158 vpdma->base = devm_ioremap(&pdev->dev, res->start, resource_size(res)); in vpdma_create() 1159 if (!vpdma->base) { in vpdma_create()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot_fdma.c | 36 static dma_addr_t ocelot_fdma_idx_dma(dma_addr_t base, u16 idx) in ocelot_fdma_idx_dma() argument 38 return base + idx * sizeof(struct ocelot_fdma_dcb); in ocelot_fdma_idx_dma() 41 static u16 ocelot_fdma_dma_idx(dma_addr_t base, dma_addr_t dma) in ocelot_fdma_dma_idx() argument 43 return (dma - base) / sizeof(struct ocelot_fdma_dcb); in ocelot_fdma_dma_idx()
|
H A D | ocelot_stats.c | 260 enum ocelot_reg base; member 332 err = ocelot_bulk_read(ocelot, region->base, region->buf, in ocelot_port_update_stats() 924 region->base = layout[i].reg; in ocelot_prepare_stats_regions() 937 ocelot_reg_to_target_addr(ocelot, region->base, &target, in ocelot_prepare_stats_regions()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/seeq/ |
H A D | ether3.c | 768 priv(dev)->base = ecardm_iomap(ec, ECARD_RES_MEMC, 0, 0); in ether3_probe() 769 if (!priv(dev)->base) { in ether3_probe() 774 ec->irqaddr = priv(dev)->base + data->base_offset; in ether3_probe() 777 priv(dev)->seeq = priv(dev)->base + data->base_offset; in ether3_probe()
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | zmap.c | 123 unsigned int vcnt, base, lo, lobits, encodebits, nblk, eofs; in unpack_compacted_index() local 142 base = round_down(eofs, vcnt << amortizedshift); in unpack_compacted_index() 143 in = m->kaddr + base; in unpack_compacted_index() 145 i = (eofs - base) >> amortizedshift; in unpack_compacted_index()
|
/kernel/linux/linux-6.6/fs/hostfs/ |
H A D | hostfs_kern.c | 403 loff_t base = page_offset(page); in hostfs_writepage() local 413 err = write_file(HOSTFS_I(inode)->fd, &base, buffer, count); in hostfs_writepage() 421 if (base > inode->i_size) in hostfs_writepage() 422 inode->i_size = base; in hostfs_writepage()
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | imx_dsp_rproc.c | 653 if (imx_dsp_rproc_sys_to_da(priv, rmem->base, rmem->size, &da)) { in imx_dsp_rproc_add_carveout() 658 cpu_addr = devm_ioremap_wc(dev, rmem->base, rmem->size); in imx_dsp_rproc_add_carveout() 661 dev_err(dev, "failed to map memory %p\n", &rmem->base); in imx_dsp_rproc_add_carveout() 666 mem = rproc_mem_entry_init(dev, (void __force *)cpu_addr, (dma_addr_t)rmem->base, in imx_dsp_rproc_add_carveout()
|
H A D | xlnx_r5_remoteproc.c | 338 * The exception vector pointers (EVP) refer to the base-address of in zynqmp_r5_rproc_start() 340 * starts at the base-address and subsequent vectors are on 4-byte in zynqmp_r5_rproc_start() 461 rmem->base, in add_mem_regions_carveout() 466 (dma_addr_t)rmem->base, in add_mem_regions_carveout() 467 rmem->size, rmem->base, in add_mem_regions_carveout() 481 it.node->name, rmem->base, rmem->size); in add_mem_regions_carveout()
|
H A D | stm32_rproc.c | 232 if (stm32_rproc_pa_to_da(rproc, rmem->base, &da) < 0) { in stm32_rproc_prepare() 235 &rmem->base); in stm32_rproc_prepare() 243 (dma_addr_t)rmem->base, in stm32_rproc_prepare() 256 rmem->base, in stm32_rproc_prepare()
|
H A D | ti_k3_dsp_remoteproc.c | 407 * resource table at the base of the DDR region reserved for firmware usage. 606 kproc->rmem[i].bus_addr = rmem->base; in k3_dsp_reserved_mem_init() 608 kproc->rmem[i].dev_addr = (u32)rmem->base; in k3_dsp_reserved_mem_init() 610 kproc->rmem[i].cpu_addr = ioremap_wc(rmem->base, rmem->size); in k3_dsp_reserved_mem_init() 613 i + 1, &rmem->base, &rmem->size); in k3_dsp_reserved_mem_init()
|
/kernel/linux/linux-6.6/drivers/reset/ |
H A D | core.c | 56 * @base: reset control for compatibility with reset control API functions 61 struct reset_control base; member 196 return container_of(rstc, struct reset_control_array, base); in rstc_to_array() 1197 resets->base.array = true; in of_reset_control_array_get() 1199 return &resets->base; in of_reset_control_array_get()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | acornfb.c | 997 void *base; in acornfb_probe() local 1004 base = dma_alloc_wc(current_par.dev, size, &handle, in acornfb_probe() 1006 if (base == NULL) { in acornfb_probe() 1011 fb_info.screen_base = base; in acornfb_probe()
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/ |
H A D | Makefile | 40 pci/base/circbuf/src/circbuf.o \ 41 pci/base/refcount/src/refcount.o \ 172 -I$(atomisp)/pci/base/circbuf/interface/ \ 173 -I$(atomisp)/pci/base/refcount/interface/ \
|
/kernel/linux/linux-6.6/drivers/soc/apple/ |
H A D | rtkit.c | 155 u32 base = FIELD_GET(APPLE_RTKIT_MGMT_EPMAP_BASE, msg); in apple_rtkit_management_rx_epmap() local 158 "RTKit: received endpoint bitmap 0x%lx with base 0x%x\n", in apple_rtkit_management_rx_epmap() 159 bitmap, base); in apple_rtkit_management_rx_epmap() 162 ep = 32 * base + i; in apple_rtkit_management_rx_epmap() 167 reply = FIELD_PREP(APPLE_RTKIT_MGMT_EPMAP_BASE, base); in apple_rtkit_management_rx_epmap()
|
/kernel/linux/linux-6.6/drivers/platform/surface/ |
H A D | surface_acpi_notify.c | 539 * The base state may be queried from ACPI when the EC is still in san_rqst_fixup_suspended() 542 * we are either in laptop or studio mode (base status 0x01 or in san_rqst_fixup_suspended() 553 dev_dbg(d->dev, "rqst: fixup: base-state quirk\n"); in san_rqst_fixup_suspended() 683 d->nf_bat.base.priority = 1; in san_events_register() 684 d->nf_bat.base.fn = san_evt_bat_nf; in san_events_register() 691 d->nf_tmp.base.priority = 1; in san_events_register() 692 d->nf_tmp.base.fn = san_evt_tmp_nf; in san_events_register()
|
/kernel/linux/linux-6.6/drivers/thermal/ti-soc-thermal/ |
H A D | ti-bandgap.c | 56 return readl(bgp->base + reg); in ti_bandgap_readl() 69 writel(val, bgp->base + reg); in ti_bandgap_writel() 606 void __iomem *temp_sensor_ctrl = bgp->base + tsr->temp_sensor_ctrl; in ti_bandgap_force_single_read() 855 bgp->base = chunk; in ti_bandgap_build()
|
/kernel/linux/linux-6.6/drivers/ptp/ |
H A D | ptp_ines.c | 164 void __iomem *base; member 202 clock->base = addr; in ines_clock_init() 203 clock->regs = clock->base; in ines_clock_init() 207 port_addr = (unsigned long) clock->base + in ines_clock_init()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | ps3vram.c | 368 unsigned int base; in ps3vram_cache_match() local 374 base = (unsigned int) (address - offset); in ps3vram_cache_match() 379 cache->tags[i].address == base) { in ps3vram_cache_match() 392 ps3vram_cache_load(dev, i, base); in ps3vram_cache_match()
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | hpet.c | 144 unsigned long t, mc, base, k; in hpet_interrupt() local 157 * k * t + base < mc + delta in hpet_interrupt() 158 * (k + 1) * t + base > mc + delta in hpet_interrupt() 160 * base is the theoretical start value 0 < base < t, in hpet_interrupt() 164 * k may then be computed as (mc - base + delta) / t . in hpet_interrupt() 166 base = mc % t; in hpet_interrupt() 167 k = (mc - base + hpetp->hp_delta) / t; in hpet_interrupt() 168 write_counter(t * (k + 1) + base, in hpet_interrupt()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm_pt.c | 542 bp.resv = vm->root.bo->tbo.base.resv; in amdgpu_vm_pt_create() 555 WARN_ON(dma_resv_lock(bo->tbo.base.resv, in amdgpu_vm_pt_create() 563 bp.resv = bo->tbo.base.resv; in amdgpu_vm_pt_create() 570 dma_resv_unlock(bo->tbo.base.resv); in amdgpu_vm_pt_create() 891 * Userspace can support this by aligning virtual base address and in amdgpu_vm_pte_fragment()
|
H A D | gfxhub_v2_1.c | 110 u64 base = RREG32_SOC15(GC, 0, mmGCMC_VM_FB_LOCATION_BASE); in gfxhub_v2_1_get_fb_location() local 112 base &= GCMC_VM_FB_LOCATION_BASE__FB_BASE_MASK; in gfxhub_v2_1_get_fb_location() 113 base <<= 24; in gfxhub_v2_1_get_fb_location() 115 return base; in gfxhub_v2_1_get_fb_location()
|
H A D | gmc_v11_0.c | 457 * 47:12 4k physical page base address 472 * 47:6 physical base address of PD or PTE 525 struct amdgpu_bo *bo = mapping->bo_va->base.bo; in gmc_v11_0_get_vm_pte() 678 u64 base = 0; in gmc_v11_0_vram_gtt_location() local 680 base = adev->mmhub.funcs->get_fb_location(adev); in gmc_v11_0_vram_gtt_location() 682 amdgpu_gmc_vram_location(adev, &adev->gmc, base); in gmc_v11_0_vram_gtt_location() 686 /* base offset of vram pages */ in gmc_v11_0_vram_gtt_location()
|