Home
last modified time | relevance | path

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

/netbsd/sys/dev/sbus/
H A Dbpp.c83 uint8_t hw_tcr; /* Transfer Control register */ member
225 hw->hw_tcr = bus_space_read_1(sc->sc_bustag, h, L64854_REG_TCR); in bppattach()
229 hw->hw_hcr, hw->hw_ocr, hw->hw_tcr, hw->hw_or)); in bppattach()
246 bus_space_write_1(t, h, L64854_REG_TCR, hw->hw_tcr); in bpp_setparams()
255 hw->hw_hcr, hw->hw_ocr, hw->hw_tcr, hw->hw_or, irq)); in bpp_setparams()
437 _bpp_set(hw_tcr, BPP_TCR_USER); in bppioctl()