Searched full:udmap (Results 1 – 18 of 18) sorted by relevance
/linux-6.14.4/drivers/firmware/ |
D | ti_sci.h | 845 * 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 …]
|
D | ti_sci.c | 2589 * 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/ |
D | k3-udma.yaml | 42 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/ |
D | ti_sci_protocol.h | 369 /* 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/ |
D | k3-udma-glue.c | 290 /* 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()
|
D | k3-udma.c | 1501 * 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/ |
D | k3-am65-mcu.dtsi | 217 compatible = "ti,am654-navss-mcu-udmap";
|
D | k3-j721e-mcu-wakeup.dtsi | 488 compatible = "ti,j721e-navss-mcu-udmap";
|
D | k3-j7200-mcu-wakeup.dtsi | 368 compatible = "ti,j721e-navss-mcu-udmap";
|
D | k3-j721s2-mcu-wakeup.dtsi | 489 compatible = "ti,j721e-navss-mcu-udmap";
|
D | k3-j784s4-j742s2-mcu-wakeup-common.dtsi | 487 compatible = "ti,j721e-navss-mcu-udmap";
|
D | k3-am65-main.dtsi | 800 compatible = "ti,am654-navss-main-udmap";
|
D | k3-j7200-main.dtsi | 284 compatible = "ti,j721e-navss-main-udmap";
|
D | k3-j721s2-main.dtsi | 1084 compatible = "ti,j721e-navss-main-udmap";
|
D | k3-j784s4-j742s2-main-common.dtsi | 1539 compatible = "ti,j721e-navss-main-udmap";
|
D | k3-j721e-main.dtsi | 384 compatible = "ti,j721e-navss-main-udmap";
|
/linux-6.14.4/drivers/soc/ti/ |
D | k3-ringacc.c | 537 * This will wrap the internal UDMAP ring state occupancy in k3_ringacc_ring_reset_dma()
|
/linux-6.14.4/sound/soc/ti/ |
D | davinci-mcasp.c | 2055 else if (strstr(tmp, "udmap")) in davinci_mcasp_get_dma_type()
|