Home
last modified time | relevance | path

Searched full:sci (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/kernel/linux/linux-6.6/fs/nilfs2/
Dsegment.c90 static inline void nilfs_sc_cstage_inc(struct nilfs_sc_info *sci) in nilfs_sc_cstage_inc() argument
92 sci->sc_stage.scnt++; in nilfs_sc_cstage_inc()
93 trace_nilfs2_collection_stage_transition(sci); in nilfs_sc_cstage_inc()
96 static inline void nilfs_sc_cstage_set(struct nilfs_sc_info *sci, int next_scnt) in nilfs_sc_cstage_set() argument
98 sci->sc_stage.scnt = next_scnt; in nilfs_sc_cstage_set()
99 trace_nilfs2_collection_stage_transition(sci); in nilfs_sc_cstage_set()
102 static inline int nilfs_sc_cstage_get(struct nilfs_sc_info *sci) in nilfs_sc_cstage_get() argument
104 return sci->sc_stage.scnt; in nilfs_sc_cstage_get()
271 struct nilfs_sc_info *sci = nilfs->ns_writer; in nilfs_transaction_commit() local
274 nilfs_segctor_start_timer(sci); in nilfs_transaction_commit()
[all …]
/kernel/linux/linux-5.10/fs/nilfs2/
Dsegment.c90 static inline void nilfs_sc_cstage_inc(struct nilfs_sc_info *sci) in nilfs_sc_cstage_inc() argument
92 sci->sc_stage.scnt++; in nilfs_sc_cstage_inc()
93 trace_nilfs2_collection_stage_transition(sci); in nilfs_sc_cstage_inc()
96 static inline void nilfs_sc_cstage_set(struct nilfs_sc_info *sci, int next_scnt) in nilfs_sc_cstage_set() argument
98 sci->sc_stage.scnt = next_scnt; in nilfs_sc_cstage_set()
99 trace_nilfs2_collection_stage_transition(sci); in nilfs_sc_cstage_set()
102 static inline int nilfs_sc_cstage_get(struct nilfs_sc_info *sci) in nilfs_sc_cstage_get() argument
104 return sci->sc_stage.scnt; in nilfs_sc_cstage_get()
276 struct nilfs_sc_info *sci = nilfs->ns_writer; in nilfs_transaction_commit() local
279 nilfs_segctor_start_timer(sci); in nilfs_transaction_commit()
[all …]
/kernel/linux/linux-6.6/drivers/net/netdevsim/
Dmacsec.c6 static inline u64 sci_to_cpu(sci_t sci) in sci_to_cpu() argument
8 return be64_to_cpu((__force __be64)sci); in sci_to_cpu()
11 static int nsim_macsec_find_secy(struct netdevsim *ns, sci_t sci) in nsim_macsec_find_secy() argument
16 if (ns->macsec.nsim_secy[i].sci == sci) in nsim_macsec_find_secy()
23 static int nsim_macsec_find_rxsc(struct nsim_secy *ns_secy, sci_t sci) in nsim_macsec_find_rxsc() argument
28 if (ns_secy->nsim_rxsc[i].sci == sci) in nsim_macsec_find_rxsc()
54 netdev_dbg(ctx->netdev, "%s: adding new secy with sci %08llx at index %d\n", in nsim_macsec_add_secy()
55 __func__, sci_to_cpu(ctx->secy->sci), idx); in nsim_macsec_add_secy()
58 ns->macsec.nsim_secy[idx].sci = ctx->secy->sci; in nsim_macsec_add_secy()
69 idx = nsim_macsec_find_secy(ns, ctx->secy->sci); in nsim_macsec_upd_secy()
[all …]
/kernel/linux/linux-5.10/drivers/remoteproc/
Dti_sci_proc.h3 * Texas Instruments TI-SCI Processor Controller Helper Functions
16 * @sci: cached TI-SCI protocol handle
17 * @ops: cached TI-SCI proc ops
24 const struct ti_sci_handle *sci; member
35 ret = tsp->ops->request(tsp->sci, tsp->proc_id); in ti_sci_proc_request()
37 dev_err(tsp->dev, "ti-sci processor request failed: %d\n", in ti_sci_proc_request()
46 ret = tsp->ops->release(tsp->sci, tsp->proc_id); in ti_sci_proc_release()
48 dev_err(tsp->dev, "ti-sci processor release failed: %d\n", in ti_sci_proc_release()
57 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id); in ti_sci_proc_handover()
59 dev_err(tsp->dev, "ti-sci processor handover of %d to %d failed: %d\n", in ti_sci_proc_handover()
[all …]
/kernel/linux/linux-6.6/drivers/remoteproc/
Dti_sci_proc.h3 * Texas Instruments TI-SCI Processor Controller Helper Functions
16 * @sci: cached TI-SCI protocol handle
17 * @ops: cached TI-SCI proc ops
24 const struct ti_sci_handle *sci; member
35 ret = tsp->ops->request(tsp->sci, tsp->proc_id); in ti_sci_proc_request()
37 dev_err(tsp->dev, "ti-sci processor request failed: %d\n", in ti_sci_proc_request()
46 ret = tsp->ops->release(tsp->sci, tsp->proc_id); in ti_sci_proc_release()
48 dev_err(tsp->dev, "ti-sci processor release failed: %d\n", in ti_sci_proc_release()
57 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id); in ti_sci_proc_handover()
59 dev_err(tsp->dev, "ti-sci processor handover of %d to %d failed: %d\n", in ti_sci_proc_handover()
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/keystone/
Dti,sci.yaml4 $id: http://devicetree.org/schemas/arm/keystone/ti,sci.yaml#
7 title: TI-SCI controller
25 The TI-SCI node describes the Texas Instrument's System Controller entity node.
29 relationship between the TI-SCI parent node to the child node.
39 - const: ti,k2g-sci
42 - const: ti,am654-sci
47 made available from TI-SCI controller.
55 Specifies the mailboxes used to communicate with TI-SCI Controller
56 made available from TI-SCI controller.
76 $ref: /schemas/soc/ti/sci-pm-domain.yaml#
[all …]
Dti,k3-sci-common.yaml4 $id: http://devicetree.org/schemas/arm/keystone/ti,k3-sci-common.yaml#
7 title: Common K3 TI-SCI
16 through the TI-SCI protocol.
21 over the TI-SCI protocol. The following are some of the common properties
26 ti,sci:
29 Should be a phandle to the TI-SCI System Controller node
31 ti,sci-dev-id:
34 Should contain the TI-SCI device id corresponding to the device. Please
38 ti,sci-proc-ids:
42 - description: TI-SCI processor id for the remote processor device
[all …]
/kernel/linux/linux-5.10/drivers/reset/
Dreset-ti-sci.c2 * Texas Instrument's System Control Interface (TI-SCI) reset driver
41 * @sci: TI SCI handle used for communication with system controller
47 const struct ti_sci_handle *sci; member
61 * reset using the TI SCI protocol. The device's reset is asserted if the
64 * reset register is read using a TI SCI device operation, the new value is
66 * using another TI SCI device operation.
74 const struct ti_sci_handle *sci = data->sci; in ti_sci_reset_set() local
75 const struct ti_sci_dev_ops *dev_ops = &sci->ops.dev_ops; in ti_sci_reset_set()
86 ret = dev_ops->get_device_resets(sci, control->dev_id, &reset_state); in ti_sci_reset_set()
95 ret = dev_ops->set_device_resets(sci, control->dev_id, reset_state); in ti_sci_reset_set()
[all …]
/kernel/linux/linux-6.6/drivers/reset/
Dreset-ti-sci.c3 * Texas Instrument's System Control Interface (TI-SCI) reset driver
33 * @sci: TI SCI handle used for communication with system controller
39 const struct ti_sci_handle *sci; member
53 * reset using the TI SCI protocol. The device's reset is asserted if the
56 * reset register is read using a TI SCI device operation, the new value is
58 * using another TI SCI device operation.
66 const struct ti_sci_handle *sci = data->sci; in ti_sci_reset_set() local
67 const struct ti_sci_dev_ops *dev_ops = &sci->ops.dev_ops; in ti_sci_reset_set()
78 ret = dev_ops->get_device_resets(sci, control->dev_id, &reset_state); in ti_sci_reset_set()
87 ret = dev_ops->set_device_resets(sci, control->dev_id, reset_state); in ti_sci_reset_set()
[all …]
/kernel/linux/linux-6.6/drivers/clk/keystone/
Dsci-clk.c3 * SCI Clock driver for keystone based devices
24 * struct sci_clk_provider - TI SCI clock provider representation
25 * @sci: Handle to the System Control Interface protocol handler
26 * @ops: Pointer to the SCI ops to be used by the clocks
32 const struct ti_sci_handle *sci; member
40 * struct sci_clk - TI SCI clock representation
66 * sci_clk_prepare - Prepare (enable) a TI SCI clock
69 * Prepares a clock to be actively used. Returns the SCI protocol status.
78 return clk->provider->ops->get_clock(clk->provider->sci, clk->dev_id, in sci_clk_prepare()
85 * sci_clk_unprepare - Un-prepares (disables) a TI SCI clock
[all …]
/kernel/linux/linux-5.10/drivers/clk/keystone/
Dsci-clk.c2 * SCI Clock driver for keystone based devices
33 * struct sci_clk_provider - TI SCI clock provider representation
34 * @sci: Handle to the System Control Interface protocol handler
35 * @ops: Pointer to the SCI ops to be used by the clocks
41 const struct ti_sci_handle *sci; member
49 * struct sci_clk - TI SCI clock representation
75 * sci_clk_prepare - Prepare (enable) a TI SCI clock
78 * Prepares a clock to be actively used. Returns the SCI protocol status.
87 return clk->provider->ops->get_clock(clk->provider->sci, clk->dev_id, in sci_clk_prepare()
94 * sci_clk_unprepare - Un-prepares (disables) a TI SCI clock
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/serial/
Drenesas,sci.yaml4 $id: http://devicetree.org/schemas/serial/renesas,sci.yaml#
20 - renesas,r9a07g043-sci # RZ/G2UL
21 - renesas,r9a07g044-sci # RZ/G2{L,LC}
22 - renesas,r9a07g054-sci # RZ/V2L
23 - const: renesas,sci # generic SCI compatible UART
26 - const: renesas,sci # generic SCI compatible UART
71 - renesas,r9a07g043-sci
72 - renesas,r9a07g044-sci
73 - renesas,r9a07g054-sci
98 compatible = "renesas,r9a07g044-sci", "renesas,sci";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/keystone/
Dti,k3-sci-common.yaml4 $id: http://devicetree.org/schemas/arm/keystone/ti,k3-sci-common.yaml#
7 title: Common K3 TI-SCI bindings
16 through the TI-SCI protocol.
21 over the TI-SCI protocol. The following are some of the common properties
26 ti,sci:
29 Should be a phandle to the TI-SCI System Controller node
31 ti,sci-dev-id:
34 Should contain the TI-SCI device id corresponding to the device. Please
38 ti,sci-proc-ids:
42 - description: TI-SCI processor id for the remote processor device
[all …]
Dti,sci.txt1 Texas Instruments System Control Interface (TI-SCI) Message Protocol
16 TI-SCI controller Device Node:
19 The TI-SCI node describes the Texas Instrument's System Controller entity node.
23 relationship between the TI-SCI parent node to the child node.
27 - compatible: should be "ti,k2g-sci" for TI 66AK2G SoC
28 should be "ti,am654-sci" for for TI AM654 SoC
56 compatible = "ti,k2g-sci";
66 TI-SCI Client Device Node:
69 Client nodes are maintained as children of the relevant TI-SCI device node.
74 compatible = "ti,k2g-sci";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/reset/
Dti,sci-reset.txt1 Texas Instruments System Control Interface (TI-SCI) Reset Controller
8 through a protocol called TI System Control Interface (TI-SCI protocol).
9 For TI SCI details, please refer to the document,
10 Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
12 TI-SCI Reset Controller Node
14 This reset controller node uses the TI SCI protocol to perform the reset
16 node of the associated TI-SCI system controller node.
20 - compatible : Should be "ti,sci-reset"
24 TI-SCI Reset Consumer Nodes
33 The phandle should point to the TI-SCI reset controller node,
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/ti/
Dk3-udma.yaml79 ti,sci:
80 description: phandle to TI-SCI compatible System controller node
83 ti,sci-dev-id:
84 description: TI-SCI device id of UDMAP
91 ti,sci-rm-range-tchan:
100 ti,sci-rm-range-rchan:
109 ti,sci-rm-range-rflow:
124 - ti,sci
125 - ti,sci-dev-id
127 - ti,sci-rm-range-tchan
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/dma/ti/
Dk3-pktdma.yaml28 - $ref: /schemas/arm/keystone/ti,k3-sci-common.yaml#
59 ti,sci-rm-range-tchan:
70 ti,sci-rm-range-tflow:
81 ti,sci-rm-range-rchan:
92 ti,sci-rm-range-rflow:
109 - ti,sci
110 - ti,sci-dev-id
111 - ti,sci-rm-range-tchan
112 - ti,sci-rm-range-tflow
113 - ti,sci-rm-range-rchan
[all …]
Dk3-bcdma.yaml86 ti,sci-rm-range-bchan:
97 ti,sci-rm-range-tchan:
108 ti,sci-rm-range-rchan:
125 - ti,sci
126 - ti,sci-dev-id
127 - ti,sci-rm-range-rchan
131 - $ref: /schemas/arm/keystone/ti,k3-sci-common.yaml#
140 ti,sci-rm-range-bchan: false
141 ti,sci-rm-range-tchan: false
174 - ti,sci-rm-range-bchan
[all …]
Dk3-udma.yaml47 - $ref: /schemas/arm/keystone/ti,k3-sci-common.yaml#
86 ti,sci-rm-range-tchan:
95 ti,sci-rm-range-rchan:
104 ti,sci-rm-range-rflow:
119 - ti,sci
120 - ti,sci-dev-id
122 - ti,sci-rm-range-tchan
123 - ti,sci-rm-range-rchan
124 - ti,sci-rm-range-rflow
155 ti,sci-dev-id = <118>;
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/soc/ti/
Dsci-pm-domain.yaml4 $id: http://devicetree.org/schemas/soc/ti/sci-pm-domain.yaml#
7 title: TI-SCI generic power domain
20 through a protocol called TI System Control Interface (TI-SCI protocol).
22 This PM domain node represents the global PM domain managed by the TI-SCI
23 controller. Since this relies on the TI SCI protocol to communicate with
24 the TI-SCI controller, it must be a child of the TI-SCI controller node.
28 const: ti,sci-pm-domain
33 The two cells represent values that the TI-SCI controller defines.
51 compatible = "ti,sci-pm-domain";
57 compatible = "ti,sci-pm-domain";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/soc/ti/
Dk3-ringacc.yaml53 ti,sci-rm-range-gp-rings:
55 description: TI-SCI RM subtype for GP ring range
57 ti,sci:
59 description: phandle on TI-SCI compatible System controller node
61 ti,sci-dev-id:
63 description: TI-SCI device id of the ring accelerator
71 - ti,sci-rm-range-gp-rings
72 - ti,sci
73 - ti,sci-dev-id
91 ti,sci-rm-range-gp-rings = <0x2>; /* GP ring range */
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/reset/
Dti,sci-reset.yaml4 $id: http://devicetree.org/schemas/reset/ti,sci-reset.yaml#
7 title: TI-SCI reset controller
17 through a protocol called TI System Control Interface (TI-SCI protocol).
19 This reset controller node uses the TI SCI protocol to perform the reset
21 node of the associated TI-SCI system controller node.
28 const: ti,sci-reset
33 The two cells represent values that the TI-SCI controller defines.
49 compatible = "ti,sci-reset";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/
Dti,sci-clk.yaml4 $id: http://devicetree.org/schemas/clock/ti,sci-clk.yaml#
7 title: TI-SCI clock controller
17 through a protocol called TI System Control Interface (TI-SCI protocol).
19 This clock controller node uses the TI SCI protocol to perform various clock
21 node must be a child node of the associated TI-SCI system controller node.
28 const: ti,k2g-sci-clk
33 The two cells represent values that the TI-SCI controller defines.
47 compatible = "ti,k2g-sci-clk";
/kernel/linux/linux-5.10/drivers/irqchip/
Dirq-ti-sci-intr.c23 * @sci: Pointer to TISCI handle
26 * @ti_sci_id: TI-SCI device identifier
30 const struct ti_sci_handle *sci; member
118 intr->sci->ops.rm_irq_ops.free_irq(intr->sci, in ti_sci_intr_irq_domain_free()
170 err = intr->sci->ops.rm_irq_ops.set_irq(intr->sci, in ti_sci_intr_alloc_parent_irq()
257 intr->sci = devm_ti_sci_get_by_phandle(dev, "ti,sci"); in ti_sci_intr_irq_domain_probe()
258 if (IS_ERR(intr->sci)) in ti_sci_intr_irq_domain_probe()
259 return dev_err_probe(dev, PTR_ERR(intr->sci), in ti_sci_intr_irq_domain_probe()
260 "ti,sci read fail\n"); in ti_sci_intr_irq_domain_probe()
262 ret = of_property_read_u32(dev_of_node(dev), "ti,sci-dev-id", in ti_sci_intr_irq_domain_probe()
[all …]
/kernel/linux/linux-6.6/drivers/irqchip/
Dirq-ti-sci-intr.c23 * @sci: Pointer to TISCI handle
26 * @ti_sci_id: TI-SCI device identifier
30 const struct ti_sci_handle *sci; member
118 intr->sci->ops.rm_irq_ops.free_irq(intr->sci, in ti_sci_intr_irq_domain_free()
170 err = intr->sci->ops.rm_irq_ops.set_irq(intr->sci, in ti_sci_intr_alloc_parent_irq()
257 intr->sci = devm_ti_sci_get_by_phandle(dev, "ti,sci"); in ti_sci_intr_irq_domain_probe()
258 if (IS_ERR(intr->sci)) in ti_sci_intr_irq_domain_probe()
259 return dev_err_probe(dev, PTR_ERR(intr->sci), in ti_sci_intr_irq_domain_probe()
260 "ti,sci read fail\n"); in ti_sci_intr_irq_domain_probe()
262 ret = of_property_read_u32(dev_of_node(dev), "ti,sci-dev-id", in ti_sci_intr_irq_domain_probe()
[all …]

12345678910>>...21