Home
last modified time | relevance | path

Searched refs:PL330_CHANNELS_PER_DEV (Results 1 – 2 of 2) sorted by relevance

/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_pl330.h62 #define PL330_CHANNELS_PER_DEV 8 macro
193 struct PL330_CHAN chans[PL330_CHANNELS_PER_DEV];
/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_pl330.c1452 memset(pl330->chans, 0, sizeof(*pchan) * PL330_CHANNELS_PER_DEV); in HAL_PL330_Init()
1454 for (channel = 0; channel < PL330_CHANNELS_PER_DEV; channel++) { in HAL_PL330_Init()
1485 for (i = 0; i < PL330_CHANNELS_PER_DEV; i++) { in HAL_PL330_DeInit()
1632 for (ev = 0; ev < PL330_CHANNELS_PER_DEV; ev++) { in HAL_PL330_IrqHandler()
1706 for (i = 0; i < PL330_CHANNELS_PER_DEV; i++) { in HAL_PL330_RequestChannel()

Completed in 8 milliseconds