Lines Matching refs:PARA_CTR_INIT
71 #define PARA_CTR_INIT 0x04 /* Initialize Printer complement */ macro
75 #define PARA_CTR_SIGNAL (PARA_CTR_SELECT|PARA_CTR_INIT|PARA_CTR_AUTOLF|PARA_CTR_STROBE)
99 if ((val & PARA_CTR_INIT) == 0 ) { in parallel_ioport_write_sw()
170 if ((s->control & (PARA_CTR_DIR|PARA_CTR_SIGNAL)) != PARA_CTR_INIT) in parallel_ioport_write_hw()
185 if ((s->control & (PARA_CTR_DIR|PARA_CTR_SIGNAL)) != PARA_CTR_INIT) in parallel_ioport_write_hw()
212 if ((s->control & (PARA_CTR_DIR|PARA_CTR_SIGNAL)) != PARA_CTR_INIT) { in parallel_ioport_eppdata_write_hw2()
237 if ((s->control & (PARA_CTR_DIR|PARA_CTR_SIGNAL)) != PARA_CTR_INIT) { in parallel_ioport_eppdata_write_hw4()
325 (PARA_CTR_DIR | PARA_CTR_INIT)) in parallel_ioport_read_hw()
341 (PARA_CTR_DIR | PARA_CTR_INIT)) in parallel_ioport_read_hw()
370 if ((s->control & (PARA_CTR_DIR|PARA_CTR_SIGNAL)) != (PARA_CTR_DIR|PARA_CTR_INIT)) { in parallel_ioport_eppdata_read_hw2()
398 if ((s->control & (PARA_CTR_DIR|PARA_CTR_SIGNAL)) != (PARA_CTR_DIR|PARA_CTR_INIT)) { in parallel_ioport_eppdata_read_hw4()
443 s->control |= PARA_CTR_INIT; in parallel_reset()