Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbppc/wii/dev/
H A Dexi.c53 #define EXI_CSR(n) (0x00 + (n) * 0x14) macro
214 val = RD4(exi_softc, EXI_CSR(chan)); in exi_select()
219 WR4(exi_softc, EXI_CSR(chan), val); in exi_select()
232 val = RD4(exi_softc, EXI_CSR(chan)); in exi_unselect()
234 WR4(exi_softc, EXI_CSR(chan), val); in exi_unselect()