Home
last modified time | relevance | path

Searched refs:rx_psinfo_present (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/firmware/
H A Dti_sci.h904 * @rx_psinfo_present: UDMAP receive flow PS words present.
938 u8 rx_psinfo_present; member
1256 * 1 - Valid bit for @tisci_msg_rm_udmap_flow_cfg_req::rx_psinfo_present
1284 * @rx_psinfo_present:
1286 * rx_psinfo_present field of the flow's RFLOW_RFA register.
1391 u8 rx_psinfo_present; member
H A Dti_sci.c2769 req->rx_psinfo_present = params->rx_psinfo_present; in ti_sci_cmd_rm_udmap_rx_flow_cfg()
/linux/include/linux/soc/ti/
H A Dti_sci_protocol.h495 u8 rx_psinfo_present; member
/linux/drivers/dma/ti/
H A Dk3-udma.c2095 flow_req.rx_psinfo_present = 1; in udma_tisci_rx_channel_config()
2097 flow_req.rx_psinfo_present = 0; in udma_tisci_rx_channel_config()
2169 flow_req.rx_psinfo_present = 1; in pktdma_tisci_rx_channel_config()
2171 flow_req.rx_psinfo_present = 0; in pktdma_tisci_rx_channel_config()
H A Dk3-udma-glue.c827 req.rx_psinfo_present = 1; in k3_udma_glue_cfg_rx_flow()