Home
last modified time | relevance | path

Searched refs:inst (Results 501 - 525 of 1720) sorted by relevance

1...<<21222324252627282930>>...69

/kernel/linux/linux-6.6/drivers/edac/
H A Dedac_device.c64 struct edac_device_instance *dev_inst, *inst; in edac_device_alloc_ctl_info() local
117 inst = &dev_inst[instance]; in edac_device_alloc_ctl_info()
118 inst->ctl = dev_ctl; in edac_device_alloc_ctl_info()
119 inst->nr_blocks = nr_blocks; in edac_device_alloc_ctl_info()
121 inst->blocks = blk_p; in edac_device_alloc_ctl_info()
124 snprintf(inst->name, sizeof(inst->name), "%s%u", dev_name, instance); in edac_device_alloc_ctl_info()
129 blk->instance = inst; in edac_device_alloc_ctl_info()
134 instance, inst, block, blk, blk->name); in edac_device_alloc_ctl_info()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Drunl.c183 nvkm_runl_chan_get_inst(struct nvkm_runl *runl, u64 inst, unsigned long *pirqflags) in nvkm_runl_chan_get_inst() argument
194 if (chan->inst->addr == inst) { in nvkm_runl_chan_get_inst()
339 enum nvkm_subdev_type type, int inst) in nvkm_runl_add()
346 engine = nvkm_device_engine(device, type, inst); in nvkm_runl_add()
348 RUNL_DEBUG(runl, "engn %d.%d[%s] not found", engi, inst, nvkm_subdev_type[type]); in nvkm_runl_add()
364 engn->fault = nvkm_top_fault_id(device, engine->subdev.type, engine->subdev.inst); in nvkm_runl_add()
370 if (map->data2 == engine->subdev.type && map->inst == engine->subdev.inst) { in nvkm_runl_add()
338 nvkm_runl_add(struct nvkm_runl *runl, int engi, const struct nvkm_engn_func *func, enum nvkm_subdev_type type, int inst) nvkm_runl_add() argument
H A Dnv10.c79 .inst = &nv04_chan_inst,
109 nv10_fifo_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv10_fifo_new() argument
112 return nvkm_fifo_new_(&nv10_fifo, device, type, inst, pfifo); in nv10_fifo_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmgf100.c336 gf100_vmm_part(struct nvkm_vmm *vmm, struct nvkm_memory *inst) in gf100_vmm_part() argument
338 nvkm_fo64(inst, 0x0200, 0x00000000, 2); in gf100_vmm_part()
342 gf100_vmm_join_(struct nvkm_vmm *vmm, struct nvkm_memory *inst, u64 base) in gf100_vmm_join_() argument
358 nvkm_kmap(inst); in gf100_vmm_join_()
359 nvkm_wo64(inst, 0x0200, base); in gf100_vmm_join_()
360 nvkm_wo64(inst, 0x0208, vmm->limit - 1); in gf100_vmm_join_()
361 nvkm_done(inst); in gf100_vmm_join_()
366 gf100_vmm_join(struct nvkm_vmm *vmm, struct nvkm_memory *inst) in gf100_vmm_join() argument
368 return gf100_vmm_join_(vmm, inst, 0); in gf100_vmm_join()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dmips-r2-to-r6-emul.h78 int (*func)(struct pt_regs *regs, u32 inst);
87 static inline int mipsr2_decoder(struct pt_regs *regs, u32 inst, in mipsr2_decoder() argument
95 extern int mipsr2_decoder(struct pt_regs *regs, u32 inst,
H A Dbranch.h14 #include <asm/inst.h>
89 union mips16e_instruction *inst) in MIPS16e_compute_return_epc()
92 if (inst->ri.opcode == MIPS16e_extend_op) { in MIPS16e_compute_return_epc()
88 MIPS16e_compute_return_epc(struct pt_regs *regs, union mips16e_instruction *inst) MIPS16e_compute_return_epc() argument
/kernel/linux/linux-5.10/arch/mips/include/asm/netlogic/xlp-hal/
H A Dpcibus.h101 #define nlm_get_pcie_base(node, inst) nlm_pcicfg_base(cpu_is_xlp9xx() ? \
102 XLP9XX_IO_PCIE_OFFSET(node, inst) : XLP_IO_PCIE_OFFSET(node, inst))
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_vpg.c181 uint32_t inst, in vpg3_construct()
188 vpg3->base.inst = inst; in vpg3_construct()
179 vpg3_construct(struct dcn30_vpg *vpg3, struct dc_context *ctx, uint32_t inst, const struct dcn30_vpg_registers *vpg_regs, const struct dcn30_vpg_shift *vpg_shift, const struct dcn30_vpg_mask *vpg_mask) vpg3_construct() argument
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dbranch.h14 #include <asm/inst.h>
89 union mips16e_instruction *inst) in MIPS16e_compute_return_epc()
92 if (inst->ri.opcode == MIPS16e_extend_op) { in MIPS16e_compute_return_epc()
88 MIPS16e_compute_return_epc(struct pt_regs *regs, union mips16e_instruction *inst) MIPS16e_compute_return_epc() argument
H A Dmips-r2-to-r6-emul.h78 int (*func)(struct pt_regs *regs, u32 inst);
87 static inline int mipsr2_decoder(struct pt_regs *regs, u32 inst, in mipsr2_decoder() argument
95 extern int mipsr2_decoder(struct pt_regs *regs, u32 inst,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_apg.c106 uint32_t inst, in apg31_construct()
113 apg31->base.inst = inst; in apg31_construct()
104 apg31_construct(struct dcn31_apg *apg31, struct dc_context *ctx, uint32_t inst, const struct dcn31_apg_registers *apg_regs, const struct dcn31_apg_shift *apg_shift, const struct dcn31_apg_mask *apg_mask) apg31_construct() argument
H A Ddcn31_hubp.c98 uint32_t inst, in hubp31_construct()
108 hubp2->base.inst = inst; in hubp31_construct()
95 hubp31_construct( struct dcn20_hubp *hubp2, struct dc_context *ctx, uint32_t inst, const struct dcn_hubp2_registers *hubp_regs, const struct dcn_hubp2_shift *hubp_shift, const struct dcn_hubp2_mask *hubp_mask) hubp31_construct() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/ce/
H A Dgt215.c47 const u32 base = subdev->inst * 0x1000; in gt215_ce_intr()
59 chan ? chan->inst->addr : 0, in gt215_ce_intr()
78 gt215_ce_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gt215_ce_new() argument
H A Dgp100.c64 const u32 base = subdev->inst * 0x80; in gp100_ce_intr()
98 gp100_ce_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gp100_ce_new() argument
101 return nvkm_engine_new_(&gp100_ce, device, type, inst, true, pengine); in gp100_ce_new()
H A Dgk104.c63 const u32 base = subdev->inst * 0x1000; in gk104_ce_intr()
97 gk104_ce_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gk104_ce_new() argument
100 return nvkm_engine_new_(&gk104_ce, device, type, inst, true, pengine); in gk104_ce_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/sec/
H A Dg98.c58 chan ? chan->inst->addr : 0, in g98_sec_intr()
77 g98_sec_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in g98_sec_new() argument
80 return nvkm_falcon_new_(&g98_sec, device, type, inst, true, 0x087000, pengine); in g98_sec_new()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_jpeg.c56 amdgpu_ring_fini(&adev->jpeg.inst[i].ring_dec); in amdgpu_jpeg_sw_fini()
87 fences += amdgpu_fence_count_emitted(&adev->jpeg.inst[i].ring_dec); in amdgpu_jpeg_idle_work_handler()
123 WREG32(adev->jpeg.inst[ring->me].external.jpeg_pitch, 0xCAFEDEAD); in amdgpu_jpeg_dec_ring_test_ring()
133 tmp = RREG32(adev->jpeg.inst[ring->me].external.jpeg_pitch); in amdgpu_jpeg_dec_ring_test_ring()
208 tmp = RREG32(adev->jpeg.inst[ring->me].external.jpeg_pitch); in amdgpu_jpeg_dec_ring_test_ib()
/kernel/linux/linux-5.10/arch/mips/netlogic/xlp/
H A Dusb-init-xlp2.c87 #define nlm_xlpii_get_usb_pcibase(node, inst) \
89 XLP9XX_IO_USB_OFFSET(node, inst) : \
90 XLP2XX_IO_USB_OFFSET(node, inst))
91 #define nlm_xlpii_get_usb_regbase(node, inst) \
92 (nlm_xlpii_get_usb_pcibase(node, inst) + XLP_IO_PCI_HDRSZ)
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dclk_mgr_internal.h81 #define CLK_BASE(inst) \
82 CLK_BASE_INNER(inst)
84 #define CLK_SRI(reg_name, block, inst)\
85 .reg_name = CLK_BASE(mm ## block ## _ ## inst ## _ ## reg_name ## _BASE_IDX) + \
86 mm ## block ## _ ## inst ## _ ## reg_name
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/hwss/
H A Dlink_hwss_hpo_dp.c40 hpo_dp_stream_encoder->inst, in set_hpo_dp_throttled_vcp_size()
78 stream_enc->funcs->map_stream_to_link(stream_enc, stream_enc->inst, link_enc->inst); in setup_hpo_dp_stream_encoder()
114 link_res->hpo_dp_link_enc->inst, in enable_hpo_dp_link_output()
133 link_res->hpo_dp_link_enc->inst, in disable_hpo_dp_link_output()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/msvld/
H A Dbase.c28 enum nvkm_subdev_type type, int inst, struct nvkm_engine **pengine) in nvkm_msvld_new_()
30 return nvkm_falcon_new_(func, device, type, inst, true, 0x084000, pengine); in nvkm_msvld_new_()
27 nvkm_msvld_new_(const struct nvkm_falcon_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_engine **pengine) nvkm_msvld_new_() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dmcp77.c34 mcp77_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in mcp77_fb_new() argument
36 return nv50_fb_new_(&mcp77_fb, device, type, inst, pfb); in mcp77_fb_new()
H A Dmcp89.c34 mcp89_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in mcp89_fb_new() argument
36 return nv50_fb_new_(&mcp89_fb, device, type, inst, pfb); in mcp89_fb_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/privring/
H A Dgm200.c32 gm200_privring_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gm200_privring_new() argument
35 return nvkm_subdev_new_(&gm200_privring, device, type, inst, pprivring); in gm200_privring_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dgf119.c33 gf119_dma_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf119_dma_new() argument
36 return nvkm_dma_new_(&gf119_dma, device, type, inst, pdma); in gf119_dma_new()

Completed in 20 milliseconds

1...<<21222324252627282930>>...69