Home
last modified time | relevance | path

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

/qemu/hw/dma/
H A Dpl330.c82 #define PL330_REG_CR0_BASE 0xE00 macro
1397 if (offset >= PL330_REG_CR0_BASE && offset < PL330_REG_CR0_BASE + 24) { in pl330_iomem_read_imp()
1398 return s->cfg[(offset - PL330_REG_CR0_BASE) >> 2]; in pl330_iomem_read_imp()