Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/powerpc/booke/dev/
Dpq3obio.c200 lbc->lbc_or = bus_space_read_4(sc->sc_bst, in pq3obio_attach()
202 lbc->lbc_base = lbc->lbc_br & BR_BA & lbc->lbc_or; in pq3obio_attach()
203 lbc->lbc_limit = lbc->lbc_base + ~(lbc->lbc_or & OR_AM); in pq3obio_attach()
239 "cs%u: br=%#x or=%#x", i, lbc->lbc_br, lbc->lbc_or); 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/
Dobiovar.h40 uint32_t lbc_or; member