Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/powerpc/booke/dev/
Dpq3obio.c203 lbc->lbc_limit = lbc->lbc_base + ~(lbc->lbc_or & OR_AM); in pq3obio_attach()
241 u_int n = ffs(~(lbc->lbc_or & OR_AM) + 1) - 1; in pq3obio_attach()
/netbsd/src/sys/arch/powerpc/include/booke/
De500reg.h682 #define OR_AM __PPCBITS(0,16) macro