Searched defs:desc (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/Core_AArch64/Source/ |
D | mmu_armv8a.c | 224 static inline bool is_free_desc(uint64_t desc) in is_free_desc() 229 static inline bool is_table_desc(uint64_t desc, unsigned int level) in is_table_desc() 235 static inline bool is_block_desc(uint64_t desc) in is_block_desc() 240 static inline uint64_t *pte_desc_table(uint64_t desc) in pte_desc_table() 301 static void set_pte_block_desc(uint64_t *pte, uint64_t desc, unsigned int level) in set_pte_block_desc() 326 uint64_t desc = *pte; in expand_to_table() local 359 uint64_t desc, bool may_overwrite) in set_mapping() 448 uint64_t desc = 0; in get_region_desc() local 517 uint64_t desc = get_region_desc(attrs); in add_map() local
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpc_dma/ |
D | fsl_dma.c | 280 … dma_descriptor_t *desc, uint32_t xfercfg, void *srcStartAddr, void *dstStartAddr, void *nextDesc) in DMA_SetupDescriptor() 350 void DMA_SetupChannelDescriptor(dma_descriptor_t *desc, in DMA_SetupChannelDescriptor() 454 void DMA_CreateDescriptor(dma_descriptor_t *desc, dma_xfercfg_t *xfercfg, void *srcAddr, void *dstA… in DMA_CreateDescriptor()
|
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/ |
D | usb_host_video.c | 605 usb_host_video_descriptor_union_t desc; in USB_HostVideoControlSetInterface() local 975 usb_host_video_descriptor_union_t desc; in USB_HostVideoStreamGetFrameDescriptor() local
|