HomeSort by: relevance | last modified time | path
    Searched refs:PPBUS_IVAR_IEEE (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ppbus/
ppbus_var.h 41 #define PPBUS_IVAR_IEEE 4
ppbus_1284.c 415 error = ppbus_read_ivar(dev, PPBUS_IVAR_IEEE, &old_ivar);
417 printf("%s(%s): error reading PPBUS_IVAR_IEEE.\n", __func__,
422 error = ppbus_write_ivar(dev, PPBUS_IVAR_IEEE, &new_ivar);
477 if(ppbus_write_ivar(dev, PPBUS_IVAR_IEEE, &old_ivar)) {
478 printf("%s(%s): error restoring PPBUS_IVAR_IEEE.\n",
pps_ppbus.c 121 ppbus_write_ivar(sc->ppbus, PPBUS_IVAR_IEEE, &weg);
ppbus_base.c 85 case PPBUS_IVAR_IEEE:
108 case PPBUS_IVAR_IEEE:
lpt.c 707 error = ppbus_read_ivar(device_parent(dev), PPBUS_IVAR_IEEE, &val);
737 error = ppbus_write_ivar(device_parent(dev), PPBUS_IVAR_IEEE, &val);

Completed in 16 milliseconds