Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powermac/
H A Dmacio.c436 uint32_t fcr1; in macio_attach() local
438 fcr1 = bus_read_4(sc->sc_memr, KEYLARGO_FCR1); in macio_attach()
439 fcr1 |= FCR1_I2S0_CLK_ENABLE | FCR1_I2S0_ENABLE; in macio_attach()
440 bus_write_4(sc->sc_memr, KEYLARGO_FCR1, fcr1); in macio_attach()
/freebsd/sys/dev/sound/pci/
H A Dcmi.c322 u_int32_t fcr1, lcr, mcr; in cmi_spdif_speed() local
325 fcr1 = CMPCI_REG_SPDIF0_ENABLE; in cmi_spdif_speed()
330 fcr1 = mcr = lcr = 0; in cmi_spdif_speed()
336 CMPCI_REG_SPDIF0_ENABLE, fcr1); in cmi_spdif_speed()