Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dparallel.c71 #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()
[all …]