Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/powerpc/powermac/
HDcuda.c121 static void cuda_write_reg(struct cuda_softc *sc, u_int offset, uint8_t value);
205 cuda_write_reg(sc, vDirB, reg); in cuda_attach()
209 cuda_write_reg(sc, vDirB, reg); in cuda_attach()
213 cuda_write_reg(sc, vACR, reg); in cuda_attach()
215 cuda_write_reg(sc, vACR, (cuda_read_reg(sc, vACR) | 0x0c) & ~0x10); in cuda_attach()
219 cuda_write_reg(sc, vIER, 0x84); /* make sure VIA interrupts are on */ in cuda_attach()
226 cuda_write_reg(sc, vIER, 0x04); /* no interrupts while clearing */ in cuda_attach()
237 cuda_write_reg(sc, vIER, 0x84); /* ints ok now */ in cuda_attach()
282 cuda_write_reg(struct cuda_softc *sc, u_int offset, uint8_t value) { in cuda_write_reg() function
293 cuda_write_reg(sc, vBufB, reg); in cuda_idle()
[all …]