Searched refs:source (Results 1 – 6 of 6) sorted by relevance
7 The HAL folder contains files using a combination of C and assembly source code.
1 # PolarFire® SoC platform source code
9 The PolarFire-SoC MSS hal is a combination of C and assembly source code.
932 static inline void PLIC_CompleteIRQ(uint32_t source) in PLIC_CompleteIRQ() argument936 ASSERT(source <= MAX_PLIC_INT); in PLIC_CompleteIRQ()938 PLIC->TARGET[plic_hart_lookup[hart_id]].CLAIM_COMPLETE = source; in PLIC_CompleteIRQ()
56 extern void pdma_transfer(uint64_t destination, uint64_t source, uint64_t size_in_bytes, uint64_t b…
2334 void copy8b(uint64_t *dest, uint64_t *source, uint32_t count) in copy8b() argument2337 *dest++ = *source++; in copy8b()