HomeSort by: relevance | last modified time | path
    Searched defs:com_base (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/marvell/
mvsoc.c 90 static vaddr_t com_base; variable in typeref:typename:vaddr_t
95 return le32toh(*(volatile uint32_t *)(com_base + (o << 2)));
101 *(volatile uint32_t *)(com_base + (o << 2)) = htole32(v);
1178 com_base = iobase + MVSOC_COM0_BASE;
mvsoc.c 90 static vaddr_t com_base; variable in typeref:typename:vaddr_t
95 return le32toh(*(volatile uint32_t *)(com_base + (o << 2)));
101 *(volatile uint32_t *)(com_base + (o << 2)) = htole32(v);
1178 com_base = iobase + MVSOC_COM0_BASE;

Completed in 28 milliseconds