Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/
H A Dti_sci.h704 * 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 Dti_sci.c2225 * 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 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
158 compatible = "ti,am654-navss-main-udmap";
/openbmc/linux/include/linux/soc/ti/
H A Dti_sci_protocol.h340 /* 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 Dk3-udma-glue.c271 /* 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 Dk3-udma.c1501 * 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 Dk3-am65-mcu.dtsi214 compatible = "ti,am654-navss-mcu-udmap";
H A Dk3-j721s2-mcu-wakeup.dtsi471 compatible = "ti,j721e-navss-mcu-udmap";
H A Dk3-j7200-mcu-wakeup.dtsi346 compatible = "ti,j721e-navss-mcu-udmap";
H A Dk3-j784s4-mcu-wakeup.dtsi478 compatible = "ti,j721e-navss-mcu-udmap";
H A Dk3-j721e-mcu-wakeup.dtsi468 compatible = "ti,j721e-navss-mcu-udmap";
H A Dk3-j7200-main.dtsi281 compatible = "ti,j721e-navss-main-udmap";
H A Dk3-am65-main.dtsi790 compatible = "ti,am654-navss-main-udmap";
H A Dk3-j784s4-main.dtsi982 compatible = "ti,j721e-navss-main-udmap";
H A Dk3-j721s2-main.dtsi1085 compatible = "ti,j721e-navss-main-udmap";
H A Dk3-j721e-main.dtsi382 compatible = "ti,j721e-navss-main-udmap";
/openbmc/linux/drivers/soc/ti/
H A Dk3-ringacc.c537 * This will wrap the internal UDMAP ring state occupancy in k3_ringacc_ring_reset_dma()
/openbmc/linux/sound/soc/ti/
H A Ddavinci-mcasp.c2056 else if (strstr(tmp, "udmap")) in davinci_mcasp_get_dma_type()