Home
last modified time | relevance | path

Searched refs:stc (Results 1 - 25 of 65) sorted by relevance

123

/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dpci_psycho.c430 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 + PSYCHO_STRBUF_FSYNC_A; in psycho_pbm_strbuf_init()
433 pbm->stc.strbuf_err_stat = base + PSYCHO_STC_ERR_A; in psycho_pbm_strbuf_init()
434 pbm->stc.strbuf_tag_diag = base + PSYCHO_STC_TAG_A; in psycho_pbm_strbuf_init()
435 pbm->stc.strbuf_line_diag= base + PSYCHO_STC_LINE_A; in psycho_pbm_strbuf_init()
437 pbm->stc.strbuf_control = base + PSYCHO_STRBUF_CONTROL_B; in psycho_pbm_strbuf_init()
438 pbm->stc.strbuf_pflush = base + PSYCHO_STRBUF_FLUSH_B; in psycho_pbm_strbuf_init()
439 pbm->stc.strbuf_fsync = base + PSYCHO_STRBUF_FSYNC_B; in psycho_pbm_strbuf_init()
440 pbm->stc in psycho_pbm_strbuf_init()
[all...]
H A Dpci_schizo.c131 struct strbuf *strbuf = &pbm->stc; in __schizo_check_stc_error_pbm()
341 if (pbm->stc.strbuf_enabled) in schizo_check_iommu_error_pbm()
1101 pbm->stc.strbuf_control = base + SCHIZO_STRBUF_CONTROL; in schizo_pbm_strbuf_init()
1102 pbm->stc.strbuf_pflush = base + SCHIZO_STRBUF_FLUSH; in schizo_pbm_strbuf_init()
1103 pbm->stc.strbuf_fsync = base + SCHIZO_STRBUF_FSYNC; in schizo_pbm_strbuf_init()
1104 pbm->stc.strbuf_ctxflush = base + SCHIZO_STRBUF_CTXFLUSH; in schizo_pbm_strbuf_init()
1105 pbm->stc.strbuf_ctxmatch_base = base + SCHIZO_STRBUF_CTXMATCH; in schizo_pbm_strbuf_init()
1107 pbm->stc.strbuf_flushflag = (volatile unsigned long *) in schizo_pbm_strbuf_init()
1108 ((((unsigned long)&pbm->stc.__flushflag_buf[0]) in schizo_pbm_strbuf_init()
1111 pbm->stc in schizo_pbm_strbuf_init()
[all...]
H A Dof_device_common.c67 op->dev.archdata.stc = bus_sd->stc; in of_propagate_archdata()
H A Dpci.c252 void *stc, void *host_controller, in pci_init_dev_archdata()
257 sd->stc = stc; in pci_init_dev_archdata()
278 pci_init_dev_archdata(sd, pbm->iommu, &pbm->stc, pbm, op, in of_create_pci_dev()
282 sd->stc = &pbm->stc; in of_create_pci_dev()
1027 psd->stc, psd->host_controller, NULL, in pcibios_add_device()
251 pci_init_dev_archdata(struct dev_archdata *sd, void *iommu, void *stc, void *host_controller, struct platform_device *op, int numa_node) pci_init_dev_archdata() argument
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A 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 in psycho_pbm_strbuf_init()
[all...]
H A Dpci_schizo.c131 struct strbuf *strbuf = &pbm->stc; in __schizo_check_stc_error_pbm()
341 if (pbm->stc.strbuf_enabled) in schizo_check_iommu_error_pbm()
1101 pbm->stc.strbuf_control = base + SCHIZO_STRBUF_CONTROL; in schizo_pbm_strbuf_init()
1102 pbm->stc.strbuf_pflush = base + SCHIZO_STRBUF_FLUSH; in schizo_pbm_strbuf_init()
1103 pbm->stc.strbuf_fsync = base + SCHIZO_STRBUF_FSYNC; in schizo_pbm_strbuf_init()
1104 pbm->stc.strbuf_ctxflush = base + SCHIZO_STRBUF_CTXFLUSH; in schizo_pbm_strbuf_init()
1105 pbm->stc.strbuf_ctxmatch_base = base + SCHIZO_STRBUF_CTXMATCH; in schizo_pbm_strbuf_init()
1107 pbm->stc.strbuf_flushflag = (volatile unsigned long *) in schizo_pbm_strbuf_init()
1108 ((((unsigned long)&pbm->stc.__flushflag_buf[0]) in schizo_pbm_strbuf_init()
1111 pbm->stc in schizo_pbm_strbuf_init()
[all...]
H A Dof_device_common.c67 op->dev.archdata.stc = bus_sd->stc; in of_propagate_archdata()
H A Dpci.c253 void *stc, void *host_controller, in pci_init_dev_archdata()
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()
252 pci_init_dev_archdata(struct dev_archdata *sd, void *iommu, void *stc, void *host_controller, struct platform_device *op, int numa_node) pci_init_dev_archdata() argument
/kernel/linux/linux-5.10/arch/sh/kernel/
H A 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
/kernel/linux/linux-6.6/arch/sh/kernel/
H A 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
/kernel/linux/linux-5.10/drivers/thermal/tegra/
H A Dsoctherm.c501 * @stc: pointer to the throttle need to be triggered
515 struct soctherm_throt_cfg *stc, in throttrip_program()
523 if (!sg || !stc || !stc->init) in throttrip_program()
529 throt = stc->id; in throttrip_program()
618 struct soctherm_throt_cfg *stc; in tegra_thermctl_set_trip_temp() local
625 stc = find_throttle_cfg_by_name(ts, cdev->type); in tegra_thermctl_set_trip_temp()
629 return throttrip_program(dev, sg, stc, temp); in tegra_thermctl_set_trip_temp()
777 struct soctherm_throt_cfg *stc; in tegra_soctherm_set_hwtrips() local
810 stc in tegra_soctherm_set_hwtrips()
513 throttrip_program(struct device *dev, const struct tegra_tsensor_group *sg, struct soctherm_throt_cfg *stc, int trip_temp) throttrip_program() argument
1616 soctherm_oc_cfg_parse(struct device *dev, struct device_node *np_oc, struct soctherm_throt_cfg *stc) soctherm_oc_cfg_parse() argument
1642 soctherm_throt_cfg_parse(struct device *dev, struct device_node *np, struct soctherm_throt_cfg *stc) soctherm_throt_cfg_parse() argument
1713 struct soctherm_throt_cfg *stc; soctherm_init_hw_throt_cdev() local
1941 struct soctherm_throt_cfg stc = ts->throt_cfgs[throt]; soctherm_throttle_program() local
[all...]
/kernel/linux/linux-6.6/drivers/thermal/tegra/
H A Dsoctherm.c501 * @stc: pointer to the throttle need to be triggered
515 struct soctherm_throt_cfg *stc, in throttrip_program()
523 if (!sg || !stc || !stc->init) in throttrip_program()
529 throt = stc->id; in throttrip_program()
617 struct soctherm_throt_cfg *stc; in tegra_thermctl_set_trip_temp() local
624 stc = find_throttle_cfg_by_name(ts, cdev->type); in tegra_thermctl_set_trip_temp()
628 return throttrip_program(dev, sg, stc, temp); in tegra_thermctl_set_trip_temp()
739 struct soctherm_throt_cfg *stc; in tegra_soctherm_set_hwtrips() local
772 stc in tegra_soctherm_set_hwtrips()
513 throttrip_program(struct device *dev, const struct tegra_tsensor_group *sg, struct soctherm_throt_cfg *stc, int trip_temp) throttrip_program() argument
1578 soctherm_oc_cfg_parse(struct device *dev, struct device_node *np_oc, struct soctherm_throt_cfg *stc) soctherm_oc_cfg_parse() argument
1604 soctherm_throt_cfg_parse(struct device *dev, struct device_node *np, struct soctherm_throt_cfg *stc) soctherm_throt_cfg_parse() argument
1675 struct soctherm_throt_cfg *stc; soctherm_init_hw_throt_cdev() local
1903 struct soctherm_throt_cfg stc = ts->throt_cfgs[throt]; soctherm_throttle_program() local
[all...]
/kernel/linux/linux-5.10/arch/s390/lib/
H A Dmem.S44 stc %r0,0(%r4,%r1)
47 stc %r0,0(%r4,%r1)
98 stc %r3,0(%r1)
103 stc %r3,0(%r1)
108 stc %r3,0(%r1)
/kernel/linux/linux-6.6/arch/s390/lib/
H A 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)
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/
H A 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
H A Dentry.S228 stc sr, r9
315 stc spc, k1
316 stc r0_bank, k0
319 stc r1_bank, k1
328 stc ssr, k0 ! Is it from kernel space?
369 stc r2_bank, r0 ! k2 (vector)
395 stc.l gbr, @-r15
396 stc.l ssr, @-r15
398 stc.l spc, @-r15
420 stc s
[all...]
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/
H A 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
H A 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?
368 stc r2_bank, r0 ! k2 (vector)
394 stc.l gbr, @-r15
395 stc.l ssr, @-r15
397 stc.l spc, @-r15
419 stc s
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/shmobile/
H A Dsleep.S34 stc vbr, r0
45 stc sr, r0
219 stc sr, r8
261 stc vbr, r5
381 stc sr, r8
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/shmobile/
H A Dsleep.S34 stc vbr, r0
45 stc sr, r0
219 stc sr, r8
261 stc vbr, r5
381 stc sr, r8
/kernel/linux/linux-5.10/arch/h8300/lib/
H A Dmoddivsi3.S40 stc ccr,S2L ; keep the sign in bit 3 of S2L
59 stc ccr,S2L ; keep the sign in bit 3 of S2L
H A Dmodsi3.S40 stc ccr,S2L ; keep the sign in bit 3 of S2L
59 stc ccr,S2L ; keep the sign in bit 3 of S2L
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Ddevice.h15 void *stc; member
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Ddevice.h15 void *stc; member
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/
H A Dentry.S61 stc.l gbr, @-r15
101 stc.l gbr,@-r8
169 stc sr,r3
194 stc sr,r0

Completed in 19 milliseconds

123