Searched full:udmap (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/drivers/firmware/ |
D | ti_sci.h | 737 * UDMAP transmit channels mapped to source threads will have their 745 * UDMAP receive channels mapped to destination threads will have their 767 * UDMAP transmit channels mapped to source threads will have their 774 * UDMAP receive channels mapped to destination threads will have their 788 * struct ti_sci_msg_udmap_rx_flow_cfg - UDMAP receive flow configuration 793 * @flow_index: UDMAP receive flow index for non-optional configuration. 795 * @rx_einfo_present: UDMAP receive flow extended packet info present. 796 * @rx_psinfo_present: UDMAP receive flow PS words present. 797 * @rx_error_handling: UDMAP receive flow error handling configuration. Valid 799 * @rx_desc_type: UDMAP receive flow descriptor type. It can be one of [all …]
|
D | ti_sci.c | 2312 * ti_sci_cmd_rm_udmap_tx_ch_cfg() - Configure a UDMAP TX channel 2382 * ti_sci_cmd_rm_udmap_rx_ch_cfg() - Configure a UDMAP RX channel 2451 * ti_sci_cmd_rm_udmap_rx_flow_cfg() - Configure UDMAP RX FLOW
|
/Linux-v5.10/Documentation/devicetree/bindings/dma/ti/ |
D | k3-udma.yaml | 40 PDMAs can be configured via UDMAP peer registers to match with the 51 The cell is the PSI-L thread ID of the remote (to UDMAP) end. 63 - ti,am654-navss-main-udmap 64 - ti,am654-navss-mcu-udmap 65 - ti,j721e-navss-main-udmap 66 - ti,j721e-navss-mcu-udmap 84 description: TI-SCI device id of UDMAP 163 compatible = "ti,am654-navss-main-udmap";
|
/Linux-v5.10/include/linux/soc/ti/ |
D | ti_sci_protocol.h | 308 /* UDMAP channel types */ 323 /* UDMAP TX/RX channel valid_params common declarations */ 336 * Configures a Navigator Subsystem UDMAP transmit channel 338 * Configures a Navigator Subsystem UDMAP transmit channel registers. 368 * Configures a Navigator Subsystem UDMAP receive channel 370 * Configures a Navigator Subsystem UDMAP receive channel registers. 398 * Configures a Navigator Subsystem UDMAP receive flow 400 * Configures a Navigator Subsystem UDMAP receive flow's registers.
|
/Linux-v5.10/drivers/dma/ti/ |
D | k3-udma-glue.c | 252 /* parse of udmap channel */ in k3_udma_glue_request_tx_chn() 262 /* request and cfg UDMAP TX channel */ in k3_udma_glue_request_tx_chn() 760 /* parse of udmap channel */ in k3_udma_glue_request_rx_chn_priv() 770 /* request and cfg UDMAP RX channel */ in k3_udma_glue_request_rx_chn_priv() 870 /* parse of udmap channel */ in k3_udma_glue_request_remote_rx_chn()
|
D | k3-udma.c | 3123 .compatible = "ti,am654-navss-main-udmap", 3127 .compatible = "ti,am654-navss-mcu-udmap", 3130 .compatible = "ti,j721e-navss-main-udmap", 3133 .compatible = "ti,j721e-navss-mcu-udmap", 3194 "ti,am654-navss-main-udmap")) { in udma_setup_resources() 3198 "ti,am654-navss-mcu-udmap")) { in udma_setup_resources()
|
/Linux-v5.10/arch/arm64/boot/dts/ti/ |
D | k3-j7200-mcu-wakeup.dtsi | 134 compatible = "ti,j721e-navss-mcu-udmap";
|
D | k3-am65-mcu.dtsi | 145 compatible = "ti,am654-navss-mcu-udmap";
|
D | k3-j721e-mcu-wakeup.dtsi | 277 compatible = "ti,j721e-navss-mcu-udmap";
|
D | k3-j7200-main.dtsi | 133 compatible = "ti,j721e-navss-main-udmap";
|
D | k3-am65-main.dtsi | 622 compatible = "ti,am654-navss-main-udmap";
|
D | k3-j721e-main.dtsi | 306 compatible = "ti,j721e-navss-main-udmap";
|
/Linux-v5.10/drivers/soc/ti/ |
D | k3-ringacc.c | 448 * This will wrap the internal UDMAP ring state occupancy in k3_ringacc_ring_reset_dma()
|
/Linux-v5.10/sound/soc/ti/ |
D | davinci-mcasp.c | 1920 else if (strstr(tmp, "udmap")) in davinci_mcasp_get_dma_type()
|