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

  /src/sys/dev/ic/
lptreg.h 70 #define LPC_NINIT 0x04 /* initialize printer */
lpt.c 129 bus_space_write_1(iot, ioh, lpt_control, LPC_NINIT);
193 control = LPC_SELECT | LPC_NINIT;
284 bus_space_write_1(iot, ioh, lpt_control, LPC_NINIT);
286 bus_space_write_1(iot, ioh, lpt_control, LPC_NINIT);
  /src/sys/dev/ppbus/
lptreg.h 64 #define LPC_NINIT 0x04 /* 16 initialize printer */
lpt.c 458 ppbus_wctr(ppbus, LPC_SEL | LPC_NINIT);
  /src/sys/arch/arc/jazz/
lpt_jazzio.c 187 bus_space_write_1(iot, ioh, lpt_control, LPC_NINIT);

Completed in 14 milliseconds