Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/ABI/testing/
H A 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
H A Dsysfs-platform-hidma1 What: /sys/devices/platform/hidma-*/chid
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A 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";
/openbmc/linux/drivers/dma/qcom/
H A DMakefile8 hdma-objs := hidma_ll.o hidma.o hidma_dbg.o
/openbmc/linux/drivers/net/ethernet/
H A Djme.c1959 bool hidma) in jme_fill_tx_map() argument
1974 txdesc->desc2.flags |= (hidma) ? TXFLAG_64BIT : 0; in jme_fill_tx_map()
2008 bool hidma = jme->dev->features & NETIF_F_HIGHDMA; in jme_map_tx_skb() local
2022 skb_frag_size(frag), hidma); in jme_map_tx_skb()
2033 offset_in_page(skb->data), len, hidma); in jme_map_tx_skb()
/openbmc/linux/
H A DMAINTAINERS17768 F: drivers/dma/qcom/hidma*