Home
last modified time | relevance | path

Searched full:udmap (Results 1 – 18 of 18) sorted by relevance

/linux-6.14.4/drivers/firmware/
Dti_sci.h845 * UDMAP transmit channels mapped to source threads will have their
853 * UDMAP receive channels mapped to destination threads will have their
875 * UDMAP transmit channels mapped to source threads will have their
882 * UDMAP receive channels mapped to destination threads will have their
896 * struct ti_sci_msg_udmap_rx_flow_cfg - UDMAP receive flow configuration
901 * @flow_index: UDMAP receive flow index for non-optional configuration.
903 * @rx_einfo_present: UDMAP receive flow extended packet info present.
904 * @rx_psinfo_present: UDMAP receive flow PS words present.
905 * @rx_error_handling: UDMAP receive flow error handling configuration. Valid
907 * @rx_desc_type: UDMAP receive flow descriptor type. It can be one of
[all …]
Dti_sci.c2589 * ti_sci_cmd_rm_udmap_tx_ch_cfg() - Configure a UDMAP TX channel
2661 * ti_sci_cmd_rm_udmap_rx_ch_cfg() - Configure a UDMAP RX channel
2730 * ti_sci_cmd_rm_udmap_rx_flow_cfg() - Configure UDMAP RX FLOW
/linux-6.14.4/Documentation/devicetree/bindings/dma/ti/
Dk3-udma.yaml42 PDMAs can be configured via UDMAP peer registers to match with the
54 The cell is the PSI-L thread ID of the remote (to UDMAP) end.
66 - ti,am654-navss-main-udmap
67 - ti,am654-navss-mcu-udmap
68 - ti,j721e-navss-main-udmap
69 - ti,j721e-navss-mcu-udmap
169 compatible = "ti,am654-navss-main-udmap";
/linux-6.14.4/include/linux/soc/ti/
Dti_sci_protocol.h369 /* UDMAP channel types */
387 /* UDMAP TX/RX channel valid_params common declarations */
400 * Configures a Navigator Subsystem UDMAP transmit channel
402 * Configures a Navigator Subsystem UDMAP transmit channel registers.
436 * Configures a Navigator Subsystem UDMAP receive channel
438 * Configures a Navigator Subsystem UDMAP receive channel registers.
466 * Configures a Navigator Subsystem UDMAP receive flow
468 * Configures a Navigator Subsystem UDMAP receive flow's registers.
/linux-6.14.4/drivers/dma/ti/
Dk3-udma-glue.c290 /* request and cfg UDMAP TX channel */ in k3_udma_glue_request_tx_chn_common()
392 /* parse of udmap channel */ in k3_udma_glue_request_tx_chn()
961 /* parse of udmap channel */ in k3_udma_glue_request_rx_chn_priv()
978 /* request and cfg UDMAP RX channel */ in k3_udma_glue_request_rx_chn_priv()
1150 /* parse of udmap channel */ in k3_udma_glue_request_remote_rx_chn()
Dk3-udma.c1501 * Note: in UDMAP the channel TPL is symmetric between tchan and rchan in udma_get_chan_pair()
4421 .compatible = "ti,am654-navss-main-udmap",
4425 .compatible = "ti,am654-navss-mcu-udmap",
4428 .compatible = "ti,j721e-navss-main-udmap",
4431 .compatible = "ti,j721e-navss-mcu-udmap",
4588 "ti,am654-navss-main-udmap")) { in udma_setup_resources()
4592 "ti,am654-navss-mcu-udmap")) { in udma_setup_resources()
/linux-6.14.4/arch/arm64/boot/dts/ti/
Dk3-am65-mcu.dtsi217 compatible = "ti,am654-navss-mcu-udmap";
Dk3-j721e-mcu-wakeup.dtsi488 compatible = "ti,j721e-navss-mcu-udmap";
Dk3-j7200-mcu-wakeup.dtsi368 compatible = "ti,j721e-navss-mcu-udmap";
Dk3-j721s2-mcu-wakeup.dtsi489 compatible = "ti,j721e-navss-mcu-udmap";
Dk3-j784s4-j742s2-mcu-wakeup-common.dtsi487 compatible = "ti,j721e-navss-mcu-udmap";
Dk3-am65-main.dtsi800 compatible = "ti,am654-navss-main-udmap";
Dk3-j7200-main.dtsi284 compatible = "ti,j721e-navss-main-udmap";
Dk3-j721s2-main.dtsi1084 compatible = "ti,j721e-navss-main-udmap";
Dk3-j784s4-j742s2-main-common.dtsi1539 compatible = "ti,j721e-navss-main-udmap";
Dk3-j721e-main.dtsi384 compatible = "ti,j721e-navss-main-udmap";
/linux-6.14.4/drivers/soc/ti/
Dk3-ringacc.c537 * This will wrap the internal UDMAP ring state occupancy in k3_ringacc_ring_reset_dma()
/linux-6.14.4/sound/soc/ti/
Ddavinci-mcasp.c2055 else if (strstr(tmp, "udmap")) in davinci_mcasp_get_dma_type()