Searched refs:pktdma (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/drivers/dma/ |
H A D | keystone_nav.c | 147 static int ksnav_rx_disable(struct pktdma_cfg *pktdma) in ksnav_rx_disable() argument 151 for (j = 0; j < pktdma->rx_ch_num; j++) { in ksnav_rx_disable() 152 v = readl(&pktdma->rx_ch[j].cfg_a); in ksnav_rx_disable() 156 writel(v | CPDMA_CHAN_A_TDOWN, &pktdma->rx_ch[j].cfg_a); in ksnav_rx_disable() 159 v = readl(&pktdma->rx_ch[j].cfg_a); in ksnav_rx_disable() 167 for (j = 0; j < pktdma->rx_flow_num; j++) { in ksnav_rx_disable() 168 writel(0, &pktdma->rx_flows[j].control); in ksnav_rx_disable() 169 writel(0, &pktdma->rx_flows[j].tags); in ksnav_rx_disable() 170 writel(0, &pktdma->rx_flows[j].tag_sel); in ksnav_rx_disable() 171 writel(0, &pktdma->rx_flows[j].fdq_sel[0]); in ksnav_rx_disable() [all …]
|
/openbmc/u-boot/arch/arm/include/asm/ti-common/ |
H A D | keystone_nav.h | 184 int ksnav_close(struct pktdma_cfg *pktdma); 185 int ksnav_init(struct pktdma_cfg *pktdma, struct rx_buff_desc *rx_buffers); 186 int ksnav_send(struct pktdma_cfg *pktdma, u32 *pkt, int num_bytes, u32 swinfo2); 187 void *ksnav_recv(struct pktdma_cfg *pktdma, u32 **pkt, int *num_bytes); 188 void ksnav_release_rxhd(struct pktdma_cfg *pktdma, void *hd);
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | keystone-netcp.txt | 142 queue (FDQ) for the pktdma Rx flow. There can be at
|
/openbmc/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am62a-main.dtsi | 115 compatible = "ti,am64-dmss-pktdma";
|
H A D | k3-am62-main.dtsi | 134 compatible = "ti,am64-dmss-pktdma";
|
H A D | k3-am64-main.dtsi | 150 compatible = "ti,am64-dmss-pktdma";
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |