Searched full:udmap (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/drivers/firmware/ |
H A D | ti_sci.h | 704 * UDMAP transmit channels mapped to source threads will have their 712 * UDMAP receive channels mapped to destination threads will have their 734 * UDMAP transmit channels mapped to source threads will have their 741 * UDMAP receive channels mapped to destination threads will have their 755 * struct ti_sci_msg_udmap_rx_flow_cfg - UDMAP receive flow configuration 760 * @flow_index: UDMAP receive flow index for non-optional configuration. 762 * @rx_einfo_present: UDMAP receive flow extended packet info present. 763 * @rx_psinfo_present: UDMAP receive flow PS words present. 764 * @rx_error_handling: UDMAP receive flow error handling configuration. Valid 766 * @rx_desc_type: UDMAP receive flow descriptor type. It can be one of [all …]
|
H A D | ti_sci.c | 2225 * ti_sci_cmd_rm_udmap_tx_ch_cfg() - Configure a UDMAP TX channel 2297 * ti_sci_cmd_rm_udmap_rx_ch_cfg() - Configure a UDMAP RX channel 2366 * ti_sci_cmd_rm_udmap_rx_flow_cfg() - Configure UDMAP RX FLOW
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ti/ |
H A 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 158 compatible = "ti,am654-navss-main-udmap";
|
/openbmc/linux/include/linux/soc/ti/ |
H A D | ti_sci_protocol.h | 340 /* UDMAP channel types */ 358 /* UDMAP TX/RX channel valid_params common declarations */ 371 * Configures a Navigator Subsystem UDMAP transmit channel 373 * Configures a Navigator Subsystem UDMAP transmit channel registers. 407 * Configures a Navigator Subsystem UDMAP receive channel 409 * Configures a Navigator Subsystem UDMAP receive channel registers. 437 * Configures a Navigator Subsystem UDMAP receive flow 439 * Configures a Navigator Subsystem UDMAP receive flow's registers.
|
/openbmc/linux/drivers/dma/ti/ |
H A D | k3-udma-glue.c | 271 /* parse of udmap channel */ in k3_udma_glue_request_tx_chn() 286 /* request and cfg UDMAP TX channel */ in k3_udma_glue_request_tx_chn() 891 /* parse of udmap channel */ in k3_udma_glue_request_rx_chn_priv() 908 /* request and cfg UDMAP RX channel */ in k3_udma_glue_request_rx_chn_priv() 1033 /* parse of udmap channel */ in k3_udma_glue_request_remote_rx_chn()
|
H A D | k3-udma.c | 1501 * Note: in UDMAP the channel TPL is symmetric between tchan and rchan in udma_get_chan_pair() 4377 .compatible = "ti,am654-navss-main-udmap", 4381 .compatible = "ti,am654-navss-mcu-udmap", 4384 .compatible = "ti,j721e-navss-main-udmap", 4387 .compatible = "ti,j721e-navss-mcu-udmap", 4537 "ti,am654-navss-main-udmap")) { in udma_setup_resources() 4541 "ti,am654-navss-mcu-udmap")) { in udma_setup_resources()
|
/openbmc/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am65-mcu.dtsi | 214 compatible = "ti,am654-navss-mcu-udmap";
|
H A D | k3-j721s2-mcu-wakeup.dtsi | 471 compatible = "ti,j721e-navss-mcu-udmap";
|
H A D | k3-j7200-mcu-wakeup.dtsi | 346 compatible = "ti,j721e-navss-mcu-udmap";
|
H A D | k3-j784s4-mcu-wakeup.dtsi | 478 compatible = "ti,j721e-navss-mcu-udmap";
|
H A D | k3-j721e-mcu-wakeup.dtsi | 468 compatible = "ti,j721e-navss-mcu-udmap";
|
H A D | k3-j7200-main.dtsi | 281 compatible = "ti,j721e-navss-main-udmap";
|
H A D | k3-am65-main.dtsi | 790 compatible = "ti,am654-navss-main-udmap";
|
H A D | k3-j784s4-main.dtsi | 982 compatible = "ti,j721e-navss-main-udmap";
|
H A D | k3-j721s2-main.dtsi | 1085 compatible = "ti,j721e-navss-main-udmap";
|
H A D | k3-j721e-main.dtsi | 382 compatible = "ti,j721e-navss-main-udmap";
|
/openbmc/linux/drivers/soc/ti/ |
H A D | k3-ringacc.c | 537 * This will wrap the internal UDMAP ring state occupancy in k3_ringacc_ring_reset_dma()
|
/openbmc/linux/sound/soc/ti/ |
H A D | davinci-mcasp.c | 2056 else if (strstr(tmp, "udmap")) in davinci_mcasp_get_dma_type()
|