Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powermac/
H A Dmacio.c415 fcr = bus_read_4(sc->sc_memr, HEATHROW_FCR); in macio_attach()
418 bus_write_4(sc->sc_memr, HEATHROW_FCR, fcr); in macio_attach()
421 bus_write_4(sc->sc_memr, HEATHROW_FCR, fcr); in macio_attach()
424 bus_write_4(sc->sc_memr, HEATHROW_FCR, fcr); in macio_attach()
427 bus_write_4(sc->sc_memr, HEATHROW_FCR, fcr); in macio_attach()
H A Dmaciovar.h43 #define HEATHROW_FCR 0x38 macro