Searched refs:ppbus_write_ivar (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/dev/ppbus/
H A Dppbus_conf.h135 PARPORT_WRITE_IVAR_T ppbus_write_ivar; member in struct:ppbus_softc
H A Dppbus_base.h148 int ppbus_write_ivar(device_t, int, unsigned int *);
H A Dppbus_conf.c129 ppbus->ppbus_write_ivar = sc_link->parport_write_ivar;
162 if(ppbus_write_ivar(self, PPBUS_IVAR_INTR, &val) != 0) {
H A Dpps_ppbus.c121 ppbus_write_ivar(sc->ppbus, PPBUS_IVAR_IEEE, &weg);
H A Dlpt.c731 error = ppbus_write_ivar(device_parent(dev), PPBUS_IVAR_DMA, &val);
737 error = ppbus_write_ivar(device_parent(dev), PPBUS_IVAR_IEEE, &val);
743 error = ppbus_write_ivar(device_parent(dev), PPBUS_IVAR_INTR, &val);
H A Dppbus_1284.c422 error = ppbus_write_ivar(dev, PPBUS_IVAR_IEEE, &new_ivar);
477 if(ppbus_write_ivar(dev, PPBUS_IVAR_IEEE, &old_ivar)) {
H A Dppbus_base.c98 ppbus_write_ivar(device_t dev, int index, unsigned int * val) function
106 return (bus->ppbus_write_ivar(device_parent(dev), index, val));

Completed in 229 milliseconds