Searched refs:com_base (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/arm/marvell/
H A Dmvsoc.c90 static vaddr_t com_base; variable
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 71 milliseconds