Searched refs:HAL_PL330_DEV (Results 1 – 2 of 2) sorted by relevance
167 struct HAL_PL330_DEV;181 struct HAL_PL330_DEV *pl330;191 struct HAL_PL330_DEV { struct209 HAL_Status HAL_PL330_Init(struct HAL_PL330_DEV *pl330); argument210 HAL_Status HAL_PL330_DeInit(struct HAL_PL330_DEV *pl330);215 struct PL330_CHAN *HAL_PL330_RequestChannel(struct HAL_PL330_DEV *pl330, DMA_REQ_Type id);232 uint32_t HAL_PL330_IrqHandler(struct HAL_PL330_DEV *pl330);233 uint32_t HAL_PL330_GetRawIrqStatus(struct HAL_PL330_DEV *pl330);234 HAL_Status HAL_PL330_ClearIrq(struct HAL_PL330_DEV *pl330, uint32_t irq);
696 static int _Bursts(uint8_t dryRun, struct HAL_PL330_DEV *pl330, in _Bursts()720 static int _Loop(uint8_t dryRun, struct HAL_PL330_DEV *pl330, in _Loop()1169 static void PL330_Read_Config(struct HAL_PL330_DEV *pl330) in PL330_Read_Config()1409 struct HAL_PL330_DEV *pl330 = pchan->pl330; in HAL_PL330_GetPosition()1445 HAL_Status HAL_PL330_Init(struct HAL_PL330_DEV *pl330) in HAL_PL330_Init()1473 HAL_Status HAL_PL330_DeInit(struct HAL_PL330_DEV *pl330) in HAL_PL330_DeInit()1530 struct HAL_PL330_DEV *pl330 = pchan->pl330; in HAL_PL330_Start()1594 uint32_t HAL_PL330_IrqHandler(struct HAL_PL330_DEV *pl330) in HAL_PL330_IrqHandler()1804 struct HAL_PL330_DEV *pl330 = pchan->pl330; in HAL_PL330_PrepDmaCyclic()1882 struct HAL_PL330_DEV *pl330 = pchan->pl330; in HAL_PL330_PrepDmaSingle()[all …]
Completed in 14 milliseconds