Home
last modified time | relevance | path

Searched refs:hidma (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-platform-hidma-mgmt1 What: /sys/devices/platform/hidma-mgmt*/chanops/chan*/priority
10 What: /sys/devices/platform/hidma-mgmt*/chanops/chan*/weight
19 What: /sys/devices/platform/hidma-mgmt*/chreset_timeout_cycles
31 What: /sys/devices/platform/hidma-mgmt*/dma_channels
40 What: /sys/devices/platform/hidma-mgmt*/hw_version_major
48 What: /sys/devices/platform/hidma-mgmt*/hw_version_minor
56 What: /sys/devices/platform/hidma-mgmt*/max_rd_xactions
68 What: /sys/devices/platform/hidma-mgmt*/max_read_request
77 What: /sys/devices/platform/hidma-mgmt*/max_wr_xactions
90 What: /sys/devices/platform/hidma-mgmt*/max_write_request
Dsysfs-platform-hidma1 What: /sys/devices/platform/hidma-*/chid
/Linux-v4.19/Documentation/devicetree/bindings/dma/
Dqcom_hidma_mgmt.txt18 - compatible: "qcom,hidma-mgmt-1.0";
50 - compatible: must contain "qcom,hidma-1.0" for initial HW or
51 "qcom,hidma-1.1"/"qcom,hidma-1.2" for MSI capable HW.
66 hidma-mgmt@f9984000 = {
67 compatible = "qcom,hidma-mgmt-1.0";
77 compatible = "qcom,hidma-1.0";
89 compatible = "qcom,hidma-1.0";
/Linux-v4.19/drivers/dma/qcom/
DMakefile6 hdma-objs := hidma_ll.o hidma.o hidma_dbg.o
/Linux-v4.19/drivers/net/ethernet/
Djme.c1991 bool hidma) in jme_fill_tx_map() argument
2012 txdesc->desc2.flags |= (hidma) ? TXFLAG_64BIT : 0; in jme_fill_tx_map()
2049 bool hidma = jme->dev->features & NETIF_F_HIGHDMA; in jme_map_tx_skb() local
2063 frag->page_offset, skb_frag_size(frag), hidma); in jme_map_tx_skb()
2075 offset_in_page(skb->data), len, hidma); in jme_map_tx_skb()
/Linux-v4.19/
DMAINTAINERS12105 F: drivers/dma/qcom/hidma*