Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/imx/
H A Dimx51reg.h420 #define DPLL_BASE(n) ((AIPSTZ2_BASE + 0x03F80000 + (0x4000 * ((n)-1)))) macro
H A Dimx51_ccm.c115 if (bus_space_map(iot, DPLL_BASE(i), DPLL_SIZE, 0, in imxccm_attach()