Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ppbus/
H A Dppbus_msq.c67 mode2xfer(struct ppbus_softc * bus, struct ppbus_device_softc * ppbdev, in mode2xfer() argument
76 table = ppbdev->get_xfer; in mode2xfer()
80 table = ppbdev->put_xfer; in mode2xfer()
115 panic("%s: unknown mode (%d)", __func__, ppbdev->mode); in mode2xfer()
128 ppbus_MS_init(device_t dev, device_t ppbdev, in ppbus_MS_init() argument
133 ppbdev, opcode); in ppbus_MS_init()
277 struct ppbus_device_softc * ppbdev = device_private(busdev); in ppbus_MS_microseq() local
306 xfer = mode2xfer(bus, ppbdev, mi->opcode); in ppbus_MS_microseq()
H A Dlpt.c148 struct ppbus_device_softc * ppbdev = &(sc->ppbus_dev); in lpt_attach() local
153 ppbdev->sc_dev = self; in lpt_attach()
164 ppbdev->capabilities = args->capabilities; in lpt_attach()
167 if(ppbdev->capabilities & PPBUS_HAS_DMA) { in lpt_attach()
190 ppbdev->ctx.mode = ppbus_get_mode(parent); in lpt_attach()
193 ppbdev->ctx.mode); in lpt_attach()
206 struct ppbus_device_softc * ppbdev = (struct ppbus_device_softc *) lpt; in lpt_detach() local
225 ppbdev->ctx.valid = 0; in lpt_detach()
228 if(ppbdev->capabilities & PPBUS_HAS_DMA) { in lpt_detach()