Searched refs:pdst (Results 1 - 7 of 7) sorted by relevance

/seL4-refos-master/libs/libplatsupport/arch_include/arm/platsupport/
H A Ddma330.h100 * @param[in] pdst The physical destination address of the copy operation
104 int dma330_copy_configure(uintptr_t psrc, uintptr_t pdst, size_t len, void* vbin);
/seL4-refos-master/projects/util_libs/libplatsupport/arch_include/arm/platsupport/
H A Ddma330.h100 * @param[in] pdst The physical destination address of the copy operation
104 int dma330_copy_configure(uintptr_t psrc, uintptr_t pdst, size_t len, void* vbin);
/seL4-refos-master/libs/libplatsupport/src/arch/arm/
H A Ddma330.c669 dma330_copy_configure(uintptr_t pdst, uintptr_t psrc, size_t len, void* vbin) argument
672 (uint32_t)vbin, (uint32_t)psrc, (uint32_t)pdst, len);
684 APPEND_INSTRUCTION(bin, MOV_DAR(pdst));
/seL4-refos-master/projects/util_libs/libplatsupport/src/arch/arm/
H A Ddma330.c669 dma330_copy_configure(uintptr_t pdst, uintptr_t psrc, size_t len, void* vbin) argument
672 (uint32_t)vbin, (uint32_t)psrc, (uint32_t)pdst, len);
684 APPEND_INSTRUCTION(bin, MOV_DAR(pdst));
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dethtool.h325 * fields, e.g., ip4src, ip4dst, psrc, pdst, spi, etc. are expected to
334 * @pdst: Destination port
343 uint16_t pdst; member in struct:ethtool_tcpip4_spec
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dethtool.h324 * fields, e.g., ip4src, ip4dst, psrc, pdst, spi, etc. are expected to
333 * @pdst: Destination port
342 uint16_t pdst; member in struct:ethtool_tcpip4_spec
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/imx6/uboot/
H A Dethtool.h324 * fields, e.g., ip4src, ip4dst, psrc, pdst, spi, etc. are expected to
333 * @pdst: Destination port
342 uint16_t pdst; member in struct:ethtool_tcpip4_spec

Completed in 107 milliseconds