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

/seL4-refos-master/libs/libplatsupport/arch_include/arm/platsupport/
H A Ddma330.h99 * @param[in] psrc The physical source 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.h99 * @param[in] psrc The physical source 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);
683 APPEND_INSTRUCTION(bin, MOV_SAR(psrc));
/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);
683 APPEND_INSTRUCTION(bin, MOV_SAR(psrc));
/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
333 * @psrc: Source port
342 uint16_t psrc; 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
332 * @psrc: Source port
341 uint16_t psrc; 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
332 * @psrc: Source port
341 uint16_t psrc; member in struct:ethtool_tcpip4_spec

Completed in 130 milliseconds