Home
last modified time | relevance | path

Searched refs:stc (Results 1 – 25 of 42) sorted by relevance

12

/linux-6.12.1/arch/sparc/kernel/
Dpci_psycho.c432 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 + PSYCHO_STRBUF_FSYNC_A; in psycho_pbm_strbuf_init()
435 pbm->stc.strbuf_err_stat = base + PSYCHO_STC_ERR_A; in psycho_pbm_strbuf_init()
436 pbm->stc.strbuf_tag_diag = base + PSYCHO_STC_TAG_A; in psycho_pbm_strbuf_init()
437 pbm->stc.strbuf_line_diag= base + PSYCHO_STC_LINE_A; in psycho_pbm_strbuf_init()
439 pbm->stc.strbuf_control = base + PSYCHO_STRBUF_CONTROL_B; in psycho_pbm_strbuf_init()
440 pbm->stc.strbuf_pflush = base + PSYCHO_STRBUF_FLUSH_B; in psycho_pbm_strbuf_init()
441 pbm->stc.strbuf_fsync = base + PSYCHO_STRBUF_FSYNC_B; in psycho_pbm_strbuf_init()
442 pbm->stc.strbuf_err_stat = base + PSYCHO_STC_ERR_B; in psycho_pbm_strbuf_init()
[all …]
Dpci_schizo.c134 struct strbuf *strbuf = &pbm->stc; in __schizo_check_stc_error_pbm()
344 if (pbm->stc.strbuf_enabled) in schizo_check_iommu_error_pbm()
1104 pbm->stc.strbuf_control = base + SCHIZO_STRBUF_CONTROL; in schizo_pbm_strbuf_init()
1105 pbm->stc.strbuf_pflush = base + SCHIZO_STRBUF_FLUSH; in schizo_pbm_strbuf_init()
1106 pbm->stc.strbuf_fsync = base + SCHIZO_STRBUF_FSYNC; in schizo_pbm_strbuf_init()
1107 pbm->stc.strbuf_ctxflush = base + SCHIZO_STRBUF_CTXFLUSH; in schizo_pbm_strbuf_init()
1108 pbm->stc.strbuf_ctxmatch_base = base + SCHIZO_STRBUF_CTXMATCH; in schizo_pbm_strbuf_init()
1110 pbm->stc.strbuf_flushflag = (volatile unsigned long *) in schizo_pbm_strbuf_init()
1111 ((((unsigned long)&pbm->stc.__flushflag_buf[0]) in schizo_pbm_strbuf_init()
1114 pbm->stc.strbuf_flushflag_pa = (unsigned long) in schizo_pbm_strbuf_init()
[all …]
Dpci.c253 void *stc, void *host_controller, in pci_init_dev_archdata() argument
258 sd->stc = stc; in pci_init_dev_archdata()
279 pci_init_dev_archdata(sd, pbm->iommu, &pbm->stc, pbm, op, in of_create_pci_dev()
283 sd->stc = &pbm->stc; in of_create_pci_dev()
884 psd->stc, psd->host_controller, NULL, in pcibios_device_add()
Dof_device_common.c67 op->dev.archdata.stc = bus_sd->stc; in of_propagate_archdata()
Diommu.c277 strbuf = dev->archdata.stc; in dma_4u_map_page()
402 strbuf = dev->archdata.stc; in dma_4u_unmap_page()
449 strbuf = dev->archdata.stc; in dma_4u_map_sg()
617 strbuf = dev->archdata.stc; in dma_4u_unmap_sg()
666 strbuf = dev->archdata.stc; in dma_4u_sync_single_for_cpu()
706 strbuf = dev->archdata.stc; in dma_4u_sync_sg_for_cpu()
/linux-6.12.1/Documentation/userspace-api/media/dvb/
Ddmx-get-stc.rst20 ``int ioctl(int fd, DMX_GET_STC, struct dmx_stc *stc)``
28 ``stc``
29 Pointer to :c:type:`dmx_stc` where the stc data is to be stored.
37 setting the :c:type:`num <dmx_stc>` field of stc before the ioctl (range 0...n).
40 ``stc->stc / stc->base``.
61 - Invalid stc number.
Ddmx_fcalls.rst23 dmx-get-stc
/linux-6.12.1/arch/sh/kernel/
Drelocate_kernel.S37 stc.l gbr, @-r15
38 stc.l ssr, @-r15
39 stc.l sr, @-r15
41 stc.l spc, @-r15
45 stc sr, r8
60 stc sr, r8
92 stc sr, r8
106 stc sr, r8
121 stc sr, r8
/linux-6.12.1/drivers/thermal/tegra/
Dsoctherm.c515 struct soctherm_throt_cfg *stc, in throttrip_program() argument
523 if (!sg || !stc || !stc->init) in throttrip_program()
529 throt = stc->id; in throttrip_program()
612 struct soctherm_throt_cfg *stc; in tegra_thermctl_set_trip_temp() local
619 stc = find_throttle_cfg_by_name(ts, cdev->type); in tegra_thermctl_set_trip_temp()
623 return throttrip_program(dev, sg, stc, temp); in tegra_thermctl_set_trip_temp()
736 struct soctherm_throt_cfg *stc; in tegra_soctherm_set_hwtrips() local
769 stc = find_throttle_cfg_by_name(ts, cdev->type); in tegra_soctherm_set_hwtrips()
773 ret = throttrip_program(dev, sg, stc, temperature); in tegra_soctherm_set_hwtrips()
1577 struct soctherm_throt_cfg *stc) in soctherm_oc_cfg_parse() argument
[all …]
/linux-6.12.1/arch/s390/lib/
Dmem.S43 stc %r0,0(%r4,%r1)
46 stc %r0,0(%r4,%r1)
99 stc %r3,0(%r1)
104 stc %r3,0(%r1)
109 stc %r3,0(%r1)
/linux-6.12.1/arch/sh/include/asm/
Dentry-macros.S5 stc sr, r0
14 stc sr, r10
17 stc k_g_imask, r11
25 stc r7_bank, \ti
/linux-6.12.1/arch/sh/kernel/cpu/sh3/
Dswsusp.S97 stc sr, r1
113 stc r2_bank, k0 ! fetch old sp from r2_bank0
117 stc r0_bank, k3 ! fetch old pr from r0_bank0
122 stc ssr, r1
Dentry.S227 stc sr, r9
314 stc spc, k1
315 stc r0_bank, k0
318 stc r1_bank, k1
327 stc ssr, k0 ! Is it from kernel space?
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_matcher.h48 struct mlx5hws_pool_chunk stc; member
56 struct mlx5hws_pool_chunk stc; member
Dmlx5hws_action.h127 struct mlx5hws_pool_chunk stc[MLX5HWS_TABLE_TYPE_MAX]; member
219 struct mlx5hws_pool_chunk *stc);
223 struct mlx5hws_pool_chunk *stc);
Dmlx5hws_action.c320 struct mlx5hws_pool_chunk *stc) in mlx5hws_action_alloc_single_stc() argument
330 ret = mlx5hws_pool_chunk_alloc(stc_pool, stc); in mlx5hws_action_alloc_single_stc()
336 stc_attr->stc_offset = stc->offset; in mlx5hws_action_alloc_single_stc()
342 obj_0_id = mlx5hws_pool_chunk_get_base_id(stc_pool, stc); in mlx5hws_action_alloc_single_stc()
358 obj_1_id = mlx5hws_pool_chunk_get_base_mirror_id(stc_pool, stc); in mlx5hws_action_alloc_single_stc()
378 cleanup_stc_attr.stc_offset = stc->offset; in mlx5hws_action_alloc_single_stc()
381 mlx5hws_pool_chunk_free(stc_pool, stc); in mlx5hws_action_alloc_single_stc()
387 struct mlx5hws_pool_chunk *stc) in mlx5hws_action_free_single_stc() argument
397 stc_attr.stc_offset = stc->offset; in mlx5hws_action_free_single_stc()
398 obj_id = mlx5hws_pool_chunk_get_base_id(stc_pool, stc); in mlx5hws_action_free_single_stc()
[all …]
Dmlx5hws_matcher.c471 resize_data->action_ste[0].stc = src_matcher->action_ste[0].stc; in hws_matcher_resize_init()
477 resize_data->action_ste[1].stc = src_matcher->action_ste[1].stc; in hws_matcher_resize_init()
515 &resize_data->action_ste[1].stc); in hws_matcher_resize_uninit()
518 &resize_data->action_ste[0].stc); in hws_matcher_resize_uninit()
581 &action_ste->stc); in hws_matcher_bind_at_idx()
608 mlx5hws_action_free_single_stc(tbl->ctx, tbl->type, &action_ste->stc); in hws_matcher_unbind_at_idx()
Dmlx5hws_cmd.c446 attr = MLX5_ADDR_OF(create_stc_in, in, stc); in mlx5hws_cmd_stc_create()
447 MLX5_SET(stc, attr, table_type, stc_attr->table_type); in mlx5hws_cmd_stc_create()
599 attr = MLX5_ADDR_OF(create_stc_in, in, stc); in mlx5hws_cmd_stc_modify()
600 MLX5_SET(stc, attr, ste_action_offset, stc_attr->action_offset); in mlx5hws_cmd_stc_modify()
601 MLX5_SET(stc, attr, action_type, stc_attr->action_type); in mlx5hws_cmd_stc_modify()
602 MLX5_SET(stc, attr, reparse_mode, stc_attr->reparse_mode); in mlx5hws_cmd_stc_modify()
603 MLX5_SET64(stc, attr, modify_field_select, in mlx5hws_cmd_stc_modify()
607 stc_param = MLX5_ADDR_OF(stc, attr, stc_param); in mlx5hws_cmd_stc_modify()
/linux-6.12.1/arch/sh/kernel/cpu/shmobile/
Dsleep.S34 stc vbr, r0
45 stc sr, r0
219 stc sr, r8
261 stc vbr, r5
381 stc sr, r8
/linux-6.12.1/arch/sh/kernel/cpu/sh2a/
Dentry.S61 stc.l gbr, @-r15
101 stc.l gbr,@-r8
169 stc sr,r3
194 stc sr,r0
/linux-6.12.1/arch/sparc/include/asm/
Ddevice.h15 void *stc; member
/linux-6.12.1/arch/sh/kernel/cpu/sh2/
Dentry.S80 stc.l gbr, @-r15
131 stc.l gbr, @-r2
225 stc sr,r3
265 stc sr,r0
/linux-6.12.1/arch/x86/math-emu/
Dwm_sqrt.S419 stc /* The extra bit. */
434 stc /* The ms bit. */
Dreg_u_div.S153 stc /* To set the ms bit */
429 stc /* Will set the ms bit */
/linux-6.12.1/include/uapi/linux/dvb/
Ddmx.h196 __u64 stc; member

12